Commit ed2c7f95 authored by nanahira's avatar nanahira

fix

parent 09e132c0
Pipeline #2327 passed with stage
in 5 minutes and 5 seconds
......@@ -30,7 +30,7 @@
- name: Docker apt 源
become: true
apt_repository:
repo: 'deb {{mirror_docker}}/linux/{{ docker_distribution }} {{ docker_distribution }} stable'
repo: 'deb {{mirror_docker}}/linux/{{ ansible_distribution|lower }} {{ docker_distribution }} stable'
filename: docker
when: ansible_os_family == 'Debian'
- name: 安装 Docker (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