From 197440df17016143841fa5561bc28cd1fc2c7672 Mon Sep 17 00:00:00 2001 From: xin Date: Fri, 8 Aug 2025 18:53:39 +0800 Subject: [PATCH] feat: rock 5c --- playbooks/site.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/playbooks/site.yml b/playbooks/site.yml index e9863b8..efc9904 100644 --- a/playbooks/site.yml +++ b/playbooks/site.yml @@ -12,11 +12,8 @@ tags: apt - name: Update apt cache - apt: - update_cache: yes - cache_valid_time: 3600 - become: yes - tags: apt + shell: + cmd: apt update -y - name: install dependencies apt: