2025-03-14 01:10:44 -07:00

9 lines
111 B
YAML

---
- name: Enable docker
ansible.builtin.service:
name: docker
state: restarted
enabled: true