Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update checksum for docker repos #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kennethacurtis
Copy link

I've encountered an error when the roll starts to set up the docker repositories. It looks like the checksum has changed. Here's the error I get when I run the role at it's current state

TASK [crivetimihai.docker : repo file downloaded to /etc/yum.repos.d] ****************************
fatal: [host]: FAILED! => {"changed": false, "checksum_dest": "cccda062c436669011790aa0d4da2514c80db74f", "checksum_src": "cccda062c436669011790aa0d4da2514c80db74f", "dest": "/etc/yum.repos.d/docker-ce.repo", "elapsed": 0, "msg": "The checksum for /etc/yum.repos.d/docker-ce.repo did not match 6650718e0fe5202ae7618521f695d43a8bc051c539d7570f0edbfa5b4916f218; it was 8ab5599eef0afcac10cbd3e8670873efee20fcceb5fb3526a62edeade603cec7.", "src": "/home/user/.ansible/tmp/ansible-tmp-1612126304.2304296-149065733047380/tmpu5eC3J", "url": "https://download.docker.com/linux/centos/docker-ce.repo"}

And after update:

TASK [crivetimihai.docker : repo file downloaded to /etc/yum.repos.d] ****************************
changed: [host]

Reference I used for this fix: adoptium/infrastructure#1641

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docker-ce repo not installing on CentOS7/x64
1 participant