Skip to content
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

Added task to execute arbitrary commands #356

Merged
merged 1 commit into from
Feb 25, 2017
Merged

Added task to execute arbitrary commands #356

merged 1 commit into from
Feb 25, 2017

Conversation

Toflar
Copy link
Contributor

@Toflar Toflar commented Feb 10, 2017

This is a PR for #336.

Usage:

- exec { cmd: 'my command' }

If you like, you can pass a custom description like so:

- exec { cmd: 'my command', descr: 'My command does this and that' }

Also you can jail it (which forces remote execution) and adjust the timeout. 😎

@coveralls
Copy link

coveralls commented Feb 10, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 50354a3 on Toflar:exec-task into b36f90e on andres-montanez:nostromo.

@andres-montanez andres-montanez added v3.1 and removed v3.x labels Feb 25, 2017
@andres-montanez andres-montanez merged commit 2e7caa8 into andres-montanez:nostromo Feb 25, 2017
@andres-montanez
Copy link
Owner

Hi, tanks for the PR. I've tweaked it a bit.
Cheers!

@Toflar Toflar deleted the exec-task branch June 7, 2017 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants