Compare commits

..

No commits in common. "0311229869b745d0302bb1912a47c89d167f3bdc" and "1a4304055392160ca98ee836c6ee167a7710345e" have entirely different histories.

2 changed files with 1 additions and 1 deletions

0
playbooks/roles/curl/files/curl Normal file → Executable file
View File

View File

@ -4,7 +4,7 @@
- name: Install CURL Tool
ansible.builtin.copy:
src: curl
dest: /usr/bin/curl-7.80.0
dest: /usr/bin/curl
owner: root
group: root
mode: '0755'