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

ansible-roles/php#12 Run Apache role only for webservers

parent bead4946
No related branches found
No related tags found
No related merge requests found
......@@ -22,4 +22,4 @@
tags:
- always
when: (not excluded_roles or "apache" not in excluded_roles) and role_apache_completed is not defined
when: (not excluded_roles or "apache" not in excluded_roles) and role_apache_completed is not defined and groups and 'webserver' in groups and inventory_hostname in groups.webserver
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