diff --git a/tasks/docker-users.yml b/tasks/docker-users.yml index b3b6e0f..4e73976 100644 --- a/tasks/docker-users.yml +++ b/tasks/docker-users.yml @@ -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