1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #12800 from chrismeyersfsu/fix-test_destructive_yum

remove invocation keyword check
This commit is contained in:
James Cammarata 2015-10-18 10:19:08 -04:00
commit 2346a7f170

View file

@ -67,7 +67,6 @@
- name: verify yum module outputs
assert:
that:
- "'invocation' in yum_result"
- "'changed' in yum_result"
- "'msg' in yum_result"
- "'rc' in yum_result"