2020-04-29 21:18:01 +02:00
|
|
|
---
|
2020-04-29 23:54:11 +02:00
|
|
|
- block:
|
|
|
|
|
|
|
|
- get_url:
|
2020-05-23 18:01:21 +02:00
|
|
|
url: "https://dl.google.com/linux/direct/google-chrome-stable_current_{{ pkgarch }}.deb"
|
|
|
|
dest: "/tmp/google-chrome-stable_current_{{ pkgarch }}.deb"
|
2020-04-29 23:54:11 +02:00
|
|
|
|
2020-05-23 18:01:21 +02:00
|
|
|
- shell: dpkg -i "/tmp/google-chrome-stable_current_{{ pkgarch }}.deb"
|
|
|
|
|
|
|
|
- file:
|
|
|
|
name: "/tmp/google-chrome-stable_current_{{ pkgarch }}.deb"
|
|
|
|
state: absent
|
2020-04-29 21:18:01 +02:00
|
|
|
|
2020-04-29 23:54:11 +02:00
|
|
|
when: hwpoints|int >= 2
|