--- # https://wiki.debian.org/DebianRepository/UseThirdParty - name: Add Evolix GPG key copy: src: reg.gpg dest: /usr/share/keyrings/reg.gpg force: yes tags: - apt - name: Evolix public list is installed template: src: evolix_public.list.j2 dest: /etc/apt/sources.list.d/evolix_public.list force: yes mode: "0640" register: apt_evolix_public tags: - apt - name: Apt update apt: update_cache: yes when: apt_evolix_public is changed tags: - apt