Stuff
This commit is contained in:
parent
147d25c63d
commit
297a4b7dae
1 changed files with 5 additions and 0 deletions
|
@ -2,3 +2,8 @@
|
||||||
apt:
|
apt:
|
||||||
name: apt-transport-https
|
name: apt-transport-https
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Add specified repository into sources list
|
||||||
|
ansible.builtin.apt_repository:
|
||||||
|
repo: "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian buster stable"
|
||||||
|
state: present
|
Reference in a new issue