mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-11-22 11:48:22 +01:00
add missing bracket
Co-authored-by: Xan Manning <244186+xanmanning@users.noreply.github.com>
This commit is contained in:
parent
424145881c
commit
80eca60031
@ -34,7 +34,7 @@
|
|||||||
- name: Ensure auto-deploying manifests are downloaded to the primary controller
|
- name: Ensure auto-deploying manifests are downloaded to the primary controller
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
url: "{{ item.url }}"
|
url: "{{ item.url }}"
|
||||||
dest: "{{ k3s_server_manifests_dir }}/{{ item.filename | default(item.url | basename }}"
|
dest: "{{ k3s_server_manifests_dir }}/{{ item.filename | default(item.url | basename) }}"
|
||||||
mode: 0644
|
mode: 0644
|
||||||
loop: "{{ k3s_server_manifests_urls }}"
|
loop: "{{ k3s_server_manifests_urls }}"
|
||||||
become: "{{ k3s_become }}"
|
become: "{{ k3s_become }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user