mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #1489 from arrfab/my-branch
- Fixed some typos for the ansible config file in the man page
This commit is contained in:
commit
ef4ca11282
2 changed files with 6 additions and 4 deletions
|
@ -114,9 +114,9 @@ FILES
|
||||||
|
|
||||||
/usr/share/ansible/ -- Default module library
|
/usr/share/ansible/ -- Default module library
|
||||||
|
|
||||||
/etc/ansible/ansible.conf -- Config file, used if present
|
/etc/ansible/ansible.cfg -- Config file, used if present
|
||||||
|
|
||||||
~/.ansible.config -- User config file, overrides the default config if present
|
~/.ansible.cfg -- User config file, overrides the default config if present
|
||||||
|
|
||||||
AUTHOR
|
AUTHOR
|
||||||
------
|
------
|
||||||
|
|
|
@ -135,9 +135,9 @@ FILES
|
||||||
|
|
||||||
/usr/share/ansible/ -- Default module library
|
/usr/share/ansible/ -- Default module library
|
||||||
|
|
||||||
/etc/ansible/ansible.conf -- Config file, used if present
|
/etc/ansible/ansible.cfg -- Config file, used if present
|
||||||
|
|
||||||
~/.ansible.config -- User config file, overrides the default config if present
|
~/.ansible.cfg -- User config file, overrides the default config if present
|
||||||
|
|
||||||
ENVIRONMENT
|
ENVIRONMENT
|
||||||
-----------
|
-----------
|
||||||
|
@ -148,6 +148,8 @@ ANSIBLE_HOSTS -- Override the default ansible hosts file
|
||||||
|
|
||||||
ANSIBLE_LIBRARY -- Override the default ansible module library path
|
ANSIBLE_LIBRARY -- Override the default ansible module library path
|
||||||
|
|
||||||
|
ANSIBLE_CONFIG -- Override the default ansible config file
|
||||||
|
|
||||||
|
|
||||||
AUTHOR
|
AUTHOR
|
||||||
------
|
------
|
||||||
|
|
Loading…
Reference in a new issue