从本地部署新版CURL工具

This commit is contained in:
pengln 2021-12-07 16:48:34 +08:00
parent aa22795f04
commit 9a3ea92cb6
2 changed files with 2 additions and 2 deletions

BIN
playbooks/roles/curl/files/curl Executable file

Binary file not shown.

View File

@ -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