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>
8 - name: add google-chrome repository
12 uris: http://dl.google.com/linux/chrome/deb/
15 signed_by: https://dl.google.com/linux/linux_signing_key.pub
17 register: apt_list_changes
20 - name: update the repository cache
24 when: apt_list_changes.changed
27 - name: install google-chrome
30 - google-chrome-stable