diff --git a/cloud-tools.yml b/cloud-tools.yml index 12a4f42..29c1919 100644 --- a/cloud-tools.yml +++ b/cloud-tools.yml @@ -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"