fix variable in task

This commit is contained in:
Robert Kaussow 2017-07-03 20:24:07 +02:00
parent 14ea7071e4
commit 48870f579f

View File

@ -1,5 +1,5 @@
--- ---
- name: custom fact - name: custom fact
set_fact: set_fact:
require_reboot: "{{ true if network.fqdn != ansible_fqdn else false }}" require_reboot: "{{ true if network_fqdn != ansible_fqdn else false }}"
- include: config.yml - include: config.yml