Commit 09e132c0 authored by nanahira's avatar nanahira

fix

parent 7e4d3034
Pipeline #2325 failed with stage
in 4 minutes and 37 seconds
......@@ -25,7 +25,7 @@
- name: Docker apt 源公钥
become: true
apt_key:
url: '{{mirror_docker}}/linux/{{ docker_distribution }}/gpg'
url: '{{mirror_docker}}/linux/{{ ansible_distribution|lower }}/gpg'
when: ansible_os_family == 'Debian'
- name: Docker apt 源
become: true
......
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