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

Signed-off-by: SakshamAbhi <saksham.garg.988@gmail.com>
Co-authored-by: sgarg <s.garg@f5.com>
This commit is contained in:
Saksham Garg
2024-12-27 23:43:00 +05:30
committed by GitHub
parent 2a5a89a5ad
commit e3603884a7

View File

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