change Start Calico resources
In daemonset, we don't need loop over each node to run this.
This commit is contained in:
parent
fc7905653e
commit
17a91c2baf
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@
|
|||
resource: "{{item.item.type}}"
|
||||
filename: "{{kube_config_dir}}/{{item.item.file}}"
|
||||
state: "{{item.changed | ternary('latest','present') }}"
|
||||
with_items: "{{ calico_node_manifests.results }}"
|
||||
with_items: "{{ calico_node_manifests.results[0] }}"
|
||||
|
|
Loading…
Reference in a new issue