add post task to force handlers
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
c73f486d40
commit
91a4813c0c
@ -3,3 +3,4 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
require_reboot: "{{ true if network_fqdn != ansible_fqdn else false }}"
|
require_reboot: "{{ true if network_fqdn != ansible_fqdn else false }}"
|
||||||
- include_tasks: config.yml
|
- include_tasks: config.yml
|
||||||
|
- include_tasks: post_tasks.yml
|
||||||
|
3
tasks/post_tasks.yml
Normal file
3
tasks/post_tasks.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
- name: Force running handlers
|
||||||
|
meta: flush_handlers
|
Loading…
Reference in New Issue
Block a user