feat: Add paperless

This commit is contained in:
Lino Silva
2023-04-21 21:16:40 +01:00
parent 69b6011d2c
commit 2a19385f1d
14 changed files with 225 additions and 3 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