feat: update mirror
This commit is contained in:
parent
37ccae4552
commit
49406fd2d4
@ -1 +1 @@
|
|||||||
http://xplayer-ota.pureroad.cn/files_20251107_223947.tar.xz
|
http://xplayer-ota.pureroad.cn/files_20251107_231434.tar.xz
|
||||||
|
|||||||
@ -14,6 +14,11 @@
|
|||||||
dest: /etc/apt/sources.list.d/
|
dest: /etc/apt/sources.list.d/
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
tags: apt
|
tags: apt
|
||||||
|
- name: update apt cache
|
||||||
|
shell:
|
||||||
|
cmd: apt-get update -y
|
||||||
|
ignore_errors: yes
|
||||||
|
tags: apt
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
apt:
|
apt:
|
||||||
@ -81,8 +86,7 @@
|
|||||||
- cloud-guest-utils
|
- cloud-guest-utils
|
||||||
# - upmpdcli
|
# - upmpdcli
|
||||||
state: present
|
state: present
|
||||||
cache_valid_time: 1 # 365天缓存
|
update_cache: no
|
||||||
update_cache: yes
|
|
||||||
become: yes
|
become: yes
|
||||||
tags: apt
|
tags: apt
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user