Skip to content

Commit

Permalink
Merge pull request #345 from deNBI/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
dweinholz authored Oct 6, 2023
2 parents d94c926 + a1fee83 commit 326c3d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions cluster/roles/common/tasks/001-apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,21 @@
update_cache: "yes"
upgrade: "yes"

- name: Import deadsnake PPA for python3.8
- name: Import deadsnake PPA for python3.9
ansible.builtin.apt_repository:
repo: ppa:deadsnakes/ppa
update_cache: true
tags: always

- name: Install python3.8
- name: Install python3.9
ansible.builtin.apt:
state: present
name: python3.8
name: python3.9

- name: Install Python 3.8 and reset selection to auto
- name: Install Python 3.9 and reset selection to auto
community.general.alternatives:
name: python
path: /usr/bin/python3.8
path: /usr/bin/python3.9
link: /usr/bin/python
state: auto

Expand All @@ -84,8 +84,8 @@
- libffi-dev
- libssl-dev
- software-properties-common
- python3.8-dev
- python3.8-venv
- python3.9-dev
- python3.9-venv
- python3-pip
- python3-setuptools
state: present
Expand Down
2 changes: 1 addition & 1 deletion vscode/vscode_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ wiki_link: ""
logo_url: "https://cloud.denbi.de/static/images/vscode.png"
info_url: ""
information_for_display:
version: v4.17.0
version: v4.17.1
2 changes: 1 addition & 1 deletion vscode/vscode_vars_file.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
vscode_vars:
INSTALL_SCRIPT_URL: https://code-server.dev/install.sh
VSCODE_VERSION: v4.17.0
VSCODE_VERSION: v4.17.1
DEFAULT_USER: ubuntu
PORT: 3000

0 comments on commit 326c3d9

Please sign in to comment.