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

Commit dcde185

Browse files
author
staticdev
committed
Change ansible module pycharm
1 parent 5e684a2 commit dcde185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/pycharm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
copy: false
1616

1717
- name: Run pycharm install script
18-
ansible.builtin.script: "{{ pycharm_install_prefix }}/pycharm-{{ pycharm_flavor }}-{{ pycharm_version }}/bin/pycharm.sh"
18+
shell: "{{ pycharm_install_prefix }}/pycharm-{{ pycharm_flavor }}-{{ pycharm_version }}/bin/pycharm.sh"

0 commit comments

Comments
 (0)