Skip to content
Snippets Groups Projects
Commit e020924b authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Fix some complex when statements

parent ef96c08a
Branches main
No related tags found
No related merge requests found
......@@ -22,4 +22,4 @@
tags:
- always
when: not excluded_roles or "alerta" not in excluded_roles and role_alerta_completed is not defined
when: (not excluded_roles or "alerta" not in excluded_roles) and role_alerta_completed is not defined
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment