Merge pull request #12787 from chrismeyersfsu/fix-test_destructive_apt

keyword not in ubuntu 14.04
pull/12799/head
James Cammarata 9 years ago
commit 450c8d45c6

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

Loading…
Cancel
Save