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
Cloud config file:
#cloud-config --- preserve_hostname: true runcmd: - ls - ps - whoami
System logs indicate that those commands are joined into one string:
ucd[626]: [4.282477] lib: Executing: /bin/sh -c "ls ps whoami "
Those commands should be executed separately.
The text was updated successfully, but these errors were encountered:
This is due to the yaml parser. I do not know if this is actually fixable.
Sorry, something went wrong.
No branches or pull requests
Cloud config file:
System logs indicate that those commands are joined into one string:
Those commands should be executed separately.
The text was updated successfully, but these errors were encountered: