Merge pull request #12787 from chrismeyersfsu/fix-test_destructive_apt

keyword not in ubuntu 14.04
pull/4420/head
James Cammarata 2015-10-17 07:43:34 -04:00
commit 450c8d45c6
1 changed files with 0 additions and 1 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"