style(univention_config_registry): use true/false as boolean

This commit is contained in:
Jan-Luca Kiok 2021-11-16 15:26:03 +01:00
parent 0085c003d3
commit 85c0bb7fb6

View File

@ -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)"