5af2c42bde
Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
8 lines
214 B
YAML
8 lines
214 B
YAML
---
|
|
dependencies:
|
|
- role: adduser
|
|
user: "{{ addusers.etcd }}"
|
|
when: not ansible_os_family in ['CoreOS', 'Container Linux by CoreOS']
|
|
- role: download
|
|
file: "{{ downloads.etcd }}"
|
|
tags: download
|