users: add Docker group to admin users
Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
05d7cef80c
commit
37e659cfc3
@ -4,6 +4,9 @@
|
|||||||
{%- do admin_groups.append('systemd-journal') %}
|
{%- do admin_groups.append('systemd-journal') %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
{# FIXME(frebib): manage Docker group instead of blindly adding it #}
|
||||||
|
{%- do admin_groups.append('docker') %}
|
||||||
|
|
||||||
frebib:
|
frebib:
|
||||||
groups:
|
groups:
|
||||||
{%- for group in admin_groups %}
|
{%- for group in admin_groups %}
|
||||||
|
Loading…
Reference in New Issue
Block a user