Skip to content

Commit

Permalink
fix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
drupaladmin committed May 5, 2016
1 parent 3b85f6a commit 4fe8cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/manage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
ssh_key_passphrase: "{{ item.ssh_key_password|default('') }}"
ssh_key_bits: "{{ item.ssh_key_bits|default(2048) }}"
createhome: "{{ item.home_create|default(omit) }}"
shell: "{{ item.shell|default('/bin/sh') }}"
with_items: "{{ users }}"

- name: Setting user's home permission
Expand Down

0 comments on commit 4fe8cd0

Please sign in to comment.