Skip to content

Commit

Permalink
feat: add update_password flag
Browse files Browse the repository at this point in the history
closes #16
  • Loading branch information
franklinkim committed Feb 14, 2017
1 parent 07362c9 commit d3511ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# ssh_key_generate: no
# ssh_key: "xxx"
# shell: /bin/bash
# update_password: always
#

# list of users to add
Expand Down
1 change: 1 addition & 0 deletions tasks/manage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
ssh_key_bits: "{{ item.ssh_key_bits | default(users_ssh_key_bits) }}"
createhome: "{{ item.home_create | default(omit) }}"
shell: "{{ item.shell | default(omit) }}"
update_password: "{{ item.update_password | default(omit) }}"
with_items: "{{ users }}"

- name: Setting user's home permission
Expand Down

0 comments on commit d3511ff

Please sign in to comment.