From b6b5f8460bf951822b281bd2f575b24e79dffcc7 Mon Sep 17 00:00:00 2001 From: polz Date: Sat, 2 Aug 2025 00:11:40 +0200 Subject: [PATCH] If installed, pycharm should be upgraded to the expected version --- roles/pycharm/tasks/main_win.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/pycharm/tasks/main_win.yml b/roles/pycharm/tasks/main_win.yml index 283e4ef..ae51dbd 100644 --- a/roles/pycharm/tasks/main_win.yml +++ b/roles/pycharm/tasks/main_win.yml @@ -5,6 +5,7 @@ - name: Install PyCharm win_chocolatey: name: pycharm-community + state: upgrade version: "{{ target_version }}" # TODO set default project directory to H:\something