@@ -146,8 +146,8 @@ def main(cmd_args):
 
     ansible_config_file = os.path.join(project_root, ANSIBLE_CONFIG_FILE)
     os.environ['ANSIBLE_CONFIG'] = os.path.abspath(ansible_config_file)
-    #  gen_ansible_cfg(ansible_config_file, config, project_root, playbooks_path,
-    #                  inventory_path)
+    gen_ansible_cfg(ansible_config_file, config, project_root, playbooks_path,
+                    inventory_path)
 
     # Allow insecure SSH connections if requested
     if INSECURE: