feat: Add nextcloud

This commit is contained in:
Lino Silva
2023-04-22 10:59:28 +01:00
parent 2a19385f1d
commit 71b0366977
12 changed files with 219 additions and 0 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