tuttinrete/roles/googlechrome/tasks/main.yml

7 lines
225 B
YAML
Raw Normal View History

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
- apt: name=/tmp/google-chrome-stable_current_amd64.deb state=present