Yes,
I already reduced the playbook to the following:

#!/usr/bin/env ansible-playbook
#
---
- name: Install packages
  hosts: localhost
  tasks:
          - name: install apt packages
            apt: 
              pkg:
                - git
            become: true


It still fails.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1874195

Title:
  ansible is not able to install packages via apt on 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ansible/+bug/1874195/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to