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
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment