Import iniziale.

This commit is contained in:
Emiliano Vavassori 2020-04-29 21:18:01 +02:00
commit d20346a467
16 changed files with 84 additions and 0 deletions

View file

@ -0,0 +1,6 @@
---
- 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