mirror of https://github.com/ansible/ansible.git
add note regarding {host,group}_vars directory lookup semantics (#48066)
* add note regarding {host,group}_vars directory lookup semantics While the 'ansible-playbook' command will look for {host,group}_vars in both the playbook and inventory directories, the 'ansible' command will only look in the inventory directory. This follows from a close reading of the documentation but isn't explicit and leads to the perhaps unexpected result that you can run both commands with the same configuration in the same directory and get different results. This commit adds a note to the documentation making the difference in behavior explicit. Closes #48065 * incorporates bcoca feedbackpull/44470/head
parent
d27d956d71
commit
220d224433
Loading…
Reference in New Issue