---
# tasks file for curl
- name: Install CURL Tool
ansible.builtin.copy:
src: curl
dest: /usr/bin/curl-7.80.0
owner: root
group: root
mode: '0755'