mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +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
|
||||
|
||||
- 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