commit | e05a42fa7677e1b3d4100f8b19ead90debfb3321 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon May 04 18:31:29 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Mon May 04 18:31:29 2015 -0700 |
tree | ac940ab3e636c1ca8ebf5133b643ec892f689fb8 | |
parent | d3da5ffd25e6d8c164c0b42afb84a0a7605400ed [diff] |
test yaml
diff --git a/xos/observers/vcpe/steps/test.yaml b/xos/observers/vcpe/steps/test.yaml new file mode 100644 index 0000000..dbda94d --- /dev/null +++ b/xos/observers/vcpe/steps/test.yaml
@@ -0,0 +1,7 @@ +--- +- hosts: {{ sliver_name }} + connection: ssh + user: ubuntu + tasks: + - name: foobar + shell: echo foo > /tmp/foobar