Skip to content

Commit

Permalink
sanity issues resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
shivashankar-vaddepally committed Jan 22, 2025
1 parent 600cda2 commit 6fcc3f8
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 10 deletions.
1 change: 1 addition & 0 deletions examples/appfwhtmlerrorpage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
state: present
src: http://10.217.30.16/testsite/Signatures/44_38_1_36/credit_card.html
name: Html_Error_2
name: Html_Error_2

Check failure on line 12 in examples/appfwhtmlerrorpage.yaml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[key-duplicates]

Duplication of key "name" in mapping
2 changes: 1 addition & 1 deletion examples/appfwwsdl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
netscaler.adc.appfwwsdl:
state: present
src: http://10.217.30.16/testsite/Signatures/44_38_1_36/YellowPages.xml
name: Https_Wsd l 2
name: Https_Wsd l 2

Check failure on line 11 in examples/appfwwsdl.yaml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[trailing-spaces]

Trailing spaces
1 change: 0 additions & 1 deletion examples/nspartition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
state: present
partitionname: p1
vxlan: '1'
```
1 change: 0 additions & 1 deletion examples/sslcertkey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
state: present
certkey: callback.blackstone.com
linkcertkeyname: blackstone_sub

1 change: 0 additions & 1 deletion examples/sslcertreq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@
localityname: adsad
commonname: asdsad
emailaddress: adsad

1 change: 0 additions & 1 deletion examples/ssldhparam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
dhfile: dfile
bits: '512'
gen: '2'

1 change: 0 additions & 1 deletion examples/sslrsakey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
bits: '2048'
exponent: '3'
keyform: DER

1 change: 0 additions & 1 deletion examples/vpnpcoipconnection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@
netscaler.adc.vpnpcoipconnection:
state: present
username: u1

4 changes: 2 additions & 2 deletions plugins/modules/gslbservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
- present
- absent
- unset
- enable
- disable
- enabled
- disabled
default: present
description:
- The state of the resource being configured by the module on the NetScaler
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/vlan_interface_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- When C(absent), the resource will be deleted from the NetScaler ADC node.
type: str
id:
type: float
type: int
description:
- Specifies the virtual LAN ID.
ifnum:
Expand Down

0 comments on commit 6fcc3f8

Please sign in to comment.