mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-23 07:28:06 -03:30
Add run_once to define calico pool task name
This commit is contained in:
parent
f94eb0b997
commit
c52c5f5056
@ -63,6 +63,7 @@
|
||||
when: nat_outgoing|default(false) and not peer_with_router|default(false)
|
||||
|
||||
- name: Calico | Define calico pool task name
|
||||
run_once: true
|
||||
set_fact:
|
||||
pool_task_name: "with options {{ ipip_arg|default('') }} {{ nat_arg|default('') }}"
|
||||
when: ipip_arg|default(false) or nat_arg|default(false)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user