--- # file: roles/aws/tasks/ubuntu_jammy.yaml - name: Enable deb-src APT Repository ansible.builtin.apt_repository: repo: "deb-src http://archive.ubuntu.com/ubuntu jammy main" state: "present" update_cache: true tags: - aws-enable-src-repo