From ea28dc87bab1f2ee9feacf95fdb77fdcc211f661 Mon Sep 17 00:00:00 2001 From: xin Date: Fri, 7 Nov 2025 15:18:23 +0800 Subject: [PATCH] fix: update --- playbooks/site.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/playbooks/site.yml b/playbooks/site.yml index a839b9e..9f3beba 100644 --- a/playbooks/site.yml +++ b/playbooks/site.yml @@ -74,14 +74,14 @@ - libdbus-1-3 - libglib2.0-0 - libbluetooth3 - # - libsbc1 - # - libfdk-aac2 - # - libldacbt-abr2 - # - libldacbt-enc2 + - libsbc1 + - libfdk-aac2 + - libldacbt-abr2 + - libldacbt-enc2 # - upmpdcli state: present - cache_valid_time: 3153600 # 365天缓存 - update_cache: no + cache_valid_time: 1 # 365天缓存 + update_cache: yes become: yes tags: apt