Skip to content

Commit 1fee738

Browse files
authored
Merge pull request #28 from geerlingguy/fix-chrome-repo-url
Fixes #27: Fix Chrome repo for older Ubuntu releases.
2 parents c207c8a + f061a94 commit 1fee738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
- name: Add Chrome repo (if configured, Debian)
3434
apt_repository:
35-
repo: "deb http://dl.google.com/linux/chrome/deb/ stable main"
35+
repo: "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
3636
state: present
3737
update_cache: yes
3838
when: ansible_os_family == 'Debian' and selenium_install_chrome

0 commit comments

Comments
 (0)