made continue into a pass (there was no loop)
This commit is contained in:
parent
686026919e
commit
34f8eb0f4c
1 changed files with 2 additions and 2 deletions
|
@ -984,7 +984,7 @@ class FreeBsdService(Service):
|
||||||
rcvars = shlex.split(stdout, comments=True)
|
rcvars = shlex.split(stdout, comments=True)
|
||||||
except:
|
except:
|
||||||
#TODO: add a warning to the output with the failure
|
#TODO: add a warning to the output with the failure
|
||||||
continue
|
pass
|
||||||
|
|
||||||
if not rcvars:
|
if not rcvars:
|
||||||
self.module.fail_json(msg="unable to determine rcvar", stdout=stdout, stderr=stderr)
|
self.module.fail_json(msg="unable to determine rcvar", stdout=stdout, stderr=stderr)
|
||||||
|
|
Loading…
Reference in a new issue