Skip to content
Snippets Groups Projects

Change CRI_XCBC related path

Merged Bo-Chun Chen requested to merge louistw/packer-openstack-hpc-image:fix-relative-path into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -32,8 +32,8 @@ build {
@@ -32,8 +32,8 @@ build {
provisioner "ansible" {
provisioner "ansible" {
use_proxy = false
use_proxy = false
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
playbook_file = "../CRI_XCBC/ood-packer.yaml"
playbook_file = "../ood-packer.yaml"
roles_path = "./ansible/roles"
roles_path = "./ansible/roles"
inventory_file = "../CRI_XCBC/hosts"
inventory_file = "../hosts"
}
}
}
}
Loading