Having trouble with this ansible task:
- name: Ensure apt supports HTTPS become: yes package: update_cache: yes state: present name: - apt-transport-https
Here is the error:
fatal: [localhost]: FAILED! => changed=false msg: 'Failed to update apt cache: E:Failed to fetch https://download.konghq.com/insomnia-ubuntu/dists/focal/InRelease Clearsigned file isn''t valid, got ''NOSPLIT'' (does the network require authentication?), E:The repository ''https://download.konghq.com/insomnia-ubuntu focal InRelease'' is not signed.'
apt-transport-https
is on the most recent version and insomnia
is downloaded and working fine. I've eliminated networking issues by going from home to office wifi. I'm not sure where to go next.