Skip to content

Commit

Permalink
fixed playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Dec 5, 2024
1 parent e97ab3a commit 1fbc90a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rstudio/rstudio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
state: present
when: not rstudio_vars.create_only_backend


- name: Install R role
include_role:
name: oefenweb.latest_r
Expand All @@ -38,6 +37,12 @@
type: github
when: not rstudio_vars.create_only_backend

- name: Ensure .Rprofile file exists
become: true
file:
path: /home/{{ rstudio_vars.default_user }}/.Rprofile
state: touch
when: not rstudio_vars.create_only_backend
- name: Configure R profile
become: true
become_user: ubuntu
Expand Down

0 comments on commit 1fbc90a

Please sign in to comment.