Generalizzato il tipo d'installazione per 2/64 bit.
This commit is contained in:
parent
9c859b60b8
commit
37941a6eb3
3 changed files with 19 additions and 7 deletions
|
@ -2,9 +2,13 @@
|
|||
- block:
|
||||
|
||||
- get_url:
|
||||
url: "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
|
||||
dest: /tmp/google-chrome-stable_current_amd64.deb
|
||||
url: "https://dl.google.com/linux/direct/google-chrome-stable_current_{{ pkgarch }}.deb"
|
||||
dest: "/tmp/google-chrome-stable_current_{{ pkgarch }}.deb"
|
||||
|
||||
- shell: dpkg -i /tmp/google-chrome-stable_current_amd64.deb
|
||||
- shell: dpkg -i "/tmp/google-chrome-stable_current_{{ pkgarch }}.deb"
|
||||
|
||||
- file:
|
||||
name: "/tmp/google-chrome-stable_current_{{ pkgarch }}.deb"
|
||||
state: absent
|
||||
|
||||
when: hwpoints|int >= 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue