Skip to content

Commit

Permalink
add ubuntu user to docker group
Browse files Browse the repository at this point in the history
  • Loading branch information
David Yu committed Sep 2, 2017
1 parent 847a967 commit b4b479d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,9 @@
template:
src: config.j2
dest: "{{docker_config}}"
notify: restart docker-ee
notify: restart docker-engine

- name: Adding existing user ubuntu to group docker
user: name=ubuntu
groups=docker
append=yes

0 comments on commit b4b479d

Please sign in to comment.