Skip to content

Commit

Permalink
feat(RStudio):added rspm
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Dec 5, 2024
1 parent 37cd0ba commit e97ab3a
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions rstudio/rstudio.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
---
- name: PRE_TASK Update apt cache
become: true
ansible.builtin.apt:
upgrade: true
update_cache: true
autoremove: true
autoclean: true

- name: Pip
ansible.builtin.apt:
name: python3-pip
state: latest

- name: Setup password for default user
become: true
ansible.builtin.user:
Expand All @@ -20,6 +7,20 @@
update_password: always
password_lock: false

- name: Update package index
become: true
apt:
update_cache: true
when: not rstudio_vars.create_only_backend

- name: Install apt-file
become: true
apt:
name: apt-file
state: present
when: not rstudio_vars.create_only_backend


- name: Install R role
include_role:
name: oefenweb.latest_r
Expand Down

0 comments on commit e97ab3a

Please sign in to comment.