fixme not for the virt instance task list

This commit is contained in:
Seth Vidal 2013-05-03 16:58:47 +00:00
parent 1696cc678a
commit 2dfef3f7a6
2 changed files with 4 additions and 1 deletions

View file

@ -16,7 +16,7 @@
tasks: tasks:
- include: $tasks/virt_instance_create.yml - include: $tasks/virt_instance_create.yml
- name: ping the host - name: ping the host
ping: msg="pingy" action: ping
# include postinstall playbook # include postinstall playbook
#- include: /srv/web/infra/ansible/playbooks/koji/config_builder.yml #- include: /srv/web/infra/ansible/playbooks/koji/config_builder.yml

View file

@ -1,4 +1,7 @@
# setup a virt instance using a dizzying array of variables :) # setup a virt instance using a dizzying array of variables :)
# FIXME
# do an action here that aborts if a bunch of vars are not set
- name: get vm list on the vmhost - name: get vm list on the vmhost
delegate_to: $vmhost delegate_to: $vmhost
virt: command=list_vms virt: command=list_vms