From 409e737fc58c0c097ebfa075cc83332e19d4a56f Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Wed, 7 Jan 2026 14:28:09 +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_online.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbook/merge_pet_online.yml b/playbook/merge_pet_online.yml index 5dea29f..824e139 100644 --- a/playbook/merge_pet_online.yml +++ b/playbook/merge_pet_online.yml @@ -15,13 +15,16 @@ - name: change git branch shell: cd /codes/pet_home_server && git checkout online && git pull delegate_to: localhost + run_once: true register: git_result - name: change docs git branch shell: cd /data/docs && git checkout online && git pull delegate_to: localhost + run_once: true - name: sh pack.sh shell: sh /data/devops/pack.sh delegate_to: localhost + run_once: true - name: copy goleaf