Skip to content

Commit

Permalink
modify the task name
Browse files Browse the repository at this point in the history
Signed-off-by: Yanan Shen <yanans@vmware.com>
  • Loading branch information
123lzxm committed Jan 9, 2024
1 parent 4b89f5c commit b97d7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/utils/win_execute_cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
ansible.builtin.set_fact:
win_powershell_cmd_output: ""

- name: "Execute powershell command '{{ win_powershell_cmd }}'"
- name: "Execute powershell command"
ansible.windows.win_shell: "{{ win_powershell_cmd }}"
register: win_powershell_cmd_output
ignore_errors: "{{ win_execute_cmd_ignore_error | default(false) }}"
Expand Down

0 comments on commit b97d7d0

Please sign in to comment.