gty
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after -40s

This commit is contained in:
2025-03-20 15:25:15 +01:00
parent 87b0415506
commit 31fe2145e8

View File

@@ -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 }}