mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 16:06:43 +00:00
Minor format fix in ansible-pull related to the -f patch
This commit is contained in:
@@ -151,8 +151,7 @@ def main(args):
|
||||
rc, out = _run(cmd)
|
||||
if rc != 0:
|
||||
if options.force:
|
||||
print("Unable to update repository. Continuing with (forced) "
|
||||
"run of playbook.")
|
||||
print "Unable to update repository. Continuing with (forced) run of playbook."
|
||||
else:
|
||||
return rc
|
||||
elif options.ifchanged and '"changed": true' not in out:
|
||||
|
||||
Reference in New Issue
Block a user