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

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

parent 158a6320
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@
- name: Import spideroak
import_tasks: spideroak.yml
when: not excluded_roles or "spideroak" not in excluded_roles and spideroak_username is defined and spideroak_username != ""
when: (not excluded_roles or "spideroak" not in excluded_roles) and spideroak_username is defined and spideroak_username != ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment