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

Only run this role for webserver_nextcloud hosts

parent a212a95a
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: 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