Skip to content

Commit

Permalink
fix useradd etcd (kubernetes-sigs#5281)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangycc authored and k8s-ci-robot committed Nov 11, 2019
1 parent 8a406be commit 8a54344
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/adduser/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8a54344

Please sign in to comment.