Commit ac280037 authored by nanahira's avatar nanahira

Merge branch 'master' into bullseye

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