更新 curl 版本为 7.80.0 #38

Merged
pengln merged 1 commits from pengln/filebeat:master into master 2021-12-10 17:25:20 +08:00
2 changed files with 1 additions and 1 deletions

0
playbooks/roles/curl/files/curl Executable file → Normal file
View File

View File

@ -4,7 +4,7 @@
- name: Install CURL Tool - name: Install CURL Tool
ansible.builtin.copy: ansible.builtin.copy:
src: curl src: curl
dest: /usr/bin/curl dest: /usr/bin/curl-7.80.0
owner: root owner: root
group: root group: root
mode: '0755' mode: '0755'