klal
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-11-21 14:07:53 +01:00
parent 57b714271a
commit 4d24f13931
4 changed files with 53 additions and 0 deletions

9
roles/git/tasks/main.yml Executable file
View File

@@ -0,0 +1,9 @@
- name: Install git
become: "{{ false if inventory_hostname == 'nas.home.lan' else true }}"
block:
- name: Install the version git
ansible.builtin.apt:
name: "{{ item }}"
state: present
loop:
- git