Fixed bug when asa_acl terminates when lines array is empty (#63838)
* Fixed bug when asa_acl terminates when lines array is empty * Removed redundant blank lines
This commit is contained in:
parent
bcc2ffdbf9
commit
895c8ce373
1 changed files with 21 additions and 21 deletions
|
@ -185,7 +185,7 @@ def main():
|
|||
lines = module.params['lines']
|
||||
|
||||
result = {'changed': False}
|
||||
|
||||
if len(lines) > 0:
|
||||
candidate = NetworkConfig(indent=1)
|
||||
candidate.add(lines)
|
||||
|
||||
|
|
Loading…
Reference in a new issue