Commit 7c716bfe authored by nanahira's avatar nanahira

fix

parent bc0ac2af
Pipeline #4667 failed with stage
in 9 seconds
......@@ -20,7 +20,7 @@
when: ansible_distribution_release != 'sid' and ansible_distribution_release != 'bullseye'
- name: target distribution for sid
set_fact:
docker_distribution: buster
docker_distribution: bullseye
when: ansible_distribution_release == 'sid' or ansible_distribution_release == 'bullseye'
- 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