fix: indentation stuff
This commit is contained in:
parent
79f9dd5bc8
commit
6434479144
1 changed files with 5 additions and 4 deletions
|
|
@ -61,7 +61,8 @@
|
||||||
# add docker repository
|
# add docker repository
|
||||||
- name: "docker repository"
|
- name: "docker repository"
|
||||||
ansible.builtin.apt_repository:
|
ansible.builtin.apt_repository:
|
||||||
repo: "deb [arch={{ ansible_architecture | replace('x86_64', 'amd64') }}\
|
repo:
|
||||||
|
"deb [arch={{ ansible_architecture | replace('x86_64', 'amd64') }}\
|
||||||
signed-by=/etc/apt/keyrings/docker.asc]\
|
signed-by=/etc/apt/keyrings/docker.asc]\
|
||||||
https://download.docker.com/linux/{{ ansible_distribution | lower }}\
|
https://download.docker.com/linux/{{ ansible_distribution | lower }}\
|
||||||
{{ ansible_distribution_release }} stable"
|
{{ ansible_distribution_release }} stable"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue