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

10 lines
270 B
PowerShell

#!powershell
#Requires -Module Ansible.ModuleUtils.Legacy
# Requires -Version 20
# AnsibleRequires -OSVersion 20
# requires statement must be straight after the original # with now space, this module won't fail
Exit-Json -obj @{ output = "output"; changed = $false }