From 0a0d5d3933284b6802461438b826c63b36f25740 Mon Sep 17 00:00:00 2001 From: indraguna <107362851+indraguna@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:56:01 +0700 Subject: [PATCH] fix: Remove attributes in kitchen (#10) --- .kitchen.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index 8af2017d..ace35bdf 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -17,10 +17,6 @@ provisioner: no_proxy: localhost,127.0.0.1 ignore_extensions_from_root: [".git",".idea",".kitchen.yml"] ignore_paths_from_root: [".git",".idea",".kitchen"] - attributes: - extra_vars: - es_major_version: "8.x" - es_version: "8.14.2" platforms: - name: ubuntu-14.04