Remove OpenWRT templating for playbooks and fix update playbook

This commit is contained in:
Keannu Christian Bernasol 2025-01-13 00:49:33 +08:00
parent 19d3e3d02c
commit 0021833b44
3 changed files with 1 additions and 8 deletions

View file

@ -14,6 +14,7 @@
notify: Restart Docker Containers
- name: Update all packages
apt:
name: "*"
update_cache: false
autoremove: true
state: latest