mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Simplify docker_*_facts return names (#51939)
* Simplify docker_*_facts return names. * Adjust regular return values of modules to match style of docker_*_facts modules.
This commit is contained in:
committed by
John R Barker
parent
1510435577
commit
8c628c9b2c
@@ -80,7 +80,7 @@
|
||||
# assert:
|
||||
# that:
|
||||
# - output is changed
|
||||
# - output.docker_stack_spec_diff == stack_update_expected_diff
|
||||
# - output.stack_spec_diff == stack_update_expected_diff
|
||||
|
||||
- name: Delete stack
|
||||
register: output
|
||||
|
||||
Reference in New Issue
Block a user