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

#Requires -Module Ansible.ModuleUtils.Legacy
#AnsibleRequires -OSVersion 20.0

# this shouldn't run as no Windows OS will meet the version of 20.0

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