Proved apt-transport-https and only use APT module on Debian targets

This commit is contained in:
Jan Beilicke 2020-11-28 19:33:59 +00:00
parent 5846aa9d74
commit e19565be83

View file

@ -33,6 +33,8 @@
#update_cache: yes #update_cache: yes
vars: vars:
packages: packages:
- apt-transport-https
- htop - htop
- tmux - tmux
become: yes become: yes
when: ansible_facts['os_family'] == 'Debian'