Commit ca2a3dd5 authored by nanahira's avatar nanahira

fix gnupg2

parent eaa36fe2
Pipeline #28640 failed with stage
in 8 minutes and 54 seconds
......@@ -96,6 +96,13 @@
file:
name: /etc/apt/sources.list.d/pve-enterprise.list
state: absent
- name: install gnupg2 at first
become: true
apt:
update_cache: true
name: gnupg2
state: present
when: ansible_os_family == 'Debian'
- name: docker source
include_tasks: docker-source.yml
when: install_docker
......
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