--- - name: Execute curl installers ansible.builtin.shell: "curl -sSfL {{ item }} | bash" loop: "{{ curl_install_urls }}" tags: - curl