Improve test compatibility with ansible-base. (#67325)
* Remove shells from test that will be migrated. * Fix binary_modules test to work without win_ping.
This commit is contained in:
parent
08db603262
commit
274417d424
2 changed files with 1 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
||||||
when: ansible_system != 'Win32NT'
|
when: ansible_system != 'Win32NT'
|
||||||
|
|
||||||
- name: win_ping
|
- name: win_ping
|
||||||
win_ping:
|
action: win_ping
|
||||||
when: ansible_system == 'Win32NT'
|
when: ansible_system == 'Win32NT'
|
||||||
|
|
||||||
- name: Hello, World!
|
- name: Hello, World!
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
ansible_connection: test_connection_default
|
ansible_connection: test_connection_default
|
||||||
ansible_shell_type: '{{ item }}'
|
ansible_shell_type: '{{ item }}'
|
||||||
with_items:
|
with_items:
|
||||||
- csh
|
|
||||||
- fish
|
|
||||||
- powershell
|
- powershell
|
||||||
- sh
|
- sh
|
||||||
|
|
||||||
|
@ -34,7 +32,5 @@
|
||||||
ansible_connection: test_connection_default
|
ansible_connection: test_connection_default
|
||||||
ansible_shell_type: '{{ item }}'
|
ansible_shell_type: '{{ item }}'
|
||||||
with_items:
|
with_items:
|
||||||
- csh
|
|
||||||
- fish
|
|
||||||
- powershell
|
- powershell
|
||||||
- sh
|
- sh
|
||||||
|
|
Loading…
Reference in a new issue