You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/win_exec_wrapper/library/test_min_ps_version.ps1

9 lines
216 B
PowerShell

#!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 }