Skip to content

Commit

Permalink
adds "update_password" option (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sole-meo authored and lobsterdore committed May 15, 2019
1 parent f74520c commit 15c0878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
groups: "{{ item.groups | default([ ]) | join(',') | default(omit) }}"
name: "{{ item.name }}"
password: "{{ item.password | default(omit) }}"
update_password: "{{ item.update_password | default(omit) }}"
remove: "{{ 'yes' if item.state is defined and item.state == 'absent' else 'no' }}"
shell: "{{ item.shell | default('/bin/bash') }}"
state: "{{ item.state | default(omit) }}"
Expand Down

0 comments on commit 15c0878

Please sign in to comment.