This commit is contained in:
5
roles/docker_install/handlers/main.yaml
Normal file
5
roles/docker_install/handlers/main.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Restart Docker
|
||||
ansible.builtin.systemd:
|
||||
name: docker
|
||||
state: restarted
|
Reference in New Issue
Block a user