1
0
Fork 0

add ansible curl installers

This commit is contained in:
cătălin 2024-09-11 14:45:58 +02:00
commit 66fa751b2a
No known key found for this signature in database
2 changed files with 14 additions and 3 deletions

View file

@ -0,0 +1,6 @@
---
- name: Execute curl installers
ansible.builtin.shell: "curl -sSfL {{ item }} | bash"
loop: "{{ curl_install_urls }}"
tags:
- curl