classroom/roles/git/tasks/main_lin.yml
2023-09-11 22:30:48 +02:00

5 lines
59 B
YAML

- name: Install git
apt:
name: git
state: latest