ci: fix dns host
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-05-27 14:32:55 +02:00
parent 119997e273
commit e711cdf835
2 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ name: Terraform root module
environment:
TF_IN_AUTOMATION: "1"
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no -i $${PWD}/id_rsa"
TF_VAR_lawndale_dns_host: "nat.lawndale"
TF_VAR_lawndale_libvirt_uri_transport: ssh
TF_VAR_lawndale_libvirt_uri_userhostport: "192.168.253.254:10022"
@@ -69,6 +70,6 @@ steps:
---
kind: signature
hmac: 007cc7fc0dbdc2ae54a59dbc6c673e33e4f94831189eb3b6fd4b0b0f8adf703f
hmac: e5dd07c87773ffb3b02240744e4bdde91d9338a344d0ba2d393f598aac43cdfd
...