From 1ac2821b4cb957e6948bfcf1d5e805a86d7338fb Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Fri, 21 Apr 2023 21:26:38 +0100 Subject: [PATCH] Ansible metadata fix --- .ansible-lint | 1 - meta/main.yml | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 6192fa2..3eb848e 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -6,6 +6,5 @@ skip_list: - name[template] - no-changed-when - package-latest - - schema[meta] # vim: syntax=yaml ... diff --git a/meta/main.yml b/meta/main.yml index 1c14d96..c706e2a 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -6,15 +6,15 @@ galaxy_info: description: Ansible role for installing and configuring Icinga master and clients on Debian and Ubuntu company: Webarchitects Co-operative license: GNU General Public License v3.0 (GPLv3) - min_ansible_version: 2.10 + min_ansible_version: "2.10.7" platforms: - - name: debian + - name: Debian versions: - bookworm - bullseye - buster - stretch - - name: ubuntu + - name: Ubuntu versions: - jammy - focal -- GitLab