Skip to content
Snippets Groups Projects
Unverified Commit a3a7c2d2 authored by Spencer Smith's avatar Spencer Smith Committed by GitHub
Browse files

Merge pull request #1947 from rsmitty/rkt-proxy

provide environment for rkt trust and run with etcd
parents 8b2bec70 01261684
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
retries: 4
delay: "{{ retry_stagger | random + 3 }}"
changed_when: false
environment: "{{proxy_env}}"
- name: Install | Copy etcdctl binary from rkt container
command: >-
......@@ -24,3 +25,4 @@
retries: 4
delay: "{{ retry_stagger | random + 3 }}"
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