Skip to content

Commit

Permalink
correcting spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Jun 11, 2023
1 parent d0cb0ac commit 9e9baf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kvmhost_setup/tasks/configure_remote_user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- name: Set remote user password if not already set
ansible.builtin.user:
name: "{{ xrdp_remote_user }}"
password: "{{ xrdp_remote_user_password | password_hash('sha512')}}"
password: "{{ xrdp_remote_user_password | password_hash('sha512') }}"
update_password: always
register: passwd_status

Expand Down

0 comments on commit 9e9baf6

Please sign in to comment.