From 21c903f4d40975cc3341d37a956703d3cefdf86d Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Sun, 18 Nov 2018 09:40:47 +0100 Subject: [PATCH] remove duplicate Parameter --- .kitchen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kitchen.yml b/.kitchen.yml index dc68849..2c4cfa4 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -22,7 +22,7 @@ provisioner: http_proxy: <%= ENV['http_proxy'] || nil %> https_proxy: <%= ENV['https_proxy'] || nil %> playbook: tests/default.yml - ansible_diff: true + ansible_extra_flags: - "--skip-tags=sysctl"