]> git.somenet.org - root/pub/somesible.git/blob - roles/workstation/google-chrome/tasks/main.yml
roles/util/postgres-db-usr/tasks
[root/pub/somesible.git] / roles / workstation / google-chrome / tasks / main.yml
1 #####################################
2 ### someone's ansible provisioner ###
3 #####################################
4 # Part of: https://git.somenet.org/root/pub/somesible.git
5 # 2017-2025 by someone <someone@somenet.org>
6 #
7 ---
8 # DOESNT WORK ON DEBIAN 12.
9 #- name: add google-chrome repository
10 #  deb822_repository:
11 #    name: google-chrome
12 #    types: deb
13 #    uris: http://dl.google.com/linux/chrome/deb/
14 #    suites: stable
15 #    components: main
16 #    signed_by: https://dl.google.com/linux/linux_signing_key.pub
17 #  tags: "online"
18 #  register: apt_list_changes
19 #
20 #
21 #- name: update the repository cache
22 #  apt:
23 #    update_cache: yes
24 #  tags: "online"
25 #  when: apt_list_changes.changed
26 #
27 #
28 #- name: install google-chrome
29 #  apt:
30 #    pkg:
31 #    - google-chrome-stable
32 #    state: present
33 #    policy_rc_d: 101
34 #  tags: "online"