mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 13:44:24 -07:00
[PR #7630/0589c841 backport][stable-6] Fix and re-enable cmd_runner tests (#7651)
Fix and re-enable cmd_runner tests (#7630)
Fix cmd_runner tests.
(cherry picked from commit 0589c84176
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
1f60829b9d
commit
e13f9c1092
3 changed files with 57 additions and 2 deletions
|
@ -24,5 +24,5 @@
|
|||
ignore_errors: "{{ item.expect_error | default(omit) }}"
|
||||
|
||||
- name: check results ({{ item.name }})
|
||||
assert:
|
||||
_unsafe_assert:
|
||||
that: "{{ item.assertions }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue