diff --git a/README.md b/README.md index 6cf651b..7e1a485 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ My ansible playbooks and roles. -Vault password managed by `vault_pass.py` through the [Bitwarden CLI](https://bitwarden.com/help/cli/). +~~Vault password managed by `vault_pass.py` through the [Bitwarden CLI](https://bitwarden.com/help/cli/).~~ +Yeah nah that was too much effort, screw typing the password every time. Only work on Debian(-based) systems. @@ -20,12 +21,8 @@ notification through my Gotify server. ## TODO -- Fix rustup install -- Fix neovim install - - The mv command doesn't actually check move - a new version because the dest file exists -- Make provision install R languageserver - Make provision not install all LSPs for nvim when not `is_desktop` +- Fix dotfiles to have the option to not install all the bulk that is Cargo (maybe just don't install zoxide xd) ## Installing Ansible with pipx diff --git a/roles/provision/tasks/dotfiles.yml b/roles/provision/tasks/dotfiles.yml index 3804808..799e6a1 100644 --- a/roles/provision/tasks/dotfiles.yml +++ b/roles/provision/tasks/dotfiles.yml @@ -77,7 +77,7 @@ - name: Install rust with Rustup ansible.builtin.shell: - cmd: set -o pipefail curl https://sh.rustup.rs -sSf | sh -s -- -y + cmd: set -o pipefail && curl https://sh.rustup.rs -sSf | sh -s -- -y creates: "{{ home }}/.cargo" - name: Install zoxide