add gnupg dependency
This commit is contained in:
parent
2b213044f4
commit
b5f01334e7
1 changed files with 5 additions and 2 deletions
|
|
@ -10,8 +10,11 @@
|
||||||
var: pkgs
|
var: pkgs
|
||||||
verbosity: 1
|
verbosity: 1
|
||||||
|
|
||||||
- name: install apt-transport-https
|
- name: install helper tools
|
||||||
apt: pkg=apt-transport-https
|
apt:
|
||||||
|
pkg:
|
||||||
|
- apt-transport-https
|
||||||
|
- gnupg
|
||||||
|
|
||||||
- name: setup apt proxy
|
- name: setup apt proxy
|
||||||
template:
|
template:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue