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 db26d6e commit 337eb6aCopy full SHA for 337eb6a
roles/common/tasks/subscription_tests.yml
@@ -7,7 +7,7 @@
7
register: output
8
9
- name: |
10
- {{ common_subscription_test_id }} Check that {{ item }} subscription exists in {{ common_subscription_nspace }} namespace
+ TEST Check that {{ item }} subscription exists in {{ common_subscription_nspace }} namespace
11
ansible.builtin.assert:
12
that:
13
- "'NotFound' not in output.stderr"
0 commit comments