]> git.phdru.name Git - ansible.git/commitdiff
Feat(init-system): Install `apt-transport-https` for Debian 9
authorOleg Broytman <phd@phdru.name>
Tue, 6 Aug 2019 17:00:43 +0000 (20:00 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 6 Aug 2019 19:19:13 +0000 (22:19 +0300)
playbooks/debian/roles/init-system/tasks/apt.yml

index c73af40298c5bd1378a113ed7c35c6532b7ac01c..a8a8c8a84736ba7a0d68b8e361e9127ece21a299 100644 (file)
@@ -23,7 +23,7 @@
     autoclean: yes
     autoremove: yes
     install_recommends: no
-    name: ['adjtimex', 'apt', 'aptitude', 'arj',
+    name: ['adjtimex', 'apt', 'apt-transport-https', 'aptitude', 'arj',
            'bash', 'bash-completion', 'bsd-mailx', 'bzip2',
            'curl', 'deborphan', 'dnsutils', 'dselect', 'elinks',
            'fetchmail', 'gnupg', 'gnupg2', 'links2',