add sync/config.yaml for CraftWeaveAgent testing

This commit is contained in:
Haitao Pan 2025-05-25 10:33:12 +08:00
parent 0521918f26
commit eaa89d8647

8
sync/config.yaml Normal file
View File

@ -0,0 +1,8 @@
- name: Check system uptime
command: uptime
- name: List current directory
command: ls -lah
- name: Show disk usage
command: df -h