添加执行参数

This commit is contained in:
Wang Defa
2025-12-05 21:16:46 +08:00
parent ecf247ac37
commit f08326fec3

View File

@@ -14,7 +14,7 @@
register: download_result register: download_result
- name: 执行卸载脚本 - name: 执行卸载脚本
ansible.builtin.shell: /tmp/uninstall.sh ansible.builtin.shell: /tmp/uninstall.sh -y --purge
args: args:
executable: /bin/bash executable: /bin/bash
register: script_output register: script_output