Skip to content

Commit

Permalink
Remove SuSE and fix Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
gorschu committed Sep 14, 2019
1 parent 3a14305 commit 9d6eee4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.
2 changes: 1 addition & 1 deletion tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

- name: Install Visual Studio Code including dependencies
apt:
name: ['libgtk2.0-0', 'libxss1', 'libasound2', 'code']
name: ['libgtk2.0-0', 'libxss1', 'libx11-xcb1', 'libasound2', 'code']
update_cache: true
become: True
2 changes: 0 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@
when: ansible_os_family == "RedHat" and not ansible_distribution == "Fedora"
- include_tasks: "fedora.yml"
when: ansible_distribution == "Fedora"
- include_tasks: "suse.yml"
when: ansible_os_family == "Suse"
- include_tasks: install_extensions.yml
when: vscode_extensions is defined
37 changes: 0 additions & 37 deletions tasks/suse.yml

This file was deleted.

0 comments on commit 9d6eee4

Please sign in to comment.