mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-08 21:17:19 +08:00
fixme not for the virt instance task list
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
tasks:
|
||||
- include: $tasks/virt_instance_create.yml
|
||||
- name: ping the host
|
||||
ping: msg="pingy"
|
||||
action: ping
|
||||
|
||||
# include postinstall playbook
|
||||
#- include: /srv/web/infra/ansible/playbooks/koji/config_builder.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
|
||||
|
||||
Reference in New Issue
Block a user