fix variable in task

This commit is contained in:
Robert Kaussow 2017-07-03 20:24:07 +02:00
parent 14ea7071e4
commit 48870f579f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
- name: custom 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