Skip to content

Commit

Permalink
Fix example of docker-compose module (#674)
Browse files Browse the repository at this point in the history
(cherry picked from commit e21d6d3)
  • Loading branch information
bastantoine authored and patchback[bot] committed Jul 25, 2023
1 parent 5c7f9fe commit 83cfaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/docker_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
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"
Expand Down

0 comments on commit 83cfaf9

Please sign in to comment.