commit 568d28658caf0a49dec3efefa104d673b0817e0d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Nov 8 19:23:37 2016 +0100
Sync ansible template with fedora
roles/ansible-server/templates/ansible.cfg.j2 | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/roles/ansible-server/templates/ansible.cfg.j2
b/roles/ansible-server/templates/ansible.cfg.j2
index 966d8da..cea9069 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
Show replies by date