Skip to content

Commit

Permalink
[common] Correct typo on variable name
Browse files Browse the repository at this point in the history
common_pod_namespace -> common_pod_nspace
  • Loading branch information
elfiesmelfie committed Jan 15, 2025
1 parent cc6712b commit 63b9eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/common/tasks/pod_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
changed_when: false

- name: |
TEST Check {{ item }} pod is running in {{ common_pod_namespace }} namespace
TEST Check {{ item }} pod is running in {{ common_pod_nspace }} namespace
{{ common_pod_test_id }}
ansible.builtin.command:
cmd: |
Expand Down

0 comments on commit 63b9eb3

Please sign in to comment.