diff options
Diffstat (limited to 'distro/tests/.ansible.cfg')
-rw-r--r-- | distro/tests/.ansible.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/distro/tests/.ansible.cfg b/distro/tests/.ansible.cfg new file mode 100644 index 0000000..b3b37ea --- /dev/null +++ b/distro/tests/.ansible.cfg @@ -0,0 +1,6 @@ +[defaults] + +# additional paths to search for roles in, colon separated +roles_path = ../ansible-roles +interpreter_python = auto +stdout_callback=debug |