playbook: upgrade Deno

This commit is contained in:
Alex Gleason 2024-11-07 13:40:37 -06:00
parent 66894c3a18
commit 3dafe2b6d1
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -3,6 +3,13 @@
hosts: all hosts: all
become: true become: true
tasks: tasks:
- name: Update Deno
shell:
cmd: curl -fsSL https://deno.land/x/install/install.sh | sh
environment:
DENO_INSTALL: /usr/local
become_user: root
- name: Update Soapbox - name: Update Soapbox
shell: shell:
cmd: deno task soapbox cmd: deno task soapbox