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