Browse Source

Merge pull request #1947 from rsmitty/rkt-proxy

provide environment for rkt trust and run with etcd
pull/1950/head
Spencer Smith 6 years ago
committed by GitHub
parent
commit
a3a7c2d24e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. 2
      roles/etcd/tasks/install_rkt.yml

2
roles/etcd/tasks/install_rkt.yml

@ -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}}"
Loading…
Cancel
Save