enable docker
This commit is contained in:
@@ -22,6 +22,14 @@
|
|||||||
- docker-compose
|
- docker-compose
|
||||||
when: ansible_facts['os_family'] == "RedHat"
|
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
|
- name: Install rproxy
|
||||||
block:
|
block:
|
||||||
- name: Remove rproxy dir
|
- name: Remove rproxy dir
|
||||||
|
|||||||
Reference in New Issue
Block a user