Sistemata sintassi condizionale.
This commit is contained in:
parent
1d47107d5e
commit
dff054f238
13 changed files with 75 additions and 39 deletions
|
@ -1,11 +1,19 @@
|
|||
---
|
||||
|
||||
- apt: name=libxcb-xtest0 state=present
|
||||
- block:
|
||||
|
||||
- get_url:
|
||||
url: "https://zoom.us/client/latest/zoom_amd64.deb"
|
||||
dest: /tmp/zoom_amd64.deb
|
||||
- apt:
|
||||
name: libxcb-xtest0
|
||||
state: present
|
||||
|
||||
- get_url:
|
||||
url: "https://zoom.us/client/latest/zoom_amd64.deb"
|
||||
dest: /tmp/zoom_amd64.deb
|
||||
|
||||
- apt_key:
|
||||
keyserver: keyserver.ubuntu.com
|
||||
id: 396060CADD8A75220BFCB369B903BF1861A7C71D
|
||||
|
||||
- shell: dpkg -i /tmp/zoom_amd64.deb
|
||||
|
||||
- apt_key: keyserver=keyserver.ubuntu.com id=396060CADD8A75220BFCB369B903BF1861A7C71D
|
||||
|
||||
- shell: dpkg -i /tmp/zoom_amd64.deb
|
||||
when: hwpoints|int > 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue