Sanitized mirror from private repository - 2026-04-20 01:32:01 UTC
This commit is contained in:
8
docs/advanced/ansible/playbooks/update_system.yml
Normal file
8
docs/advanced/ansible/playbooks/update_system.yml
Normal 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"
|
||||
Reference in New Issue
Block a user