Commit 2b99f9e0 authored by nanahira's avatar nanahira

fix buster docker

parent b9c46a7b
Pipeline #1886 passed with stage
in 4 minutes and 2 seconds
......@@ -58,10 +58,15 @@
- name: 安装 Docker (apt)
become: true
apt:
name: docker-ce,python-backports-shutil-get-terminal-size,python-backports.ssl-match-hostname
name: docker-ce
update_cache: yes
when: ansible_os_family == 'Debian' and ansible_distribution_release != 'focal'
notify: restart_docker
- name: Docker extra packages
become: true
apt:
name: python-backports-shutil-get-terminal-size,python-backports.ssl-match-hostname
when: ansible_os_family == 'Debian' and ansible_distribution_release != 'focal' and ansible_distribution_release != 'sid'
- name: 安装 Docker (focal)
become: true
apt:
......
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