Import iniziale.
This commit is contained in:
commit
d20346a467
16 changed files with 84 additions and 0 deletions
6
roles/googlechrome/tasks/main.yml
Normal file
6
roles/googlechrome/tasks/main.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue