Decrease provisioner pause;Apply bug workaround;Housekeeping
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-06 10:59:41 +01:00
parent 1c950086fa
commit abcf530b49
3 changed files with 21 additions and 11 deletions

View File

@ -25,7 +25,7 @@ build {
}
provisioner "ansible" {
pause_before = "2m30s"
pause_before = "45s"
playbook_file = "ansible/playbook.yml"
user = "ubuntu"