Skip to content

Commit ecc0017

Browse files
Merge branch 'main' into serveridem
2 parents 36fef0f + cc34b23 commit ecc0017

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

Makefile

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,18 @@
11
fmt:
22
autoflake plugins/modules/*.py
33
autoflake plugins/module_utils/*.py
4-
autoflake tools/module_generator.py
54
autoflake --recursive tests/
65

76
black plugins/modules/*.py
87
black plugins/module_utils/*.py
9-
black tools/module_generator.py
108
black tests/
119

1210
isort plugins/modules/*.py
1311
isort plugins/module_utils/*.py
14-
isort tools/module_generator.py
1512
isort tests/
1613

1714
yamlfmt .
1815

19-
fmt_tools:
20-
# ignore if file not found
21-
-autoflake tools/generated_modules/*.py
22-
-autoflake tools/module_generator.py
23-
-autoflake tools/nitro_resource_map.py
24-
25-
-black tools/generated_modules/*.py
26-
-black tools/module_generator.py
27-
-black tools/nitro_resource_map.py
28-
29-
-isort tools/generated_modules/*.py
30-
-isort tools/module_generator.py
31-
-isort tools/nitro_resource_map.py
32-
33-
generate_modules:
34-
python3 tools/module_generator.py
35-
3616
install:
3717
ansible-galaxy collection install . --force
3818

galaxy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ readme: README.md
1414
# @nicks:irc/im.site#channel'
1515
authors:
1616
- Sumanth Lingappa <sumanth.lingappa@cloud.com>
17+
- Shiva Shankar Vaddepally <shivashankar.vaddepally@cloud.com>
1718
### OPTIONAL but strongly recommended
1819
# A short summary description of the collection
1920
description: Ansible Collection Modules for NetScaler ADC

0 commit comments

Comments
 (0)