Add short pause before first provisioner
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2022-06-26 18:48:06 +02:00
parent f6993c2052
commit 18fa7742fa
1 changed files with 1 additions and 2 deletions

View File

@ -71,7 +71,7 @@ build {
]
provisioner "ansible" {
only = ["vsphere-iso.k8sbootstrap"]
pause_before = "2m30s"
playbook_file = "ansible/playbook.yml"
user = "ubuntu"
@ -85,7 +85,6 @@ build {
}
post-processor "shell-local" {
only = ["vsphere-iso.k8sbootstrap"]
inline = [
"pwsh -command \"& scripts/Update-OvfConfiguration.ps1 \\",
" -OVFFile '/scratch/k8sbootstrap/${var.vm_guestos}-${var.vm_name}.ovf' \\",