From f85aaba9c6b72c15d34dfe70863889d683b8d6b3 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Thu, 11 Apr 2024 08:14:22 +0200 Subject: [PATCH] disable rustup role --- install.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.yml b/install.yml index b9fe133..aa65710 100644 --- a/install.yml +++ b/install.yml @@ -65,9 +65,9 @@ - role: mime tags: mime when: ansible_user_id != 'root' - - role: rustup - tags: rustup - when: ansible_user_id != 'root' + #- role: rustup + # tags: rustup + # when: ansible_user_id != 'root' - role: eww tags: eww when: ansible_user_id != 'root'