mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Merge pull request #12787 from chrismeyersfsu/fix-test_destructive_apt
keyword not in ubuntu 14.04
This commit is contained in:
@@ -63,7 +63,6 @@
|
|||||||
- name: verify apt module outputs
|
- name: verify apt module outputs
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- "'invocation' in apt_result"
|
|
||||||
- "'changed' in apt_result"
|
- "'changed' in apt_result"
|
||||||
- "'stderr' in apt_result"
|
- "'stderr' in apt_result"
|
||||||
- "'stdout' in apt_result"
|
- "'stdout' in apt_result"
|
||||||
|
|||||||
Reference in New Issue
Block a user