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 ef180bd2 authored by Jean-François HOVINNE's avatar Jean-François HOVINNE
Browse files

Pull request #4: ECGALAXY-58: Install libxshmfence

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