Skip to content

Commit 5f1225b

Browse files
authored
ansible: install Rust toolchain on Fedora hosts (#4249)
1 parent 9afb203 commit 5f1225b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/baselayout/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ packages: {
6363
],
6464

6565
fedora: [
66-
'bzip2,ccache,clang,gcc-c++,git,fontconfig,sudo,make,python3-pip',
66+
'bzip2,ccache,clang,gcc-c++,git,fontconfig,sudo,make,python3-pip,rust,cargo',
6767
],
6868

6969
freebsd: [

0 commit comments

Comments
 (0)