Add run_once to define calico pool task name
This commit is contained in:
parent
f94eb0b997
commit
c52c5f5056
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue