From d7794833880e2d9fa90778f1ebf8a1254a350900 Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Thu, 15 Sep 2022 10:08:55 -0500
Subject: [PATCH] Remove role_path and inventory_file

---
 openstack-ood/nodeimage.pkr.hcl | 2 --
 1 file changed, 2 deletions(-)

diff --git a/openstack-ood/nodeimage.pkr.hcl b/openstack-ood/nodeimage.pkr.hcl
index 269f821..b789a66 100644
--- a/openstack-ood/nodeimage.pkr.hcl
+++ b/openstack-ood/nodeimage.pkr.hcl
@@ -33,7 +33,5 @@ build {
     use_proxy =  false
     ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
     playbook_file = "../ood-packer.yaml"
-    roles_path = "./ansible/roles"
-    inventory_file = "../hosts"
   }
 }
-- 
GitLab