Skip to content

Commit f6ffea4

Browse files
committed
Fix security issues flagged in PR #593 code scanning.
Signed-off-by: lakshmj <[email protected]>
1 parent eafad72 commit f6ffea4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

examples/nslaslicense_offline.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@
2020
- name: Display license result
2121
ansible.builtin.debug:
2222
var: lic_result
23-

plugins/modules/nslaslicense_offline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
request_pem: CNS_8905_SERVER
125125
request_ed: Standard
126126
las_secrets_json: /etc/netscaler/zmcd_secrets.json
127-
128127
"""
128+
129129
RETURN = r"""
130130
---
131131
changed:

0 commit comments

Comments
 (0)