Skip to content

Commit 63b9eb3

Browse files
committed
[common] Correct typo on variable name
common_pod_namespace -> common_pod_nspace
1 parent cc6712b commit 63b9eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/common/tasks/pod_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
changed_when: false
1313

1414
- name: |
15-
TEST Check {{ item }} pod is running in {{ common_pod_namespace }} namespace
15+
TEST Check {{ item }} pod is running in {{ common_pod_nspace }} namespace
1616
{{ common_pod_test_id }}
1717
ansible.builtin.command:
1818
cmd: |

0 commit comments

Comments
 (0)