Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit d2f5bd59 authored by Jean-François HOVINNE's avatar Jean-François HOVINNE
Browse files

Pull request #3: ECGALAXY-58: Install missing dependencies

Merge in ECGALAXY/vscode from ecgalaxy-58 to master

* commit '8ca10dbf':
  ECGALAXY-58: Install missing dependencies
parents 4fa5fbc9 8ca10dbf
Branches
Tags 1.0.0
No related merge requests found
......@@ -25,6 +25,13 @@
become: true
when: ansible_os_family == 'RedHat'
- name: Install missing package dependencies (gh/vscode/issues/17142)
package:
name: libX11-xcb
state: present
become: true
when: ansible_os_family == 'RedHat' and ansible_distribution_major_version > '7'
- name: Install vscode
package:
name: code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment