From 05831930ee2f06ebb79fbbeff892e5aad19c5fa7 Mon Sep 17 00:00:00 2001 From: dweinholz Date: Thu, 5 Dec 2024 09:56:32 +0100 Subject: [PATCH] fixed package installation --- rstudio/rstudio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rstudio/rstudio.yml b/rstudio/rstudio.yml index 6432cb0..bccfc9f 100644 --- a/rstudio/rstudio.yml +++ b/rstudio/rstudio.yml @@ -41,7 +41,7 @@ - name: Ensure .Rprofile file exists become: true file: - path: /home/{{ rstudio_vars.default_user }}git/.Rprofile + path: /home/{{ rstudio_vars.default_user }}/.Rprofile state: touch when: not rstudio_vars.create_only_backend - name: Configure R profile