diff --git a/installer/install/tpot.yml b/installer/install/tpot.yml index 8b9c65d8..d00152b6 100644 --- a/installer/install/tpot.yml +++ b/installer/install/tpot.yml @@ -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 }}'"