diff --git a/playbooks/roles/install-ansible/files/ansible.cfg b/playbooks/roles/install-ansible/files/ansible.cfg index a68836ee26..1dc21c01aa 100644 --- a/playbooks/roles/install-ansible/files/ansible.cfg +++ b/playbooks/roles/install-ansible/files/ansible.cfg @@ -3,6 +3,7 @@ inventory=/opt/system-config/inventory/openstack.yaml,/opt/system-config/invento library=/usr/share/ansible log_path=/var/log/ansible/ansible.log callback_plugins=/etc/ansible/callback_plugins +callback_whitelist=profile_tasks, timer inventory_plugins=/etc/ansible/inventory_plugins roles_path=/opt/system-config/roles:/etc/ansible/roles retry_files_enabled=False @@ -11,7 +12,6 @@ gathering=smart fact_caching=jsonfile fact_caching_connection=/var/cache/ansible/facts - [inventory] enable_plugins=openstack,constructed,yaml,advanced_host_list,ini cache=True