添加执行参数
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user