Skip to content
Snippets Groups Projects
Commit c8d793a0 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Merge branch 'fix-relative-path' into 'main'

Change CRI_XCBC related path

See merge request rc/packer-openstack-hpc-image!8
parents ac9b3458 cddaf652
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ build {
provisioner "ansible" {
use_proxy = 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"
inventory_file = "../CRI_XCBC/hosts"
inventory_file = "../hosts"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment