install tilt

main
Andrew Coleman 2021-09-08 07:55:41 -04:00
parent e48bbf895e
commit 7fc078ffc0
1 changed files with 7 additions and 0 deletions

View File

@ -166,3 +166,10 @@
args:
chdir: "{{ ansible_env.HOME }}/go/src/github.com/samuelkarp/runj"
creates: "/usr/local/bin/runj"
- name: install tilt linux
when: ansible_facts['system']|lower == 'linux'
shell: curl -fsSL https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.sh | bash
args:
warn: False
creates: "{{ ansible_env.HOME }}/.local/bin/tilt"