mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Mention ANSIBLE_INVENTORY
Support for ANSIBLE_HOSTS is faded out, see commit
c73254543a
, therefore do not mention it in
the man pages.
This commit is contained in:
parent
c488ea019f
commit
8ad2eac7e1
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ ENVIRONMENT
|
|||
|
||||
The following environment variables may be specified.
|
||||
|
||||
ANSIBLE_HOSTS -- Override the default ansible hosts file
|
||||
ANSIBLE_INVENTORY -- Override the default ansible inventory file
|
||||
|
||||
ANSIBLE_LIBRARY -- Override the default ansible module library path
|
||||
|
||||
|
|
|
@ -153,7 +153,7 @@ ENVIRONMENT
|
|||
|
||||
The following environment variables may be specified.
|
||||
|
||||
ANSIBLE_HOSTS -- Override the default ansible hosts file
|
||||
ANSIBLE_INVENTORY -- Override the default ansible inventory file
|
||||
|
||||
ANSIBLE_LIBRARY -- Override the default ansible module library path
|
||||
|
||||
|
|
Loading…
Reference in a new issue