fix variable in task
This commit is contained in:
parent
14ea7071e4
commit
48870f579f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user