# HG changeset patch # User Meredith Howard # Date 1540259552 18000 # Node ID fdaa84bcac9c0cfc83078730d935e05e6faa720e # Parent f2ce8b027b1eed6175ae7dafd94d29c4c74c0218 add apt-transport-https just in case diff --git a/roles/repositories/tasks/debian.yml b/roles/repositories/tasks/debian.yml --- 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