From ba21ec24b8ad59f097b75da2b4d28e52363fa7ec Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 26 May 2023 23:40:41 -0400 Subject: [PATCH] Install rust-analyzer on Linux. --- ansible/roles/rust/tasks/linux.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/rust/tasks/linux.yaml b/ansible/roles/rust/tasks/linux.yaml index 3047d23..6298c49 100644 --- a/ansible/roles/rust/tasks/linux.yaml +++ b/ansible/roles/rust/tasks/linux.yaml @@ -4,4 +4,5 @@ - rustup - lldb # for lldb-vscode - musl # for building static binaries + - rust-analyzer state: present