main
Andrew Coleman 2021-05-10 13:12:52 -04:00
parent cd46c2a8c5
commit ac606d534e
1 changed files with 5 additions and 0 deletions

View File

@ -98,6 +98,11 @@
args:
creates: "{{ ansible_env.HOME }}/.cargo/bin/hyperfine"
- name: install just
command: cargo install just
args:
creates: "{{ ansible_env.HOME }}/.cargo/bin/just"
- name: install kondo
command: cargo install kondo
args: