We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c6334 commit 9973851Copy full SHA for 9973851
meta/main.yml
@@ -4,36 +4,31 @@ galaxy_info:
4
company: none
5
description: An Ansible role that installs and configures Netdata agent.
6
license: MIT
7
- min_ansible_version: "2.13"
+ min_ansible_version: "2.16"
8
namespace: dgibbs64
9
role_name: netdata
10
11
platforms:
12
- name: Ubuntu
13
versions:
14
+ - "noble"
15
- "jammy"
16
- "focal"
- - "bionic"
17
- name: Debian
18
19
- "bookworm"
20
- "bullseye"
21
- - "buster"
22
- name: EL
23
24
- - "7"
25
- - "8"
26
- "9"
+ - "8"
27
- name: Fedora
28
+ - "40"
29
- "39"
30
- - "38"
31
- - "37"
32
- - "36"
33
- name: opensuse
34
35
- - "15.4"
36
- - "15.3"
+ - "15.5"
37
- name: Amazon Linux
38
39
- "2023"
0 commit comments