diff --git a/tasks/main.yml b/tasks/main.yml index 9d9104a..8f7b080 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