Merge "Install gpg and sudo binary for Debian based systems"
This commit is contained in:
commit
8c0cededa9
@ -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) }}"
|
||||
|
@ -73,6 +73,7 @@ _openstack_host_metal_distro_packages:
|
||||
- rsyslog
|
||||
- software-properties-common
|
||||
- sysstat
|
||||
- sudo
|
||||
- time
|
||||
- vlan
|
||||
- wget
|
||||
|
Loading…
Reference in New Issue
Block a user