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

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

parent 4b15cb0c
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@
- name: Import jailkit
import_tasks: jailkit.yml
when: not excluded_roles or "jailkit" not in excluded_roles and jailkit
when: (not excluded_roles or "jailkit" not in excluded_roles) and jailkit
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