Set handler includes to be static to make our included handlers work again.
This commit is contained in:
parent
b83ac011eb
commit
04bb673626
1 changed files with 7 additions and 0 deletions
|
@ -43,6 +43,13 @@ roles_path = {{ ansible_base }}/ansible/roles
|
||||||
# enable additional callbacks
|
# enable additional callbacks
|
||||||
callback_whitelist = fedmsg_callback2,profile_tasks,logdetail2
|
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
|
# change this for alternative sudo implementations
|
||||||
#sudo_exe = sudo
|
#sudo_exe = sudo
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue