feat: Add gitea

This commit is contained in:
Lino Silva
2023-04-21 14:19:03 +01:00
parent 7268e5e976
commit 69b6011d2c
14 changed files with 210 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
- name: Update all packages to their latest version
become: true
ansible.builtin.apt:
update_cache: yes
upgrade: full