xoxys.network/tasks/main.yml

6 lines
134 B
YAML
Raw Normal View History

2017-05-18 23:10:07 +02:00
---
- name: custom fact
set_fact:
require_reboot: "{{ true if network.fqdn != ansible_fqdn else false }}"
- include: config.yml