diff --git a/tasks/Debian.yaml b/tasks/Debian.yaml index 1d46405..8bb4132 100644 --- a/tasks/Debian.yaml +++ b/tasks/Debian.yaml @@ -1,9 +1,11 @@ --- -- name: Install deps packages +- name: Install apt-transport-https and gnupg apt: - name: "{{ docker_deps_packages }}" - state: present + name: + - apt-transport-https + - gnupg update_cache: yes + state: present - name: Add gpg keys for Docker repo ansible.builtin.apt_key: