xoxys.network/tasks/main.yml

6 lines
152 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:
2019-06-20 20:57:34 +00:00
require_reboot: "{{ True if network_fqdn != ansible_fqdn else False }}"
2017-12-09 12:41:26 +00:00
- include_tasks: config.yml