Skip to content
Snippets Groups Projects
Commit 78f6f6b8 authored by andreyshestakov's avatar andreyshestakov Committed by Kubernetes Prow Robot
Browse files

Mark "Calico | Set global as_num" as "unchanged" (#4539)

This command executes with "--skip-exists" parameter, so it is idempotent
and should not be marked as "changed".
parent 0b02f659
Branches
Tags
No related merge requests found
...@@ -148,6 +148,7 @@ ...@@ -148,6 +148,7 @@
"asNumber": {{ global_as_num }} }} ' | {{ bin_dir }}/calicoctl.sh create --skip-exists -f - "asNumber": {{ global_as_num }} }} ' | {{ bin_dir }}/calicoctl.sh create --skip-exists -f -
run_once: true run_once: true
delegate_to: "{{ groups['kube-master'][0] }}" delegate_to: "{{ groups['kube-master'][0] }}"
changed_when: false
when: when:
- calico_version is version('v3.0.0', '>=') - calico_version is version('v3.0.0', '>=')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment