deprecate ansible/rust in favor of aqua
This commit is contained in:
parent
b89cc884be
commit
f908ca73da
2 changed files with 8 additions and 36 deletions
|
|
@ -1,36 +0,0 @@
|
|||
---
|
||||
# rust install, shamelessly stolen from https://waylonwalker.com/install-rust/
|
||||
- name: Check if cargo is installed
|
||||
ansible.builtin.command: ls ~/.cargo
|
||||
register: cargo_exists
|
||||
ignore_errors: true
|
||||
|
||||
- name: Download rust installer
|
||||
when: cargo_exists is failed
|
||||
ansible.builtin.get_url:
|
||||
url: https://sh.rustup.rs
|
||||
dest: /tmp/sh.rustup.rs
|
||||
mode: "0755"
|
||||
force: "yes"
|
||||
|
||||
- name: Install rust and cargo
|
||||
when: cargo_exists is failed
|
||||
ansible.builtin.command: /tmp/sh.rustup.rs -y
|
||||
|
||||
- name: Install cargo packages
|
||||
community.general.cargo:
|
||||
name:
|
||||
- git-delta
|
||||
- dotter
|
||||
- bottom
|
||||
- git-cliff
|
||||
- topgrade
|
||||
- bat
|
||||
- cargo-update
|
||||
- cargo-cache
|
||||
- garden-tools
|
||||
- b3sum
|
||||
- difftastic
|
||||
- du-dust
|
||||
- zellij
|
||||
state: latest
|
||||
|
|
@ -16,3 +16,11 @@ packages:
|
|||
- name: derailed/k9s@v0.32.5
|
||||
- name: neovim/neovim@v0.10.1
|
||||
- name: kubernetes-sigs/krew@v0.4.4
|
||||
- name: hadolint/hadolint@v2.12.0
|
||||
- name: dandavison/delta@0.18.1
|
||||
- name: SuperCuber/dotter@v0.13.2
|
||||
- name: ClementTsang/bottom@0.10.2
|
||||
- name: topgrade-rs/topgrade@v15.0.0
|
||||
- name: sharkdp/bat@v0.24.0
|
||||
- name: Wilfred/difftastic@0.60.0
|
||||
- name: bootandy/dust@v1.1.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue