2 Commits

Author SHA1 Message Date
Hideki Saito
ef1937b771 Update README Support section to reference Red Hat Automation Hub (#768)
Signed-off-by: Hideki Saito <saito@fgrep.org>
2026-07-08 08:37:41 +09:00
Hideki Saito
bf4e5d917e Remove meta-runtime[unsupported-version] line from the skip_list (#767)
Signed-off-by: Hideki Saito <saito@fgrep.org>
2026-07-08 08:14:25 +09:00
4 changed files with 10 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
# SPDX-FileCopyrightText: 2024, Ansible Project
skip_list:
- meta-runtime[unsupported-version] # This rule doesn't make any sense
- fqcn[deep] # This rule produces false positives for files in tests/unit/plugins/action/fixtures/
- sanity[cannot-ignore] # This rule is skipped to keep backward compatibility with Python 2

View File

@@ -99,7 +99,8 @@ We welcome community contributions to this collection. For more details, see [Co
## Support
See [Communication](#Communication) section.
* Community users can find help through the [Communication](#Communication) section.
* Red Hat Ansible Automation Platform subscribers can request support through [Automation Hub](https://console.redhat.com/ansible/automation-hub/collections/published/ansible/posix/) by using the "Create issue" button on the collection page.
## Release Notes and Roadmap

View File

@@ -0,0 +1,4 @@
---
trivial:
- ansible-lint - Removed ``meta-runtime[unsupported-version]`` from the skip_list in ``.ansible-lint``.
...

View File

@@ -0,0 +1,4 @@
---
bugfixes:
- README - Added ``Red Hat Automation Hub`` as correct contact information for Red Hat Ansible Automation Platform subscribers.
...