From 0c7fa0c3df4dc33c5bfb498730a52e31387e1319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Fele-=C5=BDor=C5=BE?= Date: Wed, 7 Aug 2024 00:08:34 +0200 Subject: [PATCH] fix powershell library Pscx --- roles/fri_base/tasks/main_win.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/fri_base/tasks/main_win.yml b/roles/fri_base/tasks/main_win.yml index 680e906..8eacd61 100644 --- a/roles/fri_base/tasks/main_win.yml +++ b/roles/fri_base/tasks/main_win.yml @@ -10,6 +10,8 @@ - name: Install PSCX community.windows.win_psmodule: name: Pscx + accept_license: true + allow_clobber: true state: present # TODO: turn on GPO to allow guest SMB logins