Merge pull request 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"