baztian / ansible-mint-setup

Ansible playbook for my Linux Mint setup
Apache License 2.0
5 stars 1 forks source link

Support Ubuntu 19.10 #45

Open baztian opened 4 years ago

baztian commented 4 years ago

cat /etc/os-release

NAME="Ubuntu"
VERSION="19.10 (Eoan Ermine)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 19.10"
VERSION_ID="19.10"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=eoan
UBUNTU_CODENAME=eoan

An exception occurred during task execution. To see the full traceback, use -vvv. The error was: apt.cache.FetchFailedException: E:Das Depot »http://ppa.launchpad.net/deadsnakes/ppa/ubuntu eoan Release« enthält keine Release-Datei.
fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "Traceback (most recent call last):\n  File \"/home/tom/.ansible/tmp/ansible-tmp-1578485127.9028091-272643381552253/AnsiballZ_apt_repository.py\", line 114, in <module>\n    _ansiballz_main()\n  File \"/home/tom/.ansible/tmp/ansible-tmp-1578485127.9028091-272643381552253/AnsiballZ_apt_repository.py\", line 106, in _ansiballz_main\n    invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\n  File \"/home/tom/.ansible/tmp/ansible-tmp-1578485127.9028091-272643381552253/AnsiballZ_apt_repository.py\", line 49, in invoke_module\n    imp.load_module('__main__', mod, module, MOD_DESC)\n  File \"/tmp/ansible_apt_repository_payload_qBclBU/__main__.py\", line 554, in <module>\n  File \"/tmp/ansible_apt_repository_payload_qBclBU/__main__.py\", line 546, in main\n  File \"/usr/lib/python2.7/dist-packages/apt/cache.py\", line 562, in update\n    raise FetchFailedException(e)\napt.cache.FetchFailedException: E:Das Depot »http://ppa.launchpad.net/deadsnakes/ppa/ubuntu eoan Release« enthält keine Release-Datei.\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}