ansible/tasks/rhel-general/git.yml

7 lines
132 B
YAML

---
- name: (rhel) Ensure git is installed and updated
ansible.builtin.yum:
update_cache: yes
name: git
state: latest