Skip to content
Snippets Groups Projects
Verified Commit 7b6b4674 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix kbd_device typo

parent 8346098b
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@
command: mount --bind /dev/zero /sys/{{ kbd_device.stdout }}/uevent
args:
creates: /snap/bin/kubectl
when: kdb_device.stdout != ""
when: kbd_device.stdout != ""
- name: Install kubectl snap
# kubectl needs to get installed as "classic" snap
......@@ -79,7 +79,7 @@
command: umount /sys/{{ kbd_device.stdout }}/uevent
args:
creates: /snap/bin/kubectl
when: kdb_device.stdout != ""
when: kbd_device.stdout != ""
- name: Create kubectl symlink to /usr/local/bin
file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment