Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Dependencies): Update dependency rstudio/rstudio to v2023.09.1+494 #353

Merged
merged 2 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cluster/roles/common/tasks/001-apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@
name: swift
state: present
when: mode == "openstack"

- name: Add Docker repository key
ansible.builtin.apt_key:
url: 'https://download.docker.com/linux/{{ ansible_distribution | lower }}/gpg'
state: present

- name: Add Docker repository
ansible.builtin.apt_repository:
repo: 'deb https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_lsb.codename}} stable'
repo: 'deb https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_lsb.codename }} stable'
state: present

- name: Add apt.bi.denbi.de repository key
Expand Down
2 changes: 1 addition & 1 deletion rstudio/rstudio_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ info_url: ""
community_driven: false
wiki_link: "https://cloud.denbi.de/wiki/simple_vm/customization/#rstudio"
information_for_display:
version: v2023.09.0+463
version: v2023.09.1+494
2 changes: 1 addition & 1 deletion rstudio/rstudio_vars_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ rstudio_vars:
default_password_hashed: $6$rounds=656000$kDXfaoylNAAH4hiN$Se1C7um7OW7ETs.L19uy1xn9SJjtjHylbF.Xv/YhRWilSyzDcX7nSajMth8LgZNiRJmO3.wBxcYeJnsgW4CLL1
default_password: simplevm
RSESSION_FILE_PATH: /etc/rstudio/rsession.conf
RSTUDIO_VERSION: v2023.09.0+463
RSTUDIO_VERSION: v2023.09.1+494