From 74724b6d552e4864de24b002f096cd782eb03c1b Mon Sep 17 00:00:00 2001 From: Sean Marquez Date: Fri, 18 Aug 2023 10:21:31 -0700 Subject: [PATCH] set `update_cache: yes` for `apt install git` --- playbook.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbook.yaml b/playbook.yaml index 31cd59a..5c112c6 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -561,6 +561,7 @@ - name: Install git apt: name: git + update_cache: yes - name: Install Git Bash Completion apt: name: bash-completion