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