reset connection so docker is usable for the current login user

This commit is contained in:
acrom18 2019-03-22 22:37:31 +01:00
parent 5afc0f8ab4
commit 7257d8706c

View File

@ -5,3 +5,6 @@
groups: docker groups: docker
append: true append: true
with_items: "{{ docker_users }}" with_items: "{{ docker_users }}"
- name: reset connection to allow user changes to take affect for the current login user
meta: reset_connection