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

@ -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