You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
360 B

- name: Install libwebkit2gtk
become: true
apt:
name: [ "libwebkit2gtk-4.0-dev" ]
tags:
- install
- deno
- productivity
- name: Install deno
shell: |
curl -fsSL https://deno.land/x/install/install.sh | sh
when: st.stat.islnk is not defined
tags:
- install
- deno
- productivity
become: true
become_user: nige