Skip to content

Instantly share code, notes, and snippets.

@shirou
Created February 5, 2014 01:46
Show Gist options
  • Save shirou/8816075 to your computer and use it in GitHub Desktop.
Save shirou/8816075 to your computer and use it in GitHub Desktop.
---
- hosts: example
gather_facts: no
tasks:
- name: raw
raw: sleep 10 && ls / > /home/hoge/hogehoge
hoge 64720 0.0 0.1 9608 2868 7 Ss+ 8:42午前 0:00.02 zsh -c sleep 10 && ls / > /home/hoge/hogehoge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment