feat: add debian11 support

This commit is contained in:
Adrien Waksberg 2021-08-15 18:56:36 +02:00 committed by Adrien Waksberg
parent 164ab5a269
commit 1519516f36
4 changed files with 13 additions and 1 deletions

View file

@ -5,7 +5,9 @@ Install and configure Icinga2
## Requirements
* Ansible >= 2.9
* Debian Buster
* Debian
* Buster
* Bullseye
## Role variables

View file

@ -11,6 +11,7 @@ galaxy_info:
- name: Debian
versions:
- buster
- bullseye
galaxy_tags:
- monitoring

View file

@ -10,6 +10,14 @@ platforms:
command: /bin/systemd
capabilities:
- SYS_ADMIN
- name: debian11
image: nishiki/debian11:molecule
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
command: /bin/systemd
capabilities:
- SYS_ADMIN
lint: |
set -e
yamllint .

View file

@ -3,6 +3,7 @@
ansible.builtin.package:
name:
- apt-transport-https
- gpg
retries: 2
register: result
until: result is succeeded