Commit 9448b4fb authored by nanahira's avatar nanahira

remove docker source in focal

parent f6d04314
......@@ -33,6 +33,13 @@
repo: 'deb [arch=amd64] {{mirror_docker}}/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} stable'
filename: docker
when: ansible_os_family == 'Debian' and ansible_distribution_release|lower != 'focal'
- name: Docker apt 源
become: true
apt_repository:
repo: 'deb [arch=amd64] {{mirror_docker}}/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} stable'
filename: docker
state: absent
when: ansible_os_family == 'Debian' and ansible_distribution_release|lower == 'focal'
- name: 安装 Docker (apt)
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