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
|
||||
|
||||
min_ansible_version: 2.4
|
||||
min_ansible_version: "2.4"
|
||||
|
||||
plateforms:
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- Stretch
|
||||
- Buster
|
||||
- bullseye
|
||||
|
||||
galaxy_tags:
|
||||
- debian
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
|
||||
- name: Ensure some packages
|
||||
apt:
|
||||
name: ['python-apt', 'git', 'unzip']
|
||||
name: ["git", "unzip"]
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue