--- # git on RedHat - name: (rHa) installing git ansible.builtin.yum: name: git state: present update_cache: true become: true