Ignacio Tolstoy
Ignacio Tolstoy
Not as far as I know. I didn't see anyone to request this functionality. So, or we create it or we just close the issue.
This will require some tweaking of the bundles. Phansible does some magic regarding the install flag. Nothing too complex but it will require a bit of phansible knowledge. If someone...
I'll wait for stable.. it should be soon!
Yep! it's out. PR's are welcome, as always. Ondrej has the ppa out already: https://launchpad.net/~ondrej/+archive/ubuntu/php-7.0 So, should be as easy as adding it to the ui https://github.com/phansible/role-php/blob/master/tasks/main.yml#L4 https://github.com/phansible/phansible/blob/master/src/Phansible/Resources/views/bundles/languages/php.html.twig#L16 Removing 5.4...
@popstas: As @khromov said you should open a PR. Is much easier for us to review code. Does not matter if it's a "dirty" implementation or is not 100% working...
As I said, thanks! ping @phansible/core-dev for reviews.
#264 is pending for testing. Because of personal stuff I will not be able to test this (or anything on phansible) until 20 of March. Debo is currently leading PR's....
@floodedcodeboy thanks for taking your time to do these testings ;)
I'm having some troubles with this because the yaml dumper always dump strings without quotes :( So I need to think of some workaround...
You can escape some characters in yaml by double quoting strings. But seems the lib removes double quotes so this is not a solution. I've quickly checked this some time...