xoxys.network/tasks/main.yml
Robert Kaussow 91a4813c0c
Some checks failed
continuous-integration/drone/push Build is failing
add post task to force handlers
2019-06-20 18:51:16 +02:00

7 lines
184 B
YAML

---
- name: Set flag require_reboot
set_fact:
require_reboot: "{{ true if network_fqdn != ansible_fqdn else false }}"
- include_tasks: config.yml
- include_tasks: post_tasks.yml