Explain why we add to the docker group

This commit is contained in:
Emi Matchu 2024-02-28 14:10:18 -08:00
parent 2e4c47fa07
commit 79127b5b0d

View file

@ -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') }}"