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:
Matt Clay 2020-02-11 16:18:34 -08:00 committed by GitHub
parent 08db603262
commit 274417d424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

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

View file

@ -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