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

ansible-inventories/arocom#3179 Add jail user to docker group

parent bc60362a
Branches main
No related tags found
No related merge requests found
......@@ -26,3 +26,10 @@
name: www-data
groups: '{{ drupal.jail.name }}'
append: yes
- name: Add Jail User to Docker Group
user:
name: '{{ drupal.jail.name }}'
groups: docker
append: yes
when: drupal.jail.access_docker|default('no') == 'yes'
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