We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c207c8a + f061a94 commit 1fee738Copy full SHA for 1fee738
tasks/main.yml
@@ -32,7 +32,7 @@
32
33
- name: Add Chrome repo (if configured, Debian)
34
apt_repository:
35
- repo: "deb http://dl.google.com/linux/chrome/deb/ stable main"
+ repo: "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
36
state: present
37
update_cache: yes
38
when: ansible_os_family == 'Debian' and selenium_install_chrome
0 commit comments