Download fails during installation.
This commit is contained in:
parent
df7ea04576
commit
0b413b7835
2 changed files with 3 additions and 1 deletions
|
@ -96,7 +96,8 @@ L300:
|
||||||
hosts:
|
hosts:
|
||||||
10.190.52.61:
|
10.190.52.61:
|
||||||
10.190.52.[91:92]:
|
10.190.52.[91:92]:
|
||||||
# 10.190.52.[1:10]:
|
10.190.52.121:
|
||||||
|
10.190.52.151:
|
||||||
L400:
|
L400:
|
||||||
hosts:
|
hosts:
|
||||||
# 10.190.53.[1:10]:
|
# 10.190.53.[1:10]:
|
||||||
|
|
|
@ -175,6 +175,7 @@
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
url: "{{ mirror_dvdcss }}/libdvdcss.so.2.2.0"
|
url: "{{ mirror_dvdcss }}/libdvdcss.so.2.2.0"
|
||||||
dest: /usr/lib/x86_64-linux-gnu/libdvdcss.so.2.2.0
|
dest: /usr/lib/x86_64-linux-gnu/libdvdcss.so.2.2.0
|
||||||
|
use_proxy: False
|
||||||
when: mirror_dvdcss is defined and mirror_dvdcss | length > 0
|
when: mirror_dvdcss is defined and mirror_dvdcss | length > 0
|
||||||
|
|
||||||
- name: Link library so name
|
- name: Link library so name
|
||||||
|
|
Loading…
Add table
Reference in a new issue