VScode instalace na Debianu

This commit is contained in:
git
2023-06-21 14:03:30 +02:00
parent 9bb5484799
commit 71340693f9
13 changed files with 48 additions and 34 deletions

View File

@@ -0,0 +1,7 @@
---
- name: Get git
become: true
ansible.builtin.package:
name:
- git
state: present