fix formatting
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-11-03 20:26:53 +01:00
parent 4c5eb8dd80
commit 8cf8a0220e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
name: "{{ item.name }}"
groups: "{{ item.groups | default([]) | join(',') or omit }}"
append: yes
password: "{{ item.password | password_hash('sha512',65534 | random(seed=inventory_hostname) | string) if item.password is defined else omit }}"
password: "{{ item.password | password_hash('sha512',65534 | random(seed=inventory_hostname) | string) if item.password is defined else omit }}"
shell: "{{ item.shell | default('/bin/bash') }}"
loop: "{{ users_default_users }}"
loop_control: