summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/win_exec_wrapper/library/test_invalid_requires.ps1
blob: 89727ef1a18961c3156f152b94774b8add34c266 (plain)
1
2
3
4
5
6
7
8
9
#!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 }