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