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