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

Docker install script relocated

Open XNinety9 opened this issue 2 years ago • 2 comments

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.

XNinety9 avatar Jul 17 '22 17:07 XNinety9

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

rizlas avatar Jul 18 '22 06:07 rizlas

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] avatar Oct 16 '22 17:10 stale[bot]

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.

stale[bot] avatar Dec 26 '22 10:12 stale[bot]