diff options
Diffstat (limited to 'vm-create.yml')
| -rw-r--r-- | vm-create.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vm-create.yml b/vm-create.yml index 115be1d..7c03b30 100644 --- a/vm-create.yml +++ b/vm-create.yml @@ -29,6 +29,9 @@ delegate_to: "{{ hypervisor_host }}" rescue: + - ansible.builtin.debug: + msg: VM install failed, removing dataset + - ansible.builtin.include_role: name: zfs tasks_from: dataset-confirm-info.yml |
