Compare commits
No commits in common. "a82bbe7f5ab0af30136af232a827aa799083e211" and "172db31fd1a9521167cde6a34957a6d9993afdc3" have entirely different histories.
a82bbe7f5a
...
172db31fd1
Binary file not shown.
|
@ -2,8 +2,8 @@
|
||||||
# tasks file for curl
|
# tasks file for curl
|
||||||
|
|
||||||
- name: Install CURL Tool
|
- name: Install CURL Tool
|
||||||
ansible.builtin.copy:
|
ansible.builtin.get_url:
|
||||||
src: curl
|
url: https://github.com/moparisthebest/static-curl/releases/download/v7.80.0/curl-amd64
|
||||||
dest: /usr/bin/curl
|
dest: /usr/bin/curl
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Reference in New Issue