summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/win_module_utils/library/uses_bogus_utils.ps1
blob: 3886aec6f70547b0626469768ea0be1925bee344 (plain)
1
2
3
4
5
6
#!powershell

# this should fail
#Requires -Module Ansible.ModuleUtils.BogusModule

Exit-Json @{ data = "success" }