Fix example of docker-compose module (#674) (#675)

(cherry picked from commit e21d6d380c)

Co-authored-by: bastantoine <bastien.antoine69+github@gmail.com>
This commit is contained in:
patchback[bot] 2023-07-25 10:23:36 +02:00 committed by GitHub
parent 5c7f9fe33d
commit a9c1d1ce1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,7 +229,7 @@ EXAMPLES = '''
ansible.builtin.debug:
var: output
- name: Verify that web and db services are running
- name: Verify that web and db services are not running
ansible.builtin.assert:
that:
- "not output.services.web.flask_web_1.state.running"