refactor: add update and upgrade tasks for package management in apk, apt, ipk, and rpm YAML files
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
- hosts: ipkg
|
||||
tasks:
|
||||
- name: Update the Packages installed on Diskstation
|
||||
command: /opt/bin/ipkg update && /opt/bin/ipkg upgrade
|
||||
Reference in New Issue
Block a user