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

#Requires -Module Ansible.ModuleUtils.Legacy

Exit-Json @{ data = "success" }