Fix last lint error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
93ba66e471
commit
e7e8154158
1 changed files with 3 additions and 1 deletions
|
|
@ -88,7 +88,9 @@
|
||||||
|
|
||||||
- name: Registering CRI-O {{ crio_version }} repository
|
- name: Registering CRI-O {{ crio_version }} repository
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
url: "{{ crio_base_url }}/stable:/cri-o:/{{ crio_version }}/CentOS_{{ ansible_distribution_major_version }}/devel:kubic:libcontainers:stable:cri-o:{{ crio_version }}.repo"
|
url: >
|
||||||
|
"{{ crio_base_url }}/stable:/cri-o:/{{ crio_version }}/CentOS_{{ ansible_distribution_major_version }}/
|
||||||
|
devel:kubic:libcontainers:stable:cri-o:{{ crio_version }}.repo"
|
||||||
dest: "/etc/yum.repos.d/devel:kubic:libcontainers:stable:cri-o:{{ crio_version }}.repo"
|
dest: "/etc/yum.repos.d/devel:kubic:libcontainers:stable:cri-o:{{ crio_version }}.repo"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue