This commit is contained in:
Marco Ochse 2023-06-30 14:58:10 +02:00
parent 2d1a06551c
commit 58ca11f85e

View file

@ -347,6 +347,9 @@
append: yes
when: ansible_distribution in ["Debian", "Fedora", "openSUSE Tumbleweed", "Ubuntu"]
- name: Refresh user session so docker commands will work
command: newgrp docker
- name: Check for non-root user id (All)
debug:
msg: "Detected user: '{{ ansible_user_id }}'"