roles/common: Install gnupg2 on Debian
Needed by Ansible to add and verify apt package signing keys.
This commit is contained in:
parent
12b6f3aaa2
commit
03e2abc4fb
@ -22,6 +22,7 @@
|
|||||||
- lrzip
|
- lrzip
|
||||||
- unzip
|
- unzip
|
||||||
- apt-transport-https # for https support in apt
|
- apt-transport-https # for https support in apt
|
||||||
|
- gnupg2
|
||||||
|
|
||||||
- name: Install base packages
|
- name: Install base packages
|
||||||
apt: name={{ base_packages }} state=present update_cache=yes cache_valid_time=3600
|
apt: name={{ base_packages }} state=present update_cache=yes cache_valid_time=3600
|
||||||
|
Loading…
Reference in New Issue
Block a user