Add download bin tasks (#7131)
* Add downlaod bin tasks * Add tags never and etcd * yamllintpull/7214/head
parent
404ea0270e
commit
1a409dc7ae
|
@ -1,4 +1,13 @@
|
|||
---
|
||||
- name: install | Download etcd and etcdctl
|
||||
include_tasks: "../../download/tasks/download_file.yml"
|
||||
vars:
|
||||
download: "{{ download_defaults | combine(downloads.etcd) }}"
|
||||
when: etcd_cluster_setup
|
||||
tags:
|
||||
- never
|
||||
- etcd
|
||||
|
||||
- name: install | Copy etcd and etcdctl binary from download dir
|
||||
copy:
|
||||
src: "{{ local_release_dir }}/etcd-{{ etcd_version }}-linux-{{ host_architecture }}/{{ item }}"
|
||||
|
|
Loading…
Reference in New Issue