diff options
| author | Seth Vidal <skvidal@fedoraproject.org> | 2013-05-03 16:58:47 +0000 |
|---|---|---|
| committer | Seth Vidal <skvidal@fedoraproject.org> | 2013-05-03 16:58:47 +0000 |
| commit | 2dfef3f7a63e6ba64cb8788afe6d8d0dfd4ba6c3 (patch) | |
| tree | 39aca636af7f59cdc0e3892580aba5236ae37030 /tasks/virt_instance_create.yml | |
| parent | 1696cc678a9269a72424b2f31e85a96edd3ea029 (diff) | |
| download | ansible-2dfef3f7a63e6ba64cb8788afe6d8d0dfd4ba6c3.tar.gz ansible-2dfef3f7a63e6ba64cb8788afe6d8d0dfd4ba6c3.tar.xz ansible-2dfef3f7a63e6ba64cb8788afe6d8d0dfd4ba6c3.zip | |
fixme not for the virt instance task list
Diffstat (limited to 'tasks/virt_instance_create.yml')
| -rw-r--r-- | tasks/virt_instance_create.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml index 1dbdfd2db..edff3c93d 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -1,4 +1,7 @@ # 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 delegate_to: $vmhost virt: command=list_vms |
