Skip to content

Commit

Permalink
fix source names in hcl files
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Aug 28, 2024
1 parent cb68e45 commit d75d57f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ubuntu/datahub-jupyter-ubuntu-22.04.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ source "qemu" "datahub_jupyter_ubuntu_22_04" {
}

build {
sources = ["source.qemu.datahub-jupyter-ubuntu-22-04"]
sources = ["source.qemu.datahub_jupyter_ubuntu_22_04"]

provisioner "ansible" {
playbook_file = "provisioners/init.yaml"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/docker-ubuntu-22.04.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ source "qemu" "docker_ubuntu_22_04" {
}

build {
sources = ["source.qemu.docker-ubuntu-22-04"]
sources = ["source.qemu.docker_ubuntu_22_04"]

provisioner "ansible" {
playbook_file = "provisioners/init.yaml"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/small-ubuntu-20.04.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ source "qemu" "small_ubuntu_20_04" {
}

build {
sources = ["source.qemu.small-ubuntu-20-04"]
sources = ["source.qemu.small_ubuntu_20_04"]

provisioner "ansible" {
playbook_file = "provisioners/init.yaml"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/ubuntu-20.04.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ source "qemu" "ubuntu_20_04" {
}

build {
sources = ["source.qemu.ubuntu-20-04"]
sources = ["source.qemu.ubuntu_20_04"]

provisioner "ansible" {
playbook_file = "provisioners/init.yaml"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/ubuntu-22.04.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ source "qemu" "ubuntu_22_04" {
}

build {
sources = ["source.qemu.ubuntu-22-04"]
sources = ["source.qemu.ubuntu_22_04"]

provisioner "ansible" {
playbook_file = "provisioners/init.yaml"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/ubuntu-24.04.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ source "qemu" "ubuntu_24_4" {
}

build {
sources = ["source.qemu.ubuntu-24-04"]
sources = ["source.qemu.ubuntu_24_04"]

provisioner "ansible" {
extra_arguments = ["--extra-vars", "ansible_python_interpreter=/usr/bin/python3"]
Expand Down

0 comments on commit d75d57f

Please sign in to comment.