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_os_version.ps1

9 lines
218 B
PowerShell

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