From 4c4e00c507234bbef1ca0c11d66be78c722f8f44 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Thu, 27 Feb 2025 10:45:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbook/merge_pet_london.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbook/merge_pet_london.yml b/playbook/merge_pet_london.yml index 7b3cebf..e3402ce 100644 --- a/playbook/merge_pet_london.yml +++ b/playbook/merge_pet_london.yml @@ -21,15 +21,15 @@ - name: sh pack.sh shell: sh /data/devops/pack.sh delegate_to: localhost - + - name: backup goleaf + shell: mv "{{goleaf_dest}}"/main "{{goleaf_dest}}"/main.bak + ignore_errors: yes - name: copy goleaf copy: src: "{{ goleaf_src }}" dest: "{{goleaf_dest}}" - - name: backup goleaf - shell: mv "{{goleaf_dest}}"/main "{{goleaf_dest}}"/main.bak - ignore_errors: yes + - name: parse config shell: cd /data/docs && git pull && python3 /data/docs/tool/cfg/tool_cfg_json.py