-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synchronize not using quotes around arguments like --out-format #190
Comments
@PrestonTaylor Could you please check PR #213 works for you and let us know? Thanks. needs_info |
Looks good to me, I'm having trouble using galaxy to install this branch to test it (if you have an command that would resolve that then I'll give it a try) but I can't see why this wouldn't resolve it.
|
@PrestonTaylor Thanks for the feedback. The PR #213 is not merged, yet. So you need to use origin authors repo like -
Let me know if you require any help. |
synchronize: quotes around arguments fix quoting for specific cmd arguments Fixes: #24 #190 ISSUE TYPE: Bugfix Pull Request COMPONENT NAME: module: synchronize Reviewed-by: Abhijeet Kasurde <None> Reviewed-by: Robert Rettig <None> Reviewed-by: Hideki Saito <[email protected]> Reviewed-by: Mike Graves <[email protected]>
In my opinion, this is not a bug. I can reproduce the issue with a glob pattern as the
@PrestonTaylor , a trailing / in your |
Hi, Im getting the same error message due to lack of quotes around --out-format os: ubuntu-jammy-22.04-amd64 code: error: Running the above command manually on the same system locally did not work, it turned the cursor into '>' as if it's waiting for an input. I added the quotes around |
Updating to the latest Ansible version solved my issue. |
SUMMARY
quotes not being places around important arguments
See here for further details ansible/ansible#46126
Confirmed still buggy in 2.9.6
ISSUE TYPE
COMPONENT NAME
Synchronize
ANSIBLE VERSION
OS / ENVIRONMENT
Ubuntu 20 local Centos 7 remote
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
Notice lack of ' on --out-format
The text was updated successfully, but these errors were encountered: