ansible/tasks/debian-general/git.yml

7 lines
125 B
YAML
Raw Normal View History

2022-04-06 12:07:28 +02:00
---
- name: Ensure git is installed and updated
ansible.builtin.apt:
update_cache: yes
name: git
state: latest