add sync/config.yaml for CraftWeaveAgent testing

This commit is contained in:
Haitao Pan 2025-05-25 10:33:12 +08:00
parent 2993aba194
commit 838e8d492b

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