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.
2 parents 3e6d5ab + 696c8f1 commit 8749260Copy full SHA for 8749260
roles/upf/tasks/uninstall.yml
@@ -20,7 +20,7 @@
20
21
- name: delete namespace omec-upf
22
shell: |
23
- "kubectl delete namespace omec-upf-{{ item.key }}"
+ kubectl delete namespace omec-upf-{{ item.key }}
24
with_dict: "{{ core.upf.additional_upfs}}"
25
when: inventory_hostname in groups['master_nodes']
26
ignore_errors: yes
0 commit comments