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 @@ ...@@ -104,11 +104,11 @@
file: file:
name: /etc/apt/sources.list.d/pve-enterprise.list name: /etc/apt/sources.list.d/pve-enterprise.list
state: absent state: absent
- name: install gnupg2 at first - name: install some packages at first
become: true become: true
apt: apt:
update_cache: true update_cache: true
name: gnupg2 name: gnupg2,python3-distutils-extra
state: present state: present
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'
- name: docker source - 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