Updates to many roles, including main user role to allow setting an alternate home directory
This commit is contained in:
9
db/etcd/tasks/install-debian.yml
Normal file
9
db/etcd/tasks/install-debian.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
# Install etcd
|
||||
- name: Installing etcd
|
||||
apt:
|
||||
update_cache: yes
|
||||
state: present
|
||||
name:
|
||||
- etcd
|
||||
Reference in New Issue
Block a user