mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Point to the proper config file
The global config file is loaded from /etc/ansible, not /etc
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# config file for ansible -- http://ansible.github.com
|
||||
# nearly all parameters can be overridden in ansible-playbook or with command line flags
|
||||
# ansible will read ~/.ansible.cfg or /etc/ansible.cfg, whichever it finds first
|
||||
# ansible will read ~/.ansible.cfg or /etc/ansible/ansible.cfg, whichever it finds first
|
||||
|
||||
[defaults]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user