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

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

parent be9b4be1
Branches main
No related tags found
No related merge requests found
......@@ -27,4 +27,4 @@
tags:
- always
when: not excluded_roles or "zabbix_agent" not in excluded_roles and role_zabbix_agent_completed is not defined
when: (not excluded_roles or "zabbix_agent" not in excluded_roles) and role_zabbix_agent_completed is not defined
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment