Ansible role to install phpStorm.
phpstorm_version: 7.1.3
phpstorm_install_dir: /opt
phpstorm_bin: /usr/local/bin/phpstorm
roles:
- { role: kosssi.phpstorm }
If you have vagrant, you can test this role:
cd tests
vagrant up
MIT
Ansible role to install phpStorm.
phpstorm_version: 7.1.3
phpstorm_install_dir: /opt
phpstorm_bin: /usr/local/bin/phpstorm
roles:
- { role: kosssi.phpstorm }
If you have vagrant, you can test this role:
cd tests
vagrant up
MIT