Commit 7df46249 authored by nanahira's avatar nanahira

mising

parent 02231844
Pipeline #14131 failed with stage
in 37 seconds
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
- name: 安装 Docker (yum) - name: 安装 Docker (yum)
become: true become: true
yum: yum:
name: docker-ce,docker-ce-cli,containerd.io,docker-compose-plugin,docker-compose name: docker-ce,docker-ce-cli,containerd.io,docker-compose-plugin,docker-compose,python-docker
update_cache: yes update_cache: yes
when: ansible_os_family == 'RedHat' and ansible_distribution_major_version|int == 7 and ansible_python.version.major == 2 when: ansible_os_family == 'RedHat' and ansible_distribution_major_version|int == 7 and ansible_python.version.major == 2
notify: restart_docker notify: restart_docker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment