Skip to content

Commit 0f8091c

Browse files
committed
added value for ansible_managed variable and extend roles_path.
1 parent d0bc872 commit 0f8091c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/ansible.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[defaults]
2+
ansible_managed = Ansible managed file, do not edit directly
23
callback_plugins = plugins/callback
34

45
host_key_checking = False
56

67
private_key_file = ~/.vagrant.d/insecure_private_key
78

8-
roles_path = ../../:../
9+
roles_path = ../../:../:dependencies
10+

0 commit comments

Comments
 (0)