summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/win_module_utils/library/legacy_only_new_way.ps1
blob: 045ca75fdd5609933de6a256eed3dbe872bf082a (plain)
1
2
3
4
5
#!powershell

#Requires -Module Ansible.ModuleUtils.Legacy

Exit-Json @{ data = "success" }