From 7a232eeeb23fbb6270e3b65beb069efea2653798 Mon Sep 17 00:00:00 2001 From: naisanzaa Date: Tue, 19 Nov 2024 04:42:51 +0800 Subject: [PATCH] [raedyup] test --- playbooks/roles/readyup/tasks/Debian-lite.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/roles/readyup/tasks/Debian-lite.yml b/playbooks/roles/readyup/tasks/Debian-lite.yml index f7998f2c..87759820 100644 --- a/playbooks/roles/readyup/tasks/Debian-lite.yml +++ b/playbooks/roles/readyup/tasks/Debian-lite.yml @@ -6,7 +6,8 @@ file: path={{ install }} state=directory - name: Update cache - apt: update_cache=yes +# apt: update_cache=yes + shell: apt update become: yes changed_when: false