mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
* Remove trailing space
* Update plugins/modules/docker_compose.py
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 9c33aa5d12)
Co-authored-by: Garrit Franke <32395585+garritfra@users.noreply.github.com>
This commit is contained in:
parent
43f4811fc4
commit
23cefae716
@ -212,7 +212,7 @@ EXAMPLES = '''
|
||||
var: output
|
||||
|
||||
- ansible.builtin.assert:
|
||||
that: "not output.changed "
|
||||
that: not output.changed
|
||||
|
||||
- name: Stop all services
|
||||
community.docker.docker_compose:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user