mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-07-25 00:44:46 +00:00
Compare commits
2 Commits
4ac4603af5
...
73939ba8ff
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73939ba8ff | ||
|
|
2504f532b8 |
@@ -4,7 +4,6 @@
|
|||||||
# SPDX-FileCopyrightText: 2024, Ansible Project
|
# SPDX-FileCopyrightText: 2024, Ansible Project
|
||||||
|
|
||||||
skip_list:
|
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/
|
- 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
|
- sanity[cannot-ignore] # This rule is skipped to keep backward compatibility with Python 2
|
||||||
|
|
||||||
|
|||||||
@@ -99,7 +99,8 @@ We welcome community contributions to this collection. For more details, see [Co
|
|||||||
|
|
||||||
## Support
|
## 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
|
## Release Notes and Roadmap
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
trivial:
|
||||||
|
- ansible-lint - Removed ``meta-runtime[unsupported-version]`` from the skip_list in ``.ansible-lint``.
|
||||||
|
...
|
||||||
4
changelogs/fragments/768_update_support_section.yml
Normal file
4
changelogs/fragments/768_update_support_section.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- README - Added ``Red Hat Automation Hub`` as correct contact information for Red Hat Ansible Automation Platform subscribers.
|
||||||
|
...
|
||||||
Reference in New Issue
Block a user