File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change 1
1
fmt :
2
2
autoflake plugins/modules/* .py
3
3
autoflake plugins/module_utils/* .py
4
- autoflake tools/module_generator.py
5
4
autoflake --recursive tests/
6
5
7
6
black plugins/modules/*.py
8
7
black plugins/module_utils/*.py
9
- black tools/module_generator.py
10
8
black tests/
11
9
12
10
isort plugins/modules/*.py
13
11
isort plugins/module_utils/*.py
14
- isort tools/module_generator.py
15
12
isort tests/
16
13
17
14
yamlfmt .
18
15
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
-
36
16
install :
37
17
ansible-galaxy collection install . --force
38
18
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ readme: README.md
14
14
# @nicks:irc/im.site#channel'
15
15
authors :
16
16
- Sumanth Lingappa <sumanth.lingappa@cloud.com>
17
+ - Shiva Shankar Vaddepally <shivashankar.vaddepally@cloud.com>
17
18
# ## OPTIONAL but strongly recommended
18
19
# A short summary description of the collection
19
20
description : Ansible Collection Modules for NetScaler ADC
You can’t perform that action at this time.
0 commit comments