From 20c58257cd6218f20d9807042d78843bbae1317d Mon Sep 17 00:00:00 2001 From: Someone Date: Tue, 19 Aug 2025 14:36:28 +0200 Subject: [PATCH] roles/workstation/google-chrome/tasks --- .../workstation/google-chrome/tasks/main.yml | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/roles/workstation/google-chrome/tasks/main.yml b/roles/workstation/google-chrome/tasks/main.yml index 4416b28..9470a6e 100644 --- a/roles/workstation/google-chrome/tasks/main.yml +++ b/roles/workstation/google-chrome/tasks/main.yml @@ -16,19 +16,19 @@ # signed_by: https://dl.google.com/linux/linux_signing_key.pub # tags: "online" # register: apt_list_changes - - -- name: update the repository cache - apt: - update_cache: yes - tags: "online" +# +# +#- name: update the repository cache +# apt: +# update_cache: yes +# tags: "online" # when: apt_list_changes.changed - - -- name: install google-chrome - apt: - pkg: - - google-chrome-stable - state: present - policy_rc_d: 101 - tags: "online" +# +# +#- name: install google-chrome +# apt: +# pkg: +# - google-chrome-stable +# state: present +# policy_rc_d: 101 +# tags: "online" -- 2.47.2