mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Minor format fix in ansible-pull related to the -f patch
This commit is contained in:
parent
97e3e967a7
commit
51638df48f
1 changed files with 1 additions and 2 deletions
|
@ -151,8 +151,7 @@ def main(args):
|
||||||
rc, out = _run(cmd)
|
rc, out = _run(cmd)
|
||||||
if rc != 0:
|
if rc != 0:
|
||||||
if options.force:
|
if options.force:
|
||||||
print("Unable to update repository. Continuing with (forced) "
|
print "Unable to update repository. Continuing with (forced) run of playbook."
|
||||||
"run of playbook.")
|
|
||||||
else:
|
else:
|
||||||
return rc
|
return rc
|
||||||
elif options.ifchanged and '"changed": true' not in out:
|
elif options.ifchanged and '"changed": true' not in out:
|
||||||
|
|
Loading…
Add table
Reference in a new issue