Skip to content

chore: Remove platform metadata from the Ansible Galaxy role metadata #743

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ exclude_paths:
- .github/
skip_list:
- name[template]
- schema[meta]
- yaml[line-length]
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ CI/CD:
- Update GitHub Actions to Ubuntu 24.04.
- Switch GitHub Actions from using tags to release hashes.
- 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.
- Remove platform metadata from the Ansible Galaxy role metadata since platforms are no longer supported in Ansible Galaxy NG.

## 0.24.3 (July 11, 2024)

Expand Down
20 changes: 1 addition & 19 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,7 @@ galaxy_info:

license: Apache License, Version 2.0

min_ansible_version: '2.12'

platforms:
- name: Alpine
versions: [all]
- name: Amazon Linux
versions: ['2']
- name: Debian
versions: [bullseye, bookworm]
- name: EL
versions: ['8', '9']
- name: FreeBSD
versions: ['12.1', '12.2', '12.3', '12.4', '13.0', '13.1', '13.2', '14']
- name: OracleLinux
versions: ['8', '9']
- name: Ubuntu
versions: [focal, jammy, lunar]
- name: SLES
versions: ['12', '15']
min_ansible_version: '2.16'

galaxy_tags:
- nginx
Expand Down
Loading