mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-19 12:10:11 -03:30
9 lines
198 B
YAML
9 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
|