comment added

This commit is contained in:
mpavlov
2024-09-26 21:55:20 +03:00
parent fe47ea3d5b
commit 18bee8afa2

View File

@@ -22,7 +22,7 @@
- docker-compose
when: ansible_facts['os_family'] == "RedHat"
- name: Enable docker
- name: Enable docker (RHEL)
ansible.builtin.systemd:
name: docker
state: restarted