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

ansible-playbooks/general#90 Change group names and adjust Ansible config for version 2.8

parent 0789acf7
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ enabled = true
logpath = %(apache_access_log)s
%(apache_jail_access_log)s
{% endif %}
{% if 'webserver-drupal' in groups and inventory_hostname in groups['webserver-drupal'] %}
{% if 'webserver_drupal' in groups and inventory_hostname in groups['webserver_drupal'] %}
[drupal-auth]
enabled = true
......
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