Update to bullseye

This commit is contained in:
Wilfried OLLIVIER 2022-03-19 17:24:14 +01:00
parent c0667f90ea
commit 5694c76c0d
2 changed files with 5 additions and 6 deletions

View File

@ -5,13 +5,12 @@ galaxy_info:
license: WTFPL
min_ansible_version: 2.4
min_ansible_version: "2.4"
platforms:
- name: Debian
versions:
- Stretch
- Buster
- name: Debian
versions:
- bullseye
galaxy_tags:
- docker

View File

@ -6,7 +6,7 @@
# Ensure some packages and update
- name: Ensure packages
apt:
name: ['apt-transport-https', 'ca-certificates', 'curl', 'gnupg2', 'software-properties-common', 'python-docker']
name: ['apt-transport-https', 'ca-certificates', 'curl', 'gnupg2', 'software-properties-common', 'python3-docker']
state: latest
update_cache: yes