@@ -21,7 +21,7 @@ authors:
2121
2222# ## OPTIONAL but strongly recommended
2323# A short summary description of the collection
24- description : Collection of Ansible Modules and Ansible Roles for SAP Support Portal APIs
24+ description : Collection of Ansible Modules for SAP Launchpad APIs
2525
2626# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
2727# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
@@ -43,19 +43,19 @@ tags: []
4343dependencies : {}
4444
4545# The URL of the originating SCM repository
46- repository : http ://example .com/repository
46+ repository : https ://github .com/sap-linuxlab/community.sap_launchpad
4747
4848# The URL to any online docs
49- documentation : http ://docs.example. com
49+ documentation : https ://github. com/sap-linuxlab/community.sap_launchpad/blob/main/README.md
5050
5151# The URL to the homepage of the collection/project
52- homepage : http ://example.com
52+ homepage : https ://sap-linuxlab.github.io
5353
5454# The URL to the collection issue tracker
55- issues : http ://example .com/issue/tracker
55+ issues : https ://github .com/sap-linuxlab/community.sap_launchpad/issues
5656
5757# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
5858# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
5959# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
6060# and '.git' are always filtered
61- build_ignore : ['tests']
61+ build_ignore : ['tests', 'internal-*' ]
0 commit comments