Compare commits

...

2 Commits

Author SHA1 Message Date
pengln 0311229869 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
2021-12-10 17:25:20 +08:00
pengln e7f5d23739 更新 curl 版本为 7.80.0
安装目标改为curl-7.80.0 避免和旧版本冲突
2021-12-10 17:24:18 +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'