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

Restart Docker after changing the socket group.

parent d137c564
No related branches found
No related tags found
No related merge requests found
...@@ -15,3 +15,8 @@ ...@@ -15,3 +15,8 @@
service: service:
name: ssh name: ssh
state: restarted state: restarted
- name: Restart Docker
service:
name: docker
state: restarted
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
mode: 0o0644 mode: 0o0644
notify: notify:
- Systemd daemon reload - Systemd daemon reload
- Restart Docker
- name: Allow default Docker network access to local services - name: Allow default Docker network access to local services
community.general.ufw: community.general.ufw:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment