Skip to content

Commit bcbd6ad

Browse files
committed
Bump ansible collections
Update to latest Ansible collections. Signed-off-by: SuperQ <superq@gmail.com>
1 parent 585e6ba commit bcbd6ad

846 files changed

Lines changed: 10302 additions & 17758 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

collections/ansible_collections/ansible.posix-2.1.0.info/GALAXY.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
download_url: https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/ansible-posix-2.2.0.tar.gz
2+
format_version: 1.0.0
3+
name: posix
4+
namespace: ansible
5+
server: https://galaxy.ansible.com/api/
6+
signatures: []
7+
version: 2.2.0
8+
version_url: /api/content/published/v3/plugin/ansible/content/published/collections/index/ansible/posix/versions/2.2.0/

collections/ansible_collections/ansible/posix/.ansible-lint

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
# SPDX-FileCopyrightText: 2024, Ansible Project
55

66
skip_list:
7-
- meta-runtime[unsupported-version] # Tis rule doesn't make any sense
7+
- meta-runtime[unsupported-version] # This rule doesn't make any sense
88
- fqcn[deep] # This rule produces false positives for files in tests/unit/plugins/action/fixtures/
9+
- sanity[cannot-ignore] # This rule is skipped to keep backward compatibility with Python 2
10+
911
exclude_paths:
1012
- changelogs/
13+
- .github/
14+
- tests/
15+
- meta/

0 commit comments

Comments
 (0)