xoxys.network/tasks/main.yml

7 lines
184 B
YAML
Raw Normal View History

2017-05-18 21:10:07 +00:00
---
2019-01-09 20:51:48 +00:00
- name: Set flag require_reboot
2017-05-18 21:10:07 +00:00
set_fact:
2017-07-03 18:24:07 +00:00
require_reboot: "{{ true if network_fqdn != ansible_fqdn else false }}"
2017-12-09 12:41:26 +00:00
- include_tasks: config.yml
2019-06-20 16:51:16 +00:00
- include_tasks: post_tasks.yml