From 31fe2145e8ea5ee64efd7510ca2700aa35660e61 Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Thu, 20 Mar 2025 15:25:15 +0100 Subject: [PATCH] gty --- start.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.yml b/start.yml index 3b871b8..3c0075a 100644 --- a/start.yml +++ b/start.yml @@ -24,7 +24,7 @@ - name: Verify that web and db services are running ansible.builtin.assert: that: - - python-app.State == 'running' + - pythonapp.State == 'running' vars: - python-app: >- + pythonapp: >- {{ output.containers | selectattr("Service", "python-app") | first }}