geerlingguy / ansible-role-docker_arm

Ansible Role - Docker for ARM and Pi
MIT License
98 stars 29 forks source link

Docker install script relocated #36

Closed XNinety9 closed 1 year ago

XNinety9 commented 2 years ago

Hi.

Docker install script has been relocated from

https://get.docker.com/tmp/get-docker.sh

to

https://get.docker.com/

Your script is broken without this modification.

rizlas commented 2 years ago

Hi, which error are you getting?

Currently download task is correct.

https://github.com/geerlingguy/ansible-role-docker_arm/blob/master/tasks/main.yml#L11

- name: Download Docker install convenience script.
  get_url:
    url: https://get.docker.com/
    dest: /tmp/get-docker.sh
    mode: 0775
  when: docker_command_result.rc == 1
stale[bot] commented 1 year ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale[bot] commented 1 year ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.