Ansible doth not like Pop
Some checks failed
Configure Kumonoboru / deploy (push) Failing after 1m7s
Some checks failed
Configure Kumonoboru / deploy (push) Failing after 1m7s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user