Removing cruft leftover from the deprecation of include+with_items

Also cleaning up integration tests that had checks for the empty item
attribute in certain results.

Fixes #7535
This commit is contained in:
James Cammarata
2014-06-03 13:33:26 -05:00
parent 2f7e720b90
commit 74f20ebf79
5 changed files with 16 additions and 26 deletions

View File

@@ -63,7 +63,6 @@
that:
- "'invocation' in apt_result"
- "'changed' in apt_result"
- "'item' in apt_result"
- "'stderr' in apt_result"
- "'stdout' in apt_result"
- "'stdout_lines' in apt_result"