--- - name: "Ensure curl is installed" become: true ansible.builtin.package: name: "curl" state: "present"