fix useradd etcd (#5281)
This commit is contained in:
parent
8a406be48a
commit
8a5434419b
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ addusers:
|
|||
etcd:
|
||||
name: etcd
|
||||
comment: "Etcd user"
|
||||
createhome: yes
|
||||
home: "{{ etcd_data_dir }}"
|
||||
createhome: no
|
||||
system: yes
|
||||
shell: /bin/nologin
|
||||
kube:
|
||||
|
|
Loading…
Reference in a new issue