Skip to content

Commit 8d9d9b3

Browse files
author
Shiva Shankar Vaddepally
committed
galaxy changes
Signed-off-by: Shiva Shankar Vaddepally <[email protected]>
1 parent 80f0db2 commit 8d9d9b3

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

galaxy.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ readme: README.md
1313
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
1414
# @nicks:irc/im.site#channel'
1515
authors:
16-
- Sumanth Lingappa <[email protected]>
17-
- Shiva Shankar Vaddepally <[email protected]>
16+
- Sumanth Lingappa <[email protected]>
17+
- Shiva Shankar Vaddepally <[email protected]>
1818
### OPTIONAL but strongly recommended
1919
# A short summary description of the collection
2020
description: Ansible Collection Modules for NetScaler ADC
2121
# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
2222
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
2323
license:
24-
- MIT
24+
- MIT
2525
# The path to the license file for the collection. This path is relative to the root of the collection. This key is
2626
# mutually exclusive with 'license'
2727
# license_file: '' # TODO
2828

2929
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
3030
# requirements as 'namespace' and 'name'
3131
tags:
32-
- netscaler
33-
- adc
34-
- networking
32+
- netscaler
33+
- adc
34+
- networking
3535
# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
3636
# collection label 'namespace.name'. The value is a version range
3737
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
@@ -51,17 +51,17 @@ issues: https://github.com/netscaler/ansible-collection-netscaleradc/issues
5151
# and '.git' are always filtered. Mutually exclusive with 'manifest'
5252
build_ignore:
5353
# https://docs.ansible.com/ansible/latest/dev_guide/developing_collections_distributing.html#ignoring-files-and-folders
54-
- "_built_docs*"
55-
- ".github*"
56-
- ".vscode*"
57-
- "assets*"
58-
- .DS_Store
59-
- docs
60-
- examples
61-
- tools
62-
- issues
63-
- "**/netscaler-adc-*.tar.gz"
64-
- Makefile
54+
- "_built_docs*"
55+
- ".github*"
56+
- ".vscode*"
57+
- "assets*"
58+
- .DS_Store
59+
- docs
60+
- examples
61+
- tools
62+
- issues
63+
- "**/netscaler-adc-*.tar.gz"
64+
- Makefile
6565

6666
# A dict controlling use of manifest directives used in building the collection artifact. The key 'directives' is a
6767
# list of MANIFEST.in style

0 commit comments

Comments
 (0)