自动化脚本更新

This commit is contained in:
hahwu 2026-02-05 11:04:27 +08:00
parent 306997196c
commit 21a6f1f4fe

View File

@ -6,7 +6,7 @@
- name: copy db to another remote
synchronize:
src: /data/mysql/db.tar
dest: /data
dest: /data/mysql
mode: push
- name: extract db
shell: tar -xvf /data/mysql/db.tar -C /data/backup/