xoxys.network/tasks/main.yml

6 lines
140 B
YAML
Raw Normal View History

2017-05-18 23:10:07 +02:00
---
- name: custom fact
set_fact:
2017-07-03 20:24:07 +02:00
require_reboot: "{{ true if network_fqdn != ansible_fqdn else false }}"
2017-12-09 13:41:26 +01:00
- include_tasks: config.yml