-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Description
Hi, i found an issue with Debian 13:
fatal: [xxxxx]: FAILED! => {"attempts": 20, "changed": false, "msg": "No package matching 'software-properties-common' is available"}My workaround is to redefine docker__package_dependencies without "software-properties-common":
- name: Install Docker
hosts: all
roles:
- role: "nickjj.docker"
tags: docker
vars:
docker__package_dependencies:
- "apt-transport-https"
- "ca-certificates"
- "cron"
- "gnupg2"Does anyone know how to change defaults/main.yml to use a different docker__package_dependencies variable on Debian 13?
Metadata
Metadata
Assignees
Labels
No labels