Sanitized mirror from private repository - 2026-04-07 04:58:08 UTC
Some checks failed
Documentation / Build Docusaurus (push) Has been cancelled
Documentation / Deploy to GitHub Pages (push) Has been cancelled

This commit is contained in:
Gitea Mirror Bot
2026-04-07 04:58:08 +00:00
commit 5c08d94e26
1415 changed files with 359812 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
- hosts: all
become: true
tasks:
- name: Update apt cache and upgrade packages
apt:
update_cache: yes
upgrade: dist
when: ansible_os_family == "Debian"