Compare commits
2 commits
60609f3f66
...
48c9e9053e
| Author | SHA1 | Date | |
|---|---|---|---|
| 48c9e9053e | |||
| 664b9115b8 |
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- name: Ensure Docker APT repository is added
|
- name: Ensure Docker APT repository is added
|
||||||
ansible.builtin.apt_repository:
|
ansible.builtin.apt_repository:
|
||||||
repo: "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/docker.asc] https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable"
|
repo: "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/docker.asc] https://download.docker.com/linux/debian {{ ansible_facts['distribution_release'] }} stable"
|
||||||
filename: docker
|
filename: docker
|
||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue