mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-30 20:23:49 +00:00
Remove trailing space (#375)
* Remove trailing space * Update plugins/modules/docker_compose.py Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -214,7 +214,7 @@ EXAMPLES = '''
|
|||||||
var: output
|
var: output
|
||||||
|
|
||||||
- ansible.builtin.assert:
|
- ansible.builtin.assert:
|
||||||
that: "not output.changed "
|
that: not output.changed
|
||||||
|
|
||||||
- name: Stop all services
|
- name: Stop all services
|
||||||
community.docker.docker_compose:
|
community.docker.docker_compose:
|
||||||
|
|||||||
Reference in New Issue
Block a user