We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you have spaces in your ssh target name like so:
targets: - name: Dev Server allow_roles: - "admin" ssh: host: dev.example.org username: john
you get a command looking like this:
ssh thru:Dev Server@ssh.itfspace.net -p 2022
with the whitespace the command isnt working. Maybe just replace all whitespaces with _ or -?
_
-
The text was updated successfully, but these errors were encountered:
Even wrapping the command in " should work.
"
Sorry, something went wrong.
bf6352d
No branches or pull requests
If you have spaces in your ssh target name like so:
you get a command looking like this:
![image](https://user-images.githubusercontent.com/6805402/185386273-d19986d8-8e65-4af1-958e-f97525c99926.png)
ssh thru:Dev Server@ssh.itfspace.net -p 2022
with the whitespace the command isnt working. Maybe just replace all whitespaces with
_
or-
?The text was updated successfully, but these errors were encountered: