From 7257d8706c80761542ee99d71697230e2c064145 Mon Sep 17 00:00:00 2001 From: acrom18 Date: Fri, 22 Mar 2019 22:37:31 +0100 Subject: [PATCH] reset connection so docker is usable for the current login user --- tasks/docker-users.yml | 3 +++ 1 file changed, 3 insertions(+) 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