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 #12787 from chrismeyersfsu/fix-test_destructive_apt

keyword not in ubuntu 14.04
This commit is contained in:
James Cammarata 2015-10-17 07:43:34 -04:00
commit 450c8d45c6

View file

@ -63,7 +63,6 @@
- name: verify apt module outputs
assert:
that:
- "'invocation' in apt_result"
- "'changed' in apt_result"
- "'stderr' in apt_result"
- "'stdout' in apt_result"