Skip to content

Commit

Permalink
Update plugins/modules/win_shell.py
Browse files Browse the repository at this point in the history
After sugestion of @jborean93

Co-authored-by: Jordan Borean <jborean93@gmail.com>
  • Loading branch information
padupe and jborean93 authored Feb 15, 2024
1 parent ed3cd1d commit 1e584cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/win_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
args:
stdin: Input message
- name: Run a command with "no_profile"
ansible.windows.win_shel: C:\somescript.ps1
- name: Run a PowerShell script with -NoProfile
ansible.windows.win_shell: C:\somescript.ps1
args:
no_profile: true
'''
Expand Down

0 comments on commit 1e584cf

Please sign in to comment.