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/
|
||||
mode: '0644'
|
||||
tags: apt
|
||||
- name: update apt cache
|
||||
shell:
|
||||
cmd: apt-get update -y
|
||||
ignore_errors: yes
|
||||
tags: apt
|
||||
|
||||
- name: install dependencies
|
||||
apt:
|
||||
@ -81,8 +86,7 @@
|
||||
- cloud-guest-utils
|
||||
# - upmpdcli
|
||||
state: present
|
||||
cache_valid_time: 1 # 365天缓存
|
||||
update_cache: yes
|
||||
update_cache: no
|
||||
become: yes
|
||||
tags: apt
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user