Skip to content

Commit bd62af7

Browse files
committed
fix: ansible-lint corrections
1 parent a69f5fc commit bd62af7

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

galaxy.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ description: Collection of Ansible Modules and Roles for downloading SAP Softwar
2727
# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
2828
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
2929
license:
30-
- Apache-2.0
30+
- Apache-2.0
3131

3232
# The path to the license file for the collection. This path is relative to the root of the collection. This key is
3333
# mutually exclusive with 'license'
@@ -38,6 +38,8 @@ license_file: ''
3838
tags:
3939
- sap
4040
- download
41+
- application
42+
- tools
4143

4244
# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
4345
# collection label 'namespace.name'. The value is a version range
@@ -61,4 +63,15 @@ issues: https://github.com/sap-linuxlab/community.sap_launchpad/issues
6163
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
6264
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
6365
# and '.git' are always filtered
64-
build_ignore: ['tests', 'internal-*']
66+
build_ignore:
67+
- 'tests'
68+
- 'roles/*/tests'
69+
- '.git*'
70+
- 'roles/.git*'
71+
- 'roles/*/.git*'
72+
- '.ansible-lint'
73+
- 'roles/*/.ansible-lint'
74+
- '.yamllint*'
75+
- 'roles/*/.yamllint*'
76+
- '.pylintrc*'
77+
- 'bindep*'

requirements.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
---
2+
# There are no requirements defined for collection.
3+
collections: []
4+
roles: []

0 commit comments

Comments
 (0)