roles/common: Install gnupg2 on Debian

Needed by Ansible to add and verify apt package signing keys.
This commit is contained in:
Alan Orth 2019-07-06 21:44:41 +03:00
parent 12b6f3aaa2
commit 03e2abc4fb
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
- lrzip
- unzip
- apt-transport-https # for https support in apt
- gnupg2
- name: Install base packages
apt: name={{ base_packages }} state=present update_cache=yes cache_valid_time=3600