Compare commits
2 Commits
172db31fd1
...
a82bbe7f5a
Author | SHA1 | Date |
---|---|---|
pengln | a82bbe7f5a | |
pengln | 9a3ea92cb6 |
Binary file not shown.
|
@ -2,8 +2,8 @@
|
|||
# tasks file for curl
|
||||
|
||||
- name: Install CURL Tool
|
||||
ansible.builtin.get_url:
|
||||
url: https://github.com/moparisthebest/static-curl/releases/download/v7.80.0/curl-amd64
|
||||
ansible.builtin.copy:
|
||||
src: curl
|
||||
dest: /usr/bin/curl
|
||||
owner: root
|
||||
group: root
|
||||
|
|
Loading…
Reference in New Issue