2020-04-29 21:18:01 +02:00
|
|
|
---
|
|
|
|
- get_url:
|
|
|
|
url: "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
|
|
|
|
dest: /tmp/google-chrome-stable_current_amd64.deb
|
|
|
|
|
2020-04-29 21:46:41 +02:00
|
|
|
- shell: dpkg -i /tmp/google-chrome-stable_current_amd64.deb
|