From a9c1d1ce1a3a77ecd5a05a41bc7728ce2050b604 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 10:23:36 +0200 Subject: [PATCH] Fix example of docker-compose module (#674) (#675) (cherry picked from commit e21d6d380c6f76e25e0cf0fe93a2cab4665480c3) Co-authored-by: bastantoine --- 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 1744a487..e053a2b6 100644 --- a/plugins/modules/docker_compose.py +++ b/plugins/modules/docker_compose.py @@ -229,7 +229,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"