add agrind

main
Andrew Coleman 2021-08-16 12:27:18 -04:00
parent 0b3e3f070c
commit 390d7dcfc2
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
warn: False
creates: "{{ ansible_env.HOME }}/.cargo/bin/rustup"
- name: install ag
command: cargo install ag
args:
creates: "{{ ansible_env.HOME }}/.cargo/bin/agrind"
- name: install amber
command: cargo install amber
args: