diff --git a/.kitchen.yml b/.kitchen.yml index 2c48367..3f312dc 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -8,6 +8,8 @@ provisioner: roles_path: ../ require_ansible_repo: true ansible_verbose: true + http_proxy: <%= ENV['HTTP_PROXY'] %> + https_proxy: <%= ENV['HTTPS_PROXY'] %> platforms: - name: ubuntu-14.04