a0b1eda1d0
Updates based on feedback Simplify checks for file exists remove invalid char Review feedback. Use regular systemd file. Add template for docker systemd atomic
10 lines
306 B
YAML
10 lines
306 B
YAML
---
|
|
dependencies:
|
|
- role: adduser
|
|
user: "{{ addusers.etcd }}"
|
|
when: not (ansible_os_family in ['CoreOS', 'Container Linux by CoreOS'] or is_atomic)
|
|
- role: download
|
|
file: "{{ downloads.etcd }}"
|
|
tags: download
|
|
|
|
# NOTE: Dynamic task dependency on Vault Role if cert_management == "vault"
|