This commit is contained in:
jaydee
2024-12-17 00:32:20 +01:00
parent 0f72226de7
commit 5259f05665
3 changed files with 31 additions and 7 deletions

View File

@ -1,4 +1,5 @@
- name: restart_docker
ansible.builtin.service:
name: docker.service
state: restarted
state: restarted
become: true