从本地部署新版CURL工具
This commit is contained in:
parent
aa22795f04
commit
9a3ea92cb6
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.get_url:
|
ansible.builtin.copy:
|
||||||
url: https://github.com/moparisthebest/static-curl/releases/download/v7.80.0/curl-amd64
|
src: curl
|
||||||
dest: /usr/bin/curl
|
dest: /usr/bin/curl
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Reference in New Issue