Merge pull request '更新 curl 版本为 7.80.0' (#38) from pengln/filebeat:master into master

Reviewed-on: https://app.huanyuantech.com:10301/gitea/ansible-collection/filebeat/pulls/38
This commit is contained in:
pengln 2021-12-10 17:25:20 +08:00
commit 0311229869
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
ansible.builtin.copy:
src: curl
dest: /usr/bin/curl
dest: /usr/bin/curl-7.80.0
owner: root
group: root
mode: '0755'