xoxys.network/tasks/main.yml

6 lines
140 B
YAML
Raw Normal View History

2017-05-18 21:10:07 +00:00
---
- name: custom fact
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