commit | ff8a4bcade8dd55d84438becb9a7db34a939e033 | [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 | c4482a42d89c08434b5b4890001d6a1f7c552b08 [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