--- - name: Add signing key rpm_key: key: https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg state: present - name: Add repo into repo.d list yum_repository: name: vscodium description: vscodium repository baseurl: https://download.vscodium.com/rpms/ enabled: true gpgcheck: true gpgkey: https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg