Removing skipped=True from result when using creates= and removes=
Fixes #8645
This commit is contained in:
parent
a1cbeb32ad
commit
e55911afb2
1 changed files with 0 additions and 2 deletions
|
@ -138,7 +138,6 @@ def main():
|
|||
module.exit_json(
|
||||
cmd=args,
|
||||
stdout="skipped, since %s exists" % v,
|
||||
skipped=True,
|
||||
changed=False,
|
||||
stderr=False,
|
||||
rc=0
|
||||
|
@ -153,7 +152,6 @@ def main():
|
|||
module.exit_json(
|
||||
cmd=args,
|
||||
stdout="skipped, since %s does not exist" % v,
|
||||
skipped=True,
|
||||
changed=False,
|
||||
stderr=False,
|
||||
rc=0
|
||||
|
|
Loading…
Reference in a new issue