mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
Add run_once to define calico pool task name
This commit is contained in:
@@ -63,6 +63,7 @@
|
|||||||
when: nat_outgoing|default(false) and not peer_with_router|default(false)
|
when: nat_outgoing|default(false) and not peer_with_router|default(false)
|
||||||
|
|
||||||
- name: Calico | Define calico pool task name
|
- name: Calico | Define calico pool task name
|
||||||
|
run_once: true
|
||||||
set_fact:
|
set_fact:
|
||||||
pool_task_name: "with options {{ ipip_arg|default('') }} {{ nat_arg|default('') }}"
|
pool_task_name: "with options {{ ipip_arg|default('') }} {{ nat_arg|default('') }}"
|
||||||
when: ipip_arg|default(false) or nat_arg|default(false)
|
when: ipip_arg|default(false) or nat_arg|default(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user