Commit 6cc39619 authored by nimrod's avatar nimrod
Browse files

Ansible deprecations.

command_warnings is being deprecated. callback_whitelist is being
renamed to callback_enabled. The callback modules are updated to the new
FQDN naming convention.
parent 74b27dd7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4,8 +4,7 @@

export ANSIBLE_CACHE_PLUGIN=jsonfile
export ANSIBLE_CACHE_PLUGIN_CONNECTION="$HOME/.ansible/facts"
export ANSIBLE_CALLBACK_WHITELIST="profile_tasks, timer"
export ANSIBLE_COMMAND_WARNINGS=True
export ANSIBLE_CALLBACKS_ENABLED="ansible.posix.profile_tasks, ansible.posix.timer"
export ANSIBLE_DEPRECATION_WARNINGS=True
export ANSIBLE_FORKS=5
export ANSIBLE_GATHERING=smart