Split CAPI cluster manifest;Remove debugging;Add dependency
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-14 14:28:24 +01:00
parent 925bc5be39
commit c0b2857be1
3 changed files with 23 additions and 4 deletions

View File

@ -27,8 +27,6 @@
- name: Calculate crude storage benchmark
ansible.builtin.set_fact:
storage_benchmark: "{{ [storage_benchmark, (end_time | int - start_time | int)] | max }}"
- debug:
var: storage_benchmark
- name: Mount dynamic disk
ansible.posix.mount: