feat: Add outline

This commit is contained in:
Lino Silva
2023-04-22 18:32:51 +01:00
parent de7f1d8b87
commit 231b57fa6c
15 changed files with 345 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