Skip to content
Snippets Groups Projects
Commit c52c5f50 authored by Aleksandr Didenko's avatar Aleksandr Didenko
Browse files

Add run_once to define calico pool task name

parent f94eb0b9
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,7 @@ ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment