mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Fix example of docker-compose module (#674)
This commit is contained in:
parent
92fc542c00
commit
e21d6d380c
@ -236,7 +236,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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user