From f08326fec36f96f0d487b6627a980af4cb20e3e5 Mon Sep 17 00:00:00 2001 From: Wang Defa <2-wangdefa@users.noreply.gitlab.bcde.io> Date: Fri, 5 Dec 2025 21:16:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=A7=E8=A1=8C=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xxxigcc_uninstall.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xxxigcc_uninstall.yaml b/xxxigcc_uninstall.yaml index 38629d2..90468ab 100644 --- a/xxxigcc_uninstall.yaml +++ b/xxxigcc_uninstall.yaml @@ -14,7 +14,7 @@ register: download_result - name: 执行卸载脚本 - ansible.builtin.shell: /tmp/uninstall.sh + ansible.builtin.shell: /tmp/uninstall.sh -y --purge args: executable: /bin/bash register: script_output