mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-05 18:18:53 +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:
parent
1510435577
commit
8c628c9b2c
21 changed files with 208 additions and 208 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue