Skip to content

Commit

Permalink
Changed the way Google Chrome is installed (#826)
Browse files Browse the repository at this point in the history
The role wasn't adding any value.
  • Loading branch information
freemanjp authored May 1, 2022
1 parent d8ac241 commit e8455bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion provisioning/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- name: add Google Chrome repo
become: yes
apt_repository:
repo: deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main'
repo: 'deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main'
filename: google-chrome
update_cache: no
tags:
Expand Down
14 changes: 8 additions & 6 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,6 @@
- git-credential-manager
- gui

# Install Google Chrome web browser
- role: cmprescott.chrome
tags:
- gui
- chrome

# Set the default web browser
# This is only a partial solution as Google Chrome will still ask if you
# want to make it the default browser when it first runs.
Expand Down Expand Up @@ -698,6 +692,14 @@
tags:
- python

# Install Google Chrome web browser
- name: install Google Chrome
package:
name: google-chrome-stable
tags:
- gui
- chrome

# Install Postman HTTP tool
- name: install Postman
snap:
Expand Down
2 changes: 0 additions & 2 deletions provisioning/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
version: '1.3.3'
- src: weareinteractive.environment
version: '1.5.0'
- src: cmprescott.chrome
version: '0.2.4'
- src: geerlingguy.nodejs
version: '6.0.0'
- src: oefenweb.locales
Expand Down

0 comments on commit e8455bc

Please sign in to comment.