a9ae72ebda
Change-Id: I8f24134a1c3410acb8bc12fa07023b8eb32be93f
8 lines
167 B
YAML
8 lines
167 B
YAML
- hosts: mini-mon
|
|
sudo: yes
|
|
tasks:
|
|
- name: Run the smoke test
|
|
command: /vagrant/tests/smoke.py
|
|
register: smoke
|
|
- debug: var=smoke.stdout_lines
|