fix: ensure superusers are in docker group

This commit is contained in:
Price Hiller 2024-02-01 13:10:36 -06:00
parent 71743d1498
commit aa4a54e076
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -5,6 +5,7 @@
name: "{{ item.username }}"
groups:
- sudo
- docker
create_home: true
shell: /bin/bash
loop: "{{ superusers }}"