From 7d4c19584c7f053b2d3043ae124e2856cd96a62e Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 16 Feb 2022 20:49:46 +0100 Subject: [PATCH] update user setup and add password --- tasks/obs_user.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/obs_user.yml b/tasks/obs_user.yml index 9da42e5..ec5bdd7 100644 --- a/tasks/obs_user.yml +++ b/tasks/obs_user.yml @@ -8,6 +8,7 @@ ansible.windows.win_user: name: 'obs' state: present + password: "{{ win_obs_init__password }}" account_disabled: false description: 'Account to run OBS at this WINDOWS host' groups_action: 'add'