Remove trailing space (#375) (#377)

* 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:
patchback[bot] 2022-05-27 10:44:30 +02:00 committed by GitHub
parent 43f4811fc4
commit 23cefae716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: