Mon, 22 Oct 2018 20:52:32 -0500
add apt-transport-https just in case
--- 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