From 0755b3f1c8617e97beb4cefc76f9fa179c3340f2 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Sat, 17 Jan 2026 17:10:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8C=96=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbook/merge_pet_online.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbook/merge_pet_online.yml b/playbook/merge_pet_online.yml index 6c54f3c..abbf78f 100644 --- a/playbook/merge_pet_online.yml +++ b/playbook/merge_pet_online.yml @@ -26,7 +26,9 @@ delegate_to: localhost run_once: true - + - name: backup goleaf + shell: mv "{{goleaf_dest}}"/main "{{goleaf_dest}}"/main.bak + ignore_errors: yes - name: copy goleaf copy: src: "{{ goleaf_src }}"