Merge "Install gpg and sudo binary for Debian based systems"

This commit is contained in:
Zuul 2020-02-19 14:22:32 +00:00 committed by Gerrit Code Review
commit 8c0cededa9
2 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,15 @@
# APT configuration tasks that apply on all nodes.
- name: Install gpg tooling for key management
apt:
name: gnupg
state: "{{ openstack_hosts_package_state }}"
register: _install_gpg
until: _install_gpg is success
retries: 5
delay: 2
- name: Add/Remove repositories gpg keys manually
apt_key:
id: "{{ key.id | default(omit) }}"

View File

@ -73,6 +73,7 @@ _openstack_host_metal_distro_packages:
- rsyslog
- software-properties-common
- sysstat
- sudo
- time
- vlan
- wget