File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 248
248
src : https://github.com/raspberry-pi-camera/raspindi/releases/download/v{{ raspindi_version }}/libndi-aarch64.tar.gz
249
249
dest : /opt/raspindi/
250
250
creates : /opt/raspindi/lib/libndi.so
251
- when : ansible_architecture == "aarch64"
251
+ when : ansible_architecture == "aarch64"
252
252
253
253
- name : Setup NDI
254
254
unarchive :
255
255
remote_src : yes
256
256
src : https://github.com/raspberry-pi-camera/raspindi/releases/download/v{{ raspindi_version }}/libndi-armv7.tar.gz
257
257
dest : /opt/raspindi/
258
258
creates : /opt/raspindi/lib/libndi.so
259
- when : ansible_architecture != "aarch64"
259
+ when : ansible_architecture != "aarch64"
260
260
261
261
- name : Setup libndioutput
262
262
get_url :
265
265
owner : pi
266
266
group : pi
267
267
mode : 0755
268
- when : ansible_architecture == "aarch64"
268
+ when : ansible_architecture == "aarch64"
269
269
270
270
- name : Setup libndioutput
271
271
get_url :
274
274
owner : pi
275
275
group : pi
276
276
mode : 0755
277
- when : ansible_architecture != "aarch64"
277
+ when : ansible_architecture != "aarch64"
278
278
279
279
- name : Install raspindi
280
280
get_url :
283
283
owner : pi
284
284
group : pi
285
285
mode : 0755
286
- when : ansible_architecture == "aarch64"
286
+ when : ansible_architecture == "aarch64"
287
287
288
288
- name : Install raspindi
289
289
get_url :
292
292
owner : pi
293
293
group : pi
294
294
mode : 0755
295
- when : ansible_architecture != "aarch64"
295
+ when : ansible_architecture != "aarch64"
296
296
297
297
- name : Install Atem Tally
298
298
get_url :
You can’t perform that action at this time.
0 commit comments