From e19565be83e60a21fefd1b1033ece6ec1e7983f1 Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Sat, 28 Nov 2020 19:33:59 +0000 Subject: [PATCH] Proved apt-transport-https and only use APT module on Debian targets --- tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index c4d52c3..ad18029 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -33,6 +33,8 @@ #update_cache: yes vars: packages: + - apt-transport-https - htop - tmux become: yes + when: ansible_facts['os_family'] == 'Debian'