install tilt
parent
e48bbf895e
commit
7fc078ffc0
|
@ -166,3 +166,10 @@
|
||||||
args:
|
args:
|
||||||
chdir: "{{ ansible_env.HOME }}/go/src/github.com/samuelkarp/runj"
|
chdir: "{{ ansible_env.HOME }}/go/src/github.com/samuelkarp/runj"
|
||||||
creates: "/usr/local/bin/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"
|
||||||
|
|
Reference in New Issue