Unverified Commit e3603884 authored by Saksham Garg's avatar Saksham Garg Committed by GitHub
Browse files

fix: fixing k3s uninstallation failures when k3s is installed via airgap role (#384)



Signed-off-by: default avatarSakshamAbhi <saksham.garg.988@gmail.com>
Co-authored-by: default avatarsgarg <s.garg@f5.com>
parent 2a5a89a5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -97,6 +97,7 @@
          skip: true

    - name: Run K3s Install [server]
      when: inventory_hostname in groups['server']
      ansible.builtin.command:
        cmd: /usr/local/bin/k3s-install.sh
      environment:
@@ -105,6 +106,7 @@
      changed_when: true

    - name: Run K3s Install [agent]
      when: inventory_hostname in groups['agent']
      ansible.builtin.command:
        cmd: /usr/local/bin/k3s-install.sh
      environment: