4 lines
136 B
YAML
4 lines
136 B
YAML
- hosts: ipkg
|
|
tasks:
|
|
- name: Update the Packages installed on Diskstation
|
|
command: /opt/bin/ipkg update && /opt/bin/ipkg upgrade |