systemd handler changed to ansible.builtin.systemd
This commit is contained in:
@@ -39,6 +39,6 @@
|
|||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- name: Restart Docker
|
- name: Restart Docker
|
||||||
systemctl:
|
ansible.builtin.systemd:
|
||||||
name: docker
|
name: docker
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|||||||
Reference in New Issue
Block a user