xoxys.network/tasks/main.yml

6 lines
152 B
YAML
Raw Normal View History

2017-05-18 23:10:07 +02:00
---
2019-01-09 21:51:48 +01:00
- name: Set flag require_reboot
2017-05-18 23:10:07 +02:00
set_fact:
2019-06-20 22:57:34 +02:00
require_reboot: "{{ True if network_fqdn != ansible_fqdn else False }}"
2017-12-09 13:41:26 +01:00
- include_tasks: config.yml