Skip to content

Commit ff12582

Browse files
authored
chore: Remove platform metadata from the Ansible Galaxy role metadata (#743)
1 parent a418df2 commit ff12582

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

.ansible-lint

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ exclude_paths:
33
- .github/
44
skip_list:
55
- name[template]
6-
- schema[meta]
76
- yaml[line-length]

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ CI/CD:
2020
- Update GitHub Actions to Ubuntu 24.04.
2121
- Switch GitHub Actions from using tags to release hashes.
2222
- Remove commented out Molecule platforms and GitHub Actions QEMU step for the time being. These changes will be reverted if multi-arch testing can be reinstated in GitHub Actions.
23+
- Remove platform metadata from the Ansible Galaxy role metadata since platforms are no longer supported in Ansible Galaxy NG.
2324

2425
## 0.24.3 (July 11, 2024)
2526

meta/main.yml

+1-19
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,7 @@ galaxy_info:
77

88
license: Apache License, Version 2.0
99

10-
min_ansible_version: '2.12'
11-
12-
platforms:
13-
- name: Alpine
14-
versions: [all]
15-
- name: Amazon Linux
16-
versions: ['2']
17-
- name: Debian
18-
versions: [bullseye, bookworm]
19-
- name: EL
20-
versions: ['8', '9']
21-
- name: FreeBSD
22-
versions: ['12.1', '12.2', '12.3', '12.4', '13.0', '13.1', '13.2', '14']
23-
- name: OracleLinux
24-
versions: ['8', '9']
25-
- name: Ubuntu
26-
versions: [focal, jammy, lunar]
27-
- name: SLES
28-
versions: ['12', '15']
10+
min_ansible_version: '2.16'
2911

3012
galaxy_tags:
3113
- nginx

0 commit comments

Comments
 (0)