mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-30 20:23:49 +00:00
Fix example of docker-compose module (#674)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user