更新 curl 版本为 7.80.0

安装目标改为curl-7.80.0 避免和旧版本冲突
This commit is contained in:
pengln 2021-12-10 17:24:18 +08:00
parent 9364d4a119
commit e7f5d23739
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'