Skip to content
Snippets Groups Projects
Commit 654f1e67 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: set random password only on creation

parent 2afdc224
No related branches found
No related tags found
No related merge requests found
...@@ -40,5 +40,5 @@ ...@@ -40,5 +40,5 @@
shell: "{{ item.value.shell | default('/bin/bash') }}" shell: "{{ item.value.shell | default('/bin/bash') }}"
state: "{{ item.value.state | default('present') }}" state: "{{ item.value.state | default('present') }}"
uid: "{{ item.value.uid | default(omit) }}" uid: "{{ item.value.uid | default(omit) }}"
update_password: always update_password: on_create
with_dict: "{{ vault_users }}" with_dict: "{{ vault_users }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment