Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployment/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
hash_behaviour = merge
roles_path = ./roles/
filter_plugins = ./filter_plugins/
callback_whitelist = timer, profile_tasks
callbacks_enabled = timer, profile_tasks
gathering = smart
fact_caching_connection = environments/.facts_cache
fact_caching = jsonfile
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/mongo/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
hash_behaviour = merge
roles_path = ../../../deployment/roles/
filter_plugins = ../../../deployment/filter_plugins/
callback_whitelist = timer, profile_tasks
callbacks_enabled = timer, profile_tasks
host_key_checking = False

[ssh_connection]
Expand Down
Loading