add post task to force handlers
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2019-06-20 18:51:16 +02:00
parent c73f486d40
commit 91a4813c0c
2 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,4 @@
set_fact:
require_reboot: "{{ true if network_fqdn != ansible_fqdn else false }}"
- include_tasks: config.yml
- include_tasks: post_tasks.yml

3
tasks/post_tasks.yml Normal file
View File

@ -0,0 +1,3 @@
---
- name: Force running handlers
meta: flush_handlers