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:
Garrit Franke 2022-05-27 10:31:15 +02:00 committed by GitHub
parent 3804942280
commit 9c33aa5d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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