Merge pull request #1947 from rsmitty/rkt-proxy

provide environment for rkt trust and run with etcd
pull/1950/head
Spencer Smith 2017-11-08 15:26:47 -05:00 committed by GitHub
commit a3a7c2d24e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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 @@
retries: 4 retries: 4
delay: "{{ retry_stagger | random + 3 }}" delay: "{{ retry_stagger | random + 3 }}"
changed_when: false changed_when: false
environment: "{{proxy_env}}"