mirror of
https://github.com/univention/ansible-modules.git
synced 2025-10-26 11:19:34 +00:00
style(univention_config_registry): use true/false as boolean
This commit is contained in:
parent
0085c003d3
commit
85c0bb7fb6
@ -32,7 +32,7 @@
|
||||
name: "/etc/hosts"
|
||||
line: "192.168.1.1\tinvalid.intranet"
|
||||
state: "present"
|
||||
check_mode: yes
|
||||
check_mode: true
|
||||
register: "hosts"
|
||||
failed_when: "(hosts is changed) or (hosts is failed)"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user