Skip to content

Commit

Permalink
Merge pull request #28 from geerlingguy/fix-chrome-repo-url
Browse files Browse the repository at this point in the history
Fixes #27: Fix Chrome repo for older Ubuntu releases.
  • Loading branch information
arknoll authored Feb 6, 2017
2 parents c207c8a + f061a94 commit 1fee738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

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

0 comments on commit 1fee738

Please sign in to comment.