From a583ad2c63d1716c9b81504e495d0efe6afb7f18 Mon Sep 17 00:00:00 2001 From: Someone Date: Tue, 19 Aug 2025 14:33:20 +0200 Subject: [PATCH] roles/workstation/google-chrome/tasks --- .../workstation/google-chrome/tasks/main.yml | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/roles/workstation/google-chrome/tasks/main.yml b/roles/workstation/google-chrome/tasks/main.yml index 6720d77..7462909 100644 --- a/roles/workstation/google-chrome/tasks/main.yml +++ b/roles/workstation/google-chrome/tasks/main.yml @@ -5,16 +5,17 @@ # 2017-2025 by someone # --- -- name: add google-chrome repository - deb822_repository: - name: google-chrome - types: deb - uris: http://dl.google.com/linux/chrome/deb/ - suites: stable - components: main - signed_by: https://dl.google.com/linux/linux_signing_key.pub - tags: "online" - register: apt_list_changes +# DOESNT WORK ON DEBIAN 12. +#- name: add google-chrome repository +# deb822_repository: +# name: google-chrome +# types: deb +# uris: http://dl.google.com/linux/chrome/deb/ +# suites: stable +# components: main +# signed_by: https://dl.google.com/linux/linux_signing_key.pub +# tags: "online" +# register: apt_list_changes - name: update the repository cache -- 2.47.2