Update to bullseye

This commit is contained in:
Wilfried OLLIVIER 2022-03-19 17:23:34 +01:00
parent 66b4aaffd0
commit 189a7ce628
2 changed files with 6 additions and 7 deletions

View File

@ -5,13 +5,12 @@ galaxy_info:
license: WTFPL
min_ansible_version: 2.4
min_ansible_version: "2.4"
plateforms:
- name: Debian
versions:
- Stretch
- Buster
platforms:
- name: Debian
versions:
- bullseye
galaxy_tags:
- debian

View File

@ -8,5 +8,5 @@
- name: Ensure some packages
apt:
name: ['python-apt', 'git', 'unzip']
name: ["git", "unzip"]
state: present