This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
- name: Verify that web and db services are running
|
- name: Verify that web and db services are running
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
- python-app.State == 'running'
|
- pythonapp.State == 'running'
|
||||||
vars:
|
vars:
|
||||||
python-app: >-
|
pythonapp: >-
|
||||||
{{ output.containers | selectattr("Service", "python-app") | first }}
|
{{ output.containers | selectattr("Service", "python-app") | first }}
|
||||||
|
|||||||
Reference in New Issue
Block a user