feat: Add folding

This commit is contained in:
Lino Silva
2023-04-04 14:32:01 +01:00
parent d48f3e739b
commit e37782b856
11 changed files with 142 additions and 17 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