docker: ansible-lint

This commit is contained in:
uumas
2023-07-14 15:34:29 +03:00
parent 1596b2bfc5
commit 79b8e4fa27
5 changed files with 37 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
---
- name: restart docker
systemd:
- name: Restart docker
ansible.builtin.systemd:
name: docker.service
state: restarted