galaxy_ng
galaxy_ng copied to clipboard
Update tests to use ~/.ansible.cfg rather than /ansible.cfg
This fixes the tests when used in the dev env.
No-Issue
Deploy Preview for galaxyng canceled.
Name | Link |
---|---|
Latest commit | 50b0f8e1f9c7f0bdd9bd0afc11df2475dfeb8393 |
Latest deploy log | https://app.netlify.com/sites/galaxyng/deploys/6348251c7ca16600088548f8 |
@dkliban fyi, if you were developing a workaround for this in oci_env, you no longer need to.
Presumably the before case, the tests were looking for ansible.cfg in CWD.
As far as I can tell, that is normally https://github.com/ansible/galaxy_ng/blob/master/ansible.cfg
It looks like that only exists to setup ansible tmp_dirs for use with ansible-importer. If importer tests work I guess it doesn't matter ?
/retest