Fix and re-enable cmd_runner tests (#7630)

Fix cmd_runner tests.
This commit is contained in:
Felix Fontein 2023-12-01 12:46:31 +01:00 committed by GitHub
commit 0589c84176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 57 additions and 2 deletions

View file

@ -24,5 +24,5 @@
ignore_errors: "{{ item.expect_error | default(omit) }}"
- name: check results ({{ item.name }})
assert:
_unsafe_assert:
that: "{{ item.assertions }}"