mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix broken Shippable
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
- cmdout.stderr == ""
|
||||
- cmdout.stdout is search('GROUP INFORMATION')
|
||||
- '"GROUP INFORMATION" in cmdout.stdout_lines'
|
||||
- cmdout.warnings == []
|
||||
|
||||
- name: execute something nonexistent
|
||||
win_command: bogus_command1234
|
||||
@@ -48,7 +47,6 @@
|
||||
- cmdout.stderr is search('some error')
|
||||
- cmdout.stdout == "some output \r\n"
|
||||
- cmdout.stdout_lines == ["some output "]
|
||||
- cmdout.warnings == []
|
||||
|
||||
- name: ensure test file is absent
|
||||
win_file:
|
||||
|
||||
Reference in New Issue
Block a user