Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note regarding {host,group}_vars directory lookup semantics #48066

Merged
merged 2 commits into from
Nov 9, 2018

Commits on Nov 4, 2018

  1. 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 ansible#48065
    larsks committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    3190990 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. incorporates bcoca feedback

    acozine committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    3175915 View commit details
    Browse the repository at this point in the history