ansible-role-kubernetes icon indicating copy to clipboard operation
ansible-role-kubernetes copied to clipboard

Ubuntu 24.04 support

Open itrack opened this issue 9 months ago • 3 comments

Hi! I've been trying to figure out which OS's are supported, from what I can tell Ubuntu 24.04 is not, am I right?

TASK [geerlingguy.docker : Ensure old versions of Docker are not installed.] ***************************************************************************************************
fatal: [k8s-worker1]: FAILED! => {"changed": false, "msg": "E:Conflicting values set for option Signed-By regarding source https://download.docker.com/linux/ubuntu/ noble: /etc/apt/keyrings/docker.asc != , E:The list of sources could not be read."}
fatal: [k8s-master]: FAILED! => {"changed": false, "msg": "E:Conflicting values set for option Signed-By regarding source https://download.docker.com/linux/ubuntu/ noble: /etc/apt/keyrings/docker.asc != , E:The list of sources could not be read."}

Thank you!

itrack avatar Feb 16 '25 09:02 itrack