Explain why we add to the docker
group
This commit is contained in:
parent
2e4c47fa07
commit
79127b5b0d
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
become: yes
|
||||
become_user: root
|
||||
tasks:
|
||||
# This isn't strictly necessary, it just lets us log in and interact with
|
||||
# Docker with commands like `docker logs glitchtip-web-1`!
|
||||
- name: Add current user to the Docker group
|
||||
user:
|
||||
name: "{{ lookup('env', 'USER') }}"
|
||||
|
|
Loading…
Reference in a new issue