removed invocation from tests as it is only available on very very verbose mode

This commit is contained in:
Brian Coca
2015-10-31 13:00:53 -04:00
parent 7368030651
commit c267e1906e
4 changed files with 9 additions and 16 deletions

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"