support for multiple hypervisors

This commit is contained in:
Pim Kunis 2023-05-03 23:35:57 +02:00
parent 8e72446652
commit b9ad2e866a
9 changed files with 70 additions and 15 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
pass=`secret-tool lookup ansible_vault atlas`
pass=`secret-tool lookup ansible_vault hypervisors`
retval=$?
if [ $retval -ne 0 ]; then