Fixes ansible/ansible#15922 (#3793)
This commit is contained in:
parent
d88f5f6808
commit
afa9d30717
1 changed files with 0 additions and 2 deletions
|
@ -165,7 +165,6 @@ def main():
|
|||
cmd=args,
|
||||
stdout="skipped, since %s exists" % creates,
|
||||
changed=False,
|
||||
stderr=False,
|
||||
rc=0
|
||||
)
|
||||
|
||||
|
@ -178,7 +177,6 @@ def main():
|
|||
cmd=args,
|
||||
stdout="skipped, since %s does not exist" % removes,
|
||||
changed=False,
|
||||
stderr=False,
|
||||
rc=0
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue