Improve test compatibility with ansible-base. (#67325)

* Remove shells from test that will be migrated.

* Fix binary_modules test to work without win_ping.
pull/67328/head
Matt Clay 5 years ago committed by GitHub
parent 08db603262
commit 274417d424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@
when: ansible_system != 'Win32NT'
- name: win_ping
win_ping:
action: win_ping
when: ansible_system == 'Win32NT'
- name: Hello, World!

@ -14,8 +14,6 @@
ansible_connection: test_connection_default
ansible_shell_type: '{{ item }}'
with_items:
- csh
- fish
- powershell
- sh
@ -34,7 +32,5 @@
ansible_connection: test_connection_default
ansible_shell_type: '{{ item }}'
with_items:
- csh
- fish
- powershell
- sh

Loading…
Cancel
Save