Update to bullseye
This commit is contained in:
parent
66b4aaffd0
commit
189a7ce628
2 changed files with 6 additions and 7 deletions
|
@ -5,13 +5,12 @@ galaxy_info:
|
||||||
|
|
||||||
license: WTFPL
|
license: WTFPL
|
||||||
|
|
||||||
min_ansible_version: 2.4
|
min_ansible_version: "2.4"
|
||||||
|
|
||||||
plateforms:
|
platforms:
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
- Stretch
|
- bullseye
|
||||||
- Buster
|
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- debian
|
- debian
|
||||||
|
|
|
@ -8,5 +8,5 @@
|
||||||
|
|
||||||
- name: Ensure some packages
|
- name: Ensure some packages
|
||||||
apt:
|
apt:
|
||||||
name: ['python-apt', 'git', 'unzip']
|
name: ["git", "unzip"]
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue