remove frawk

main
Andrew Coleman 2021-09-08 00:12:24 -04:00
parent 306c5e5bb1
commit aeba65e283
1 changed files with 0 additions and 12 deletions

View File

@ -76,18 +76,6 @@
args:
creates: "{{ ansible_env.HOME }}/.cargo/bin/flamegraph"
- name: install frawk freebsd
shell: LLVM_SYS_100_PREFIX=/usr/local/llvm10 cargo +nightly install frawk
when: ansible_facts['system']|lower == 'freebsd'
args:
creates: "{{ ansible_env.HOME }}/.cargo/bin/frawk"
- name: install frawk linux
shell: LLVM_SYS_100_PREFIX=/usr/lib64/llvm10 cargo +nightly install frawk
when: ansible_facts['system']|lower == 'linux'
args:
creates: "{{ ansible_env.HOME }}/.cargo/bin/frawk"
- name: install git-gone
command: cargo install git-gone
args: