From dd8c27ba4e4e54e716f3eee890355d408edd96d3 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Sun, 18 Nov 2018 09:53:11 +0100 Subject: [PATCH] remove duplicate Parameter --- .kitchen.aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kitchen.aws.yml b/.kitchen.aws.yml index 3d60452..fb0a6b1 100644 --- a/.kitchen.aws.yml +++ b/.kitchen.aws.yml @@ -17,7 +17,7 @@ provisioner: require_ansible_omnibus: true ansible_verbose: true ansible_diff: true - hosts: all + roles_path: ../ansible-ssh-hardening/ http_proxy: <%= ENV['http_proxy'] || nil %> https_proxy: <%= ENV['https_proxy'] || nil %>