Skip to content
Snippets Groups Projects
Commit 01261684 authored by Spencer Smith's avatar Spencer Smith
Browse files

provide environment for rkt trust and run with etcd

parent 8b2bec70
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
retries: 4 retries: 4
delay: "{{ retry_stagger | random + 3 }}" delay: "{{ retry_stagger | random + 3 }}"
changed_when: false changed_when: false
environment: "{{proxy_env}}"
- name: Install | Copy etcdctl binary from rkt container - name: Install | Copy etcdctl binary from rkt container
command: >- command: >-
...@@ -24,3 +25,4 @@ ...@@ -24,3 +25,4 @@
retries: 4 retries: 4
delay: "{{ retry_stagger | random + 3 }}" delay: "{{ retry_stagger | random + 3 }}"
changed_when: false changed_when: false
environment: "{{proxy_env}}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment