diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index 966d8da839..cea9069a51 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -43,6 +43,13 @@ roles_path = {{ ansible_base }}/ansible/roles # enable additional callbacks callback_whitelist = fedmsg_callback2,profile_tasks,logdetail2 +# Determine whether includes in tasks and handlers are "static" by +# default. As of 2.0, includes are dynamic by default. Setting these +# values to True will make includes behave more like they did in the +# 1.x versions. +#task_includes_static = True +handler_includes_static = True + # change this for alternative sudo implementations #sudo_exe = sudo