We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3808a46 commit db26d6eCopy full SHA for db26d6e
roles/common/tasks/service_tests.yml
@@ -7,7 +7,7 @@
7
register: output
8
9
- name: |
10
- {{ common_service_test_id }} Verify {{ item }} service is running in {{ common_service_nspace }} namespace
+ TEST Verify {{ item }} service is running in {{ common_service_nspace }} namespace
11
ansible.builtin.assert:
12
that:
13
- "'NotFound' not in output.stderr"
0 commit comments