This commit is contained in:
parent
73a29b0619
commit
82034b0a34
@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Set flag require_reboot
|
||||
set_fact:
|
||||
require_reboot: "{{ True if (network_fqdn != ansible_fqdn and network_reboot_enabled == True) else False }}"
|
||||
require_reboot: "{{ True if (network_fqdn != ansible_fqdn and network_reboot_enabled | bool) else False }}"
|
||||
|
||||
- block:
|
||||
- name: Set hostname
|
||||
|
Loading…
Reference in New Issue
Block a user