From d55bdfc42af61495c210a3c4c2e6f8cc5e162ddb Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Sat, 28 Nov 2020 22:12:52 +0000 Subject: [PATCH] Temporarily removed VSCodium tasks as the upstream APT repository is not available --- tasks/main.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 9d9104a..be934c0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -12,16 +12,6 @@ repo: deb https://download.sublimetext.com/ apt/stable/ state: present - - name: Add key for VSCodium repo - apt_key: - url: https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg - state: present - - - name: Add repository for VSCodium - apt_repository: - repo: deb https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/debs/ vscodium main - state: present - - name: Update apt cache apt: update_cache: yes @@ -33,10 +23,5 @@ - sublime-text register: sublime_text_installed - - name: Install VSCodium - apt: - pkg: - - codium - register: vscodium_installed when: ansible_facts['os_family'] == 'Debian' - become: yes \ No newline at end of file + become: yes