Finished backup-to-swappable draft

This commit is contained in:
2023-04-26 22:12:40 +02:00
parent 6a4dea3582
commit 7eed695623
40 changed files with 115 additions and 37 deletions

View File

@@ -0,0 +1,5 @@
- name: apt update all packages to their latest version
apt:
update_cache: yes
upgrade: dist
force_apt_get: yes