Skip to content

Commit 1258f90

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Install gnupg before adding docker apt gpg key during pre-install" into stable/victoria
2 parents 1319184 + 25286fb commit 1258f90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ansible/roles/baremetal/tasks/pre-install.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,15 @@
8181
update_cache: yes
8282
become: True
8383

84-
- name: Install ca certs
84+
- name: Install CA certificates and gnupg packages
8585
package:
8686
name: "{{ item }}"
8787
state: latest
8888
become: True
8989
with_items:
9090
- ca-certificates
9191
- apt-transport-https
92+
- gnupg
9293

9394
- name: Ensure apt sources list directory exists
9495
file:

0 commit comments

Comments
 (0)