Ansible doth not like Pop
Some checks failed
Configure Kumonoboru / deploy (push) Failing after 1m7s

This commit is contained in:
2023-11-24 14:40:11 +02:00
parent 29d5b02861
commit 8520c9e5be

View File

@@ -21,7 +21,8 @@
- name: Add Docker's APT repo
ansible.builtin.apt_repository:
repo: "deb [arch={{ docker_arch }}] 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"
repo: "deb [arch={{ docker_arch }}] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable"
state: present
update_cache: yes