From e21d6d380c6f76e25e0cf0fe93a2cab4665480c3 Mon Sep 17 00:00:00 2001 From: bastantoine Date: Tue, 25 Jul 2023 10:09:47 +0200 Subject: [PATCH] Fix example of docker-compose module (#674) --- plugins/modules/docker_compose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"