Skip to content

Commit 0457835

Browse files
committed
Install PHPStorm in /opt, not just root.
1 parent c0ba66d commit 0457835

File tree

1 file changed

+1
-1
lines changed
  • icpc-wf/ansible/roles/phpstorm/tasks

1 file changed

+1
-1
lines changed

icpc-wf/ansible/roles/phpstorm/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- name: Copy in PHPStorm
55
synchronize:
66
src: PhpStorm-{{ PHPSTORM_FULL_VERSION }}
7-
dest: "/phpstorm"
7+
dest: "/opt/phpstorm"
88
owner: no
99
use_ssh_args: true
1010

0 commit comments

Comments
 (0)