monasca-vagrant/smoke.yml
Tim Kuhlman df1a2b5684 Minor cleanup for docs related to direct ansible runs
Change-Id: I12878c3ce4e8f29ab247e5febf71d94562cfb4ce
2014-11-20 08:13:03 -07:00

8 lines
174 B
YAML

- hosts: mini-mon
gather_facts: no
tasks:
- name: Run the smoke test
command: /vagrant/tests/smoke.py
register: smoke
- debug: var=smoke.stdout_lines