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

This commit is contained in:
2023-11-24 14:36:47 +02:00
parent c686c4c4d4
commit 29d5b02861

View File

@@ -13,8 +13,9 @@
- name: Add Docker's APT key
ansible.builtin.apt_key:
url: "https://download.docker.com/linux/{{ ansible_distribution|lower }}/gpg"
#url: "https://download.docker.com/linux/{{ ansible_distribution|lower }}/gpg"
# ^ ex: Ubuntu -> ubuntu
url: "https://download.docker.com/linux/ubuntu/gpg"
state: present