Skip to content

Commit 015e744

Browse files
author
Alan Christie
committed
docs: better namespace task name
1 parent 7cb025b commit 015e744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/operator/tasks/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name: "{{ jo_dmapi_namespace }}"
99
register: ns_result
1010

11-
- name: Assert Namespace
11+
- name: Assert Namespace ({{ jo_dmapi_namespace }})
1212
assert:
1313
that:
1414
- ns_result.resources|length == 1

0 commit comments

Comments
 (0)