diff --git a/tasks/docker.yml b/tasks/docker.yml index bc3c4c6..5dc377b 100644 --- a/tasks/docker.yml +++ b/tasks/docker.yml @@ -131,6 +131,10 @@ append: yes when: container_registry_deployment_user | length > 0 + - name: reset ssh connection to pick up docker group + meta: reset_connection + when: container_registry_deployment_user | length > 0 + - name: force systemd to reread configs meta: flush_handlers