Merge pull request '从本地部署新版CURL工具' (#34) from pengln/filebeat:master into master

Reviewed-on: https://app.huanyuantech.com:10301/gitea/ansible-collection/filebeat/pulls/34
This commit is contained in:
pengln 2021-12-07 16:49:03 +08:00
commit a82bbe7f5a
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 # tasks file for curl
- name: Install CURL Tool - name: Install CURL Tool
ansible.builtin.get_url: ansible.builtin.copy:
url: https://github.com/moparisthebest/static-curl/releases/download/v7.80.0/curl-amd64 src: curl
dest: /usr/bin/curl dest: /usr/bin/curl
owner: root owner: root
group: root group: root