keyword not in ubuntu 14.04

This commit is contained in:
Chris Meyers 2015-10-16 15:37:39 -04:00
parent fed7cea795
commit 5c01622457

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"