enable docker

This commit is contained in:
mpavlov
2024-09-26 21:55:05 +03:00
parent 9b4f89ab80
commit fe47ea3d5b

View File

@@ -22,6 +22,14 @@
- docker-compose
when: ansible_facts['os_family'] == "RedHat"
- name: Enable docker
ansible.builtin.systemd:
name: docker
state: restarted
enabled: true
daemon_reload: true
when: ansible_facts['os_family'] == "RedHat"
- name: Install rproxy
block:
- name: Remove rproxy dir