docker
This commit is contained in:
parent
9ba7e3d816
commit
72fb8f9a4e
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@
|
|||
state: present
|
||||
|
||||
- name: Add docker repository
|
||||
ansible.builtin.apt_repository:
|
||||
repo: "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable"
|
||||
state: present
|
||||
ansible.builtin.apt_repository:
|
||||
repo: "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable"
|
||||
state: present
|
||||
|
||||
- name: Install a list of packages
|
||||
ansible.builtin.apt:
|
||||
|
|
Loading…
Reference in a new issue