feat: Arr stack

This commit is contained in:
Lino Silva
2023-04-19 18:38:25 +01:00
parent c60e378f81
commit a375049e1e
20 changed files with 275 additions and 16 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