Commit 83b8dadb authored by nanahira's avatar nanahira

fix

parent f8b517e3
Pipeline #40305 failed with stage
in 12 minutes and 36 seconds
......@@ -104,11 +104,11 @@
file:
name: /etc/apt/sources.list.d/pve-enterprise.list
state: absent
- name: install gnupg2 at first
- name: install some packages at first
become: true
apt:
update_cache: true
name: gnupg2
name: gnupg2,python3-distutils-extra
state: present
when: ansible_os_family == 'Debian'
- name: docker source
......
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