Skip to content

Commit 6325241

Browse files
committed
fix lint in oci debug fix
1 parent 486a2e0 commit 6325241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocne2/deploy_ocne_oci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
- name: Print cluster provision output
309309
ansible.builtin.debug:
310310
var: cluster_sleeper
311-
when:
311+
when:
312312
- debug_enabled
313313
- not debug_oci_cluster
314314

@@ -326,4 +326,4 @@
326326
line: "export KUBECONFIG=$HOME/.kube/kubeconfig.{{ ocne_cluster_name | default('ocne') }}.local"
327327
become: true
328328
become_user: "{{ username }}"
329-
when: not debug_oci_cluster
329+
when: not debug_oci_cluster

0 commit comments

Comments
 (0)