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

Fix condition

parent 1d976811
No related branches found
No related tags found
No related merge requests found
......@@ -101,4 +101,4 @@
- name: Install tesseract
include_tasks: tesseract.yml
when: groups.webserver_nextcloud is defined and inventory_hostname in groups.webserver_nextcloud and not excluded_roles or "nextcloud" not in excluded_roles
when: groups.webserver_nextcloud is defined and inventory_hostname in groups.webserver_nextcloud and (not excluded_roles or "nextcloud" not in excluded_roles)
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