Do stuff
Some checks failed
Configure Kumonoboru / deploy (push) Failing after 54s

This commit is contained in:
2023-11-24 13:57:53 +02:00
parent f73a7207ec
commit dd903787e7

View File

@@ -31,7 +31,7 @@
- name: Add Docker's APT repo
ansible.builtin.apt_repository:
repo: "deb [arch={{ docker_arck }}] https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable"
repo: "deb [arch={{ docker_arch }}] https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable"
state: present
update_cache: yes