Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 148761b

Browse files
author
staticdev
committed
Fix conditions
1 parent d4bc646 commit 148761b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262

6363
- name: Install pycharm
6464
include_tasks: pycharm.yml
65-
when: "{{ install_pycharm }}"
65+
when: install_pycharm
6666

6767
- name: Install vscode
6868
include_tasks: vscode.yml
69-
when: "{{ install_vscode }}"
69+
when: install_vscode

0 commit comments

Comments
 (0)