mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +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:
|
ansible.builtin.debug:
|
||||||
var: output
|
var: output
|
||||||
|
|
||||||
- name: Verify that web and db services are running
|
- name: Verify that web and db services are not running
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
- "not output.services.web.flask_web_1.state.running"
|
- "not output.services.web.flask_web_1.state.running"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user