mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 04:18:42 +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:
parent
3804942280
commit
9c33aa5d12
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user