We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b884a6 commit 29f8af2Copy full SHA for 29f8af2
1 file changed
tasks/main.yml
@@ -12,7 +12,7 @@
12
- name: Fail if alerta secretkey not defined
13
fail:
14
msg: alerta_secretkey must be defined if you enable alerta authentification
15
- when: alerta_auth_required | bool and alerta_secretkey == ''
+ when: alerta_auth_required | bool and not alerta_secretkey
16
17
- name: Define alerta_pip_packages
18
set_fact:
0 commit comments