We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c207c8a commit f061a94Copy full SHA for f061a94
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