From 0b600dc37272b5d49634c39fcf67f9daabb9d41d Mon Sep 17 00:00:00 2001 From: felixfontein Date: Tue, 25 Jul 2023 08:17:18 +0000 Subject: [PATCH] deploy: e21d6d380c6f76e25e0cf0fe93a2cab4665480c3 --- branch/main/docker_compose_module.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branch/main/docker_compose_module.html b/branch/main/docker_compose_module.html index 436000fb..14f9c676 100644 --- a/branch/main/docker_compose_module.html +++ b/branch/main/docker_compose_module.html @@ -671,7 +671,7 @@ see 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"