Remove git repo logic; Debug ova templates
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-03-25 16:58:23 +01:00
parent ec6f712427
commit fa0b72a903
9 changed files with 40 additions and 20 deletions

View File

@ -28,6 +28,10 @@
ansible.builtin.set_fact:
storage_benchmark: "{{ [storage_benchmark, (end_time | int - start_time | int)] | max }}"
- name: Log benchmark actual duration
ansible.builtin.debug:
msg: "Benchmark actual duration: {{ (end_time | int - start_time | int) }} second(s)"
- name: Mount dynamic disk
ansible.posix.mount:
path: /mnt/blockstorage