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

lakedrops/d8-project#9 Prepare docker role for docker4drupal

parent d6ea6102
No related branches found
No related tags found
No related merge requests found
......@@ -31,4 +31,19 @@
- name: "Install Python Dependencies"
pip:
name='docker-py'
name: '{{ item }}'
with_items:
- 'docker-py'
- 'docker-compose'
- name: "Ensure group 82"
group:
name: 'www-docker'
gid: 82
state: 'present'
- name: "Add local user to group 82"
user:
name: "{{ lookup('env','USER') }}"
groups: 'www-docker'
append: 'yes'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment