xoxys.network/tasks/main.yml
Robert Kaussow d78e3aa0f0
All checks were successful
the build was successful
fix indentation
2019-01-09 21:51:48 +01:00

6 lines
152 B
YAML

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