From cc52fe26ab4933a3d453a31e2b82706aeeb7a5f3 Mon Sep 17 00:00:00 2001 From: ace Date: Wed, 19 Apr 2023 00:07:31 +0300 Subject: [PATCH] fix deps installation --- tasks/Debian.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: