Fix example of docker-compose module (#674)

This commit is contained in:
bastantoine
2023-07-25 10:09:47 +02:00
committed by GitHub
parent 92fc542c00
commit e21d6d380c
+1 -1
View File
@@ -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"