89d46b2ebc
The standard Ansible names for the plugins folders [1] are singular. This patch implements the renaming of all the places where ansible.cfg has the plural names to match the change in the plugins repo. [1] https://github.com/ansible/ansible/blob/devel/lib/ansible/constants.py Change-Id: Ibb80cdb99ff254df79da03b7d916509f6d4f8bad Depends-On: Ib965750f267d11287a6196e2544c3a014a3e2029
13 lines
315 B
INI
13 lines
315 B
INI
[defaults]
|
|
# Additional plugins
|
|
action_plugins = /etc/ansible/plugins/action
|
|
callback_plugins = /etc/ansible/plugins/callback
|
|
filter_plugins = /etc/ansible/plugins/filter
|
|
lookup_plugins = /etc/ansible/plugins/lookup
|
|
library = /etc/ansible/plugins/library
|
|
|
|
# Set color options
|
|
nocolor = 0
|
|
|
|
host_key_checking = False
|