Sistemata sintassi condizionale.

This commit is contained in:
Emiliano Vavassori 2020-04-29 23:54:11 +02:00
parent 1d47107d5e
commit dff054f238
13 changed files with 75 additions and 39 deletions

View file

@ -1,6 +1,10 @@
---
- get_url:
url: "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
dest: /tmp/google-chrome-stable_current_amd64.deb
- block:
- get_url:
url: "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
dest: /tmp/google-chrome-stable_current_amd64.deb
- shell: dpkg -i /tmp/google-chrome-stable_current_amd64.deb
- shell: dpkg -i /tmp/google-chrome-stable_current_amd64.deb
when: hwpoints|int >= 2