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

Clean up and *use* the ansible.cfg file #584

Merged
merged 1 commit into from
Apr 12, 2021

Commits on Apr 12, 2021

  1. Clean up and *use* the ansible.cfg file

    The ansible.cfg file that is present in images/capi/ansible is not used
    in any way because the Ansible commands won't pick it up in that
    location. Since Ansible is run with a PWD of images/capi, put it there
    instead.
    
    Additionally, the .cfg file mistakenly had 'default' instead of
    'defaults', meaning that all entries were being ignored. We no longer
    need to specify a search path for filter plugins since we haven't used
    any in a while, and the setting for retry files is already the default
    in Ansible.
    codenrhoden committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    96f269d View commit details
    Browse the repository at this point in the history