mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix broken Shippable
This commit is contained in:
parent
cdc56afe01
commit
bbe2903d63
2 changed files with 0 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue