Update to bullseye
This commit is contained in:
parent
c0667f90ea
commit
5694c76c0d
2 changed files with 5 additions and 6 deletions
|
@ -5,13 +5,12 @@ galaxy_info:
|
|||
|
||||
license: WTFPL
|
||||
|
||||
min_ansible_version: 2.4
|
||||
min_ansible_version: "2.4"
|
||||
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- Stretch
|
||||
- Buster
|
||||
- bullseye
|
||||
|
||||
galaxy_tags:
|
||||
- docker
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue