We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dff675 commit 7fc51a6Copy full SHA for 7fc51a6
.kitchen.yml
@@ -8,6 +8,8 @@ provisioner:
8
roles_path: ../
9
require_ansible_repo: true
10
ansible_verbose: true
11
+ http_proxy: <%= ENV['HTTP_PROXY'] %>
12
+ https_proxy: <%= ENV['HTTPS_PROXY'] %>
13
14
platforms:
15
- name: ubuntu-14.04
0 commit comments