playbook/roles/k3s-addon/tasks/main.yml: fixed
This commit is contained in:
parent
37719391dc
commit
1f9e875a5b
@ -6,7 +6,7 @@
|
||||
when: inventory_hostname in groups[group] and ( svc_discovery == 'enable' )
|
||||
|
||||
- name: Set K3S Ingress
|
||||
script: script: files/setup-ingress.sh {{ ingress }} {{ ingress_ip }}
|
||||
script: files/setup-ingress.sh {{ ingress }} {{ ingress_ip }}
|
||||
when: inventory_hostname in groups[group] and ( ingress == 'nginx' )
|
||||
|
||||
- name: Sync K3S Ingress Deploy yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user