Skip to content
Snippets Groups Projects
Commit bce732a2 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Install gnupg before adding docker apt gpg key during pre-install"

parents 33eda62e 027b8d24
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@
update_cache: yes
become: True
- name: Install ca certs
- name: Install CA certificates and gnupg packages
package:
name: "{{ item }}"
state: latest
......@@ -89,6 +89,7 @@
with_items:
- ca-certificates
- apt-transport-https
- gnupg
- name: Ensure apt sources list directory exists
file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment