mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-21 17:51:38 +02:00
reset connection so docker is usable for the current login user
This commit is contained in:
parent
5afc0f8ab4
commit
7257d8706c
@ -5,3 +5,6 @@
|
||||
groups: docker
|
||||
append: true
|
||||
with_items: "{{ docker_users }}"
|
||||
|
||||
- name: reset connection to allow user changes to take affect for the current login user
|
||||
meta: reset_connection
|
||||
|
Loading…
Reference in New Issue
Block a user