From 433abae4cd76b92fa113285ad75de2c33275ed34 Mon Sep 17 00:00:00 2001 From: Someone Date: Tue, 19 Aug 2025 14:34:05 +0200 Subject: [PATCH] roles/workstation/google-chrome/tasks --- roles/workstation/google-chrome/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/workstation/google-chrome/tasks/main.yml b/roles/workstation/google-chrome/tasks/main.yml index 7462909..4416b28 100644 --- a/roles/workstation/google-chrome/tasks/main.yml +++ b/roles/workstation/google-chrome/tasks/main.yml @@ -22,7 +22,7 @@ apt: update_cache: yes tags: "online" - when: apt_list_changes.changed +# when: apt_list_changes.changed - name: install google-chrome -- 2.47.2