From 9e9baf6cd90ff3b87c6be2a206f25716d17d5274 Mon Sep 17 00:00:00 2001 From: Tosin Akinosho Date: Sun, 11 Jun 2023 18:26:51 -0400 Subject: [PATCH] correcting spacing --- roles/kvmhost_setup/tasks/configure_remote_user.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/kvmhost_setup/tasks/configure_remote_user.yml b/roles/kvmhost_setup/tasks/configure_remote_user.yml index 01891f7..c4ded0b 100644 --- a/roles/kvmhost_setup/tasks/configure_remote_user.yml +++ b/roles/kvmhost_setup/tasks/configure_remote_user.yml @@ -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