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

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

parent 670d9b76
No related branches found
No related tags found
No related merge requests found
......@@ -60,4 +60,4 @@
tags:
- always
when: not excluded_roles or "commonauth" not in excluded_roles and role_commonauth_completed is not defined
when: (not excluded_roles or "commonauth" not in excluded_roles) and role_commonauth_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