summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/win_exec_wrapper/library/test_min_ps_version.ps1
blob: bb5fd0f2a57123a61b04c657bd73f92944cfedfc (plain)
1
2
3
4
5
6
7
8
#!powershell

#Requires -Module Ansible.ModuleUtils.Legacy
#Requires -Version 20.0.0.0

# this shouldn't run as no PS Version will be at 20 in the near future

Exit-Json -obj @{ output = "output"; changed = $false }