Skip to content
Snippets Groups Projects
Commit 79d1f341 authored by nimrod's avatar nimrod
Browse files

- Reset connection after adding users to the docker group.

parent d981e522
Branches
No related tags found
No related merge requests found
......@@ -10,3 +10,6 @@
service:
name: ufw
state: restarted
- name: Reset connection
meta: reset_connection
......@@ -67,6 +67,8 @@
name: '{{ item }}'
groups: docker
state: present
notify:
- Reset connection
- include: docker_gc.yml
when: docker_gc|default(False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment