Set handler includes to be static to make our included handlers work again.

This commit is contained in:
Kevin Fenzi 2016-05-25 16:28:05 +00:00
parent b83ac011eb
commit 04bb673626

View file

@ -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