From 119524b8e73334c9636c54230bfe5c67207de670 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Sun, 18 Nov 2018 10:00:00 +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 63d17e5..fe0adf0 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -17,7 +17,7 @@ provisioner: require_ruby_for_busser: false ansible_verbose: true ansible_diff: true - hosts: all + roles_path: ../ansible-nginx-hardening/ http_proxy: <%= ENV['http_proxy'] || nil %> https_proxy: <%= ENV['https_proxy'] || nil %>