Skip to content

Commit

Permalink
Update administrator user creation task.
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendart committed Aug 26, 2024
1 parent 1b868fe commit 155fc59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/base/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
name: '{{ base__administrator_account_username }}'
password: '{{ base__administrator_account_password | password_hash("sha512") }}'
ssh_key_type: '{{ base__administrator_account_ssh_key_type }}'
skeleton: '/etc/skel/'
state: 'present'
update_password: 'on_create'
register: __user
Expand Down

0 comments on commit 155fc59

Please sign in to comment.