f7447837c5
Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
8 lines
198 B
YAML
8 lines
198 B
YAML
---
|
|
dependencies:
|
|
- role: adduser
|
|
user: "{{ addusers.etcd }}"
|
|
when: ansible_os_family != 'Container Linux by CoreOS'
|
|
- role: download
|
|
file: "{{ downloads.etcd }}"
|
|
tags: download
|