PATH:
usr
/
lib
/
python3.9
/
site-packages
/
ansible
/
executor
/
powershell
&chcp.com 65001 > $null if ($PSVersionTable.PSVersion -lt [Version]"3.0") { '{"failed":true,"msg":"Ansible requires PowerShell v3.0 or newer"}' exit 1 } $exec_wrapper_str = $input | Out-String $split_parts = $exec_wrapper_str.Split(@("`0`0`0`0"), 2, [StringSplitOptions]::RemoveEmptyEntries) If (-not $split_parts.Length -eq 2) { throw "invalid payload" } Set-Variable -Name json_raw -Value $split_parts[1] $exec_wrapper = [ScriptBlock]::Create($split_parts[0]) &$exec_wrapper
[+]
__pycache__
[-] bootstrap_wrapper.ps1
[edit]
[-] module_script_wrapper.ps1
[edit]
[-] become_wrapper.ps1
[edit]
[-] module_manifest.py
[edit]
[-] coverage_wrapper.ps1
[edit]
[-] module_wrapper.ps1
[edit]
[-] async_watchdog.ps1
[edit]
[-] module_powershell_wrapper.ps1
[edit]
[-] async_wrapper.ps1
[edit]
[+]
..
[-] exec_wrapper.ps1
[edit]
[-] __init__.py
[edit]