11 lines
265 B
YAML
11 lines
265 B
YAML
---
|
|
- 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
|
|
|
|
when: hwpoints|int >= 2
|