ansible-role-docker_arm
ansible-role-docker_arm copied to clipboard
Docker install script relocated
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.
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
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.
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.