add apt-transport-https just in case

Mon, 22 Oct 2018 20:52:32 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 22 Oct 2018 20:52:32 -0500
changeset 84
fdaa84bcac9c
parent 83
f2ce8b027b1e
child 85
25111b904b2c

add apt-transport-https just in case

roles/repositories/tasks/debian.yml file | annotate | diff | comparison | revisions
--- a/roles/repositories/tasks/debian.yml
+++ b/roles/repositories/tasks/debian.yml
@@ -3,6 +3,7 @@
 - name: add ansible/apt dependencies
   apt: name={{item}} state=installed
   with_items:
+    - apt-transport-https
     - aptitude
     - python-apt
 

mercurial