diff options
Diffstat (limited to 'ansible.cfg')
-rw-r--r-- | ansible.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..c92c9ce --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,3 @@ +[defaults] +# isolate testing of ansible-compat from user local setup +collections_path = . |