fix deps installation

This commit is contained in:
ace
2023-04-19 00:07:31 +03:00
parent fb374b732b
commit cc52fe26ab

View File

@ -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: