We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdc54e commit eb87803Copy full SHA for eb87803
roles/server/tasks/sites.yml
@@ -165,7 +165,7 @@
165
msg:
166
- "Just a trigger."
167
loop: "{{ __checkmk_server_sites_created.results }}"
168
- when: __checkmk_server_sites_created.changed | bool and not item.item.admin_pw is defined
+ when: __checkmk_server_sites_created.changed | bool and not item.item.admin_pw is defined and item.item.state != "absent"
169
changed_when: true
170
notify: Warn site admin password
171
no_log: "{{ checkmk_server_no_log | bool }}"
0 commit comments