From efe9d79da95ebe2507dc23657912e581febb4ec5 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 2 Apr 2026 14:30:22 +0200 Subject: [PATCH] Add Postman and DBeaver to Windows workstation --- ansible/inventory/group_vars/workstation_host_windows.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/inventory/group_vars/workstation_host_windows.yml b/ansible/inventory/group_vars/workstation_host_windows.yml index 3d35d14..f90947c 100644 --- a/ansible/inventory/group_vars/workstation_host_windows.yml +++ b/ansible/inventory/group_vars/workstation_host_windows.yml @@ -7,10 +7,14 @@ ansible_port: 5986 ansible_shell_type: powershell windows_winget_packages: + - id: DBeaver.DBeaver.Community + name: DBeaver Community - id: Microsoft.VisualStudioCode name: Visual Studio Code - id: Microsoft.WindowsTerminal name: Windows Terminal + - id: Postman.Postman + name: Postman windows_vscode_extensions: - ms-vscode-remote.remote-containers