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
|
license: WTFPL
|
||||||
|
|
||||||
min_ansible_version: 2.4
|
min_ansible_version: "2.4"
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
- Stretch
|
- bullseye
|
||||||
- Buster
|
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- docker
|
- docker
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Ensure some packages and update
|
# Ensure some packages and update
|
||||||
- name: Ensure packages
|
- name: Ensure packages
|
||||||
apt:
|
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
|
state: latest
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue