From f061a94253ebb4a9ec4ebb233b9484b62c01ef43 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 6 Feb 2017 15:37:42 -0600 Subject: [PATCH] Fixes #27: Fix Chrome repo for older Ubuntu releases. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index f9dc23e..a430a73 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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