mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Clarify roles/iiab-admin/tasks/admin-user.yml
This commit is contained in:
parent
fd4a8463f6
commit
c1e1a98321
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
- name: Create user {{ iiab_admin_user }} for Admin Console; set password from iiab_admin_pwd_hash if newly creating account
|
- name: Create user {{ iiab_admin_user }} for Admin Console; set password from iiab_admin_pwd_hash if newly creating account
|
||||||
user:
|
user:
|
||||||
name: "{{ iiab_admin_user }}"
|
name: "{{ iiab_admin_user }}" # iiab-admin
|
||||||
password: "{{ iiab_admin_pwd_hash }}"
|
password: "{{ iiab_admin_pwd_hash }}"
|
||||||
update_password: on_create
|
update_password: on_create
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
|
|
Loading…
Reference in a new issue