diff --git a/plugins/modules/docker_compose.py b/plugins/modules/docker_compose.py index f9b930b9..d5413ba7 100644 --- a/plugins/modules/docker_compose.py +++ b/plugins/modules/docker_compose.py @@ -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"