Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,7 @@ ...@@ -4,8 +4,7 @@
export ANSIBLE_CACHE_PLUGIN=jsonfile export ANSIBLE_CACHE_PLUGIN=jsonfile
export ANSIBLE_CACHE_PLUGIN_CONNECTION="$HOME/.ansible/facts" export ANSIBLE_CACHE_PLUGIN_CONNECTION="$HOME/.ansible/facts"
export ANSIBLE_CALLBACK_WHITELIST="profile_tasks, timer" export ANSIBLE_CALLBACKS_ENABLED="ansible.posix.profile_tasks, ansible.posix.timer"
export ANSIBLE_COMMAND_WARNINGS=True
export ANSIBLE_DEPRECATION_WARNINGS=True export ANSIBLE_DEPRECATION_WARNINGS=True
export ANSIBLE_FORKS=5 export ANSIBLE_FORKS=5
export ANSIBLE_GATHERING=smart export ANSIBLE_GATHERING=smart
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment