mirror of https://github.com/ansible/ansible
Integration test updates for PowerShell support (#86519)
Minor test additions/updates to prepare for improved PowerShell support in ansible-test.pull/86524/head
parent
66a9e19010
commit
7f17759bfe
@ -0,0 +1,3 @@
|
||||
context/target
|
||||
gather_facts/no
|
||||
shippable/posix/group2
|
||||
@ -0,0 +1,8 @@
|
||||
- name: Get PowerShell version
|
||||
command: pwsh --version
|
||||
register: powershell_version
|
||||
failed_when: false
|
||||
|
||||
- name: Show PowerShell Version
|
||||
debug:
|
||||
msg: "{{ powershell_version.stdout }}"
|
||||
Loading…
Reference in new issue