We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
in file " ansible-role-php/tasks/main.yml" on line 48 there is:
shell: '{{ php_executable }} -r "echo php_installed_version;"'
but "php_installed_version" is not PHP variable. It should be "PHP_VERSION":
shell: '{{ php_executable }} -r "echo PHP_VERSION;"'
Sorry, I'm new to github and don't know, how to pull code :-(
Than
The text was updated successfully, but these errors were encountered:
e7a4fe4
Thanks for noting this!
Sorry, something went wrong.
Merge pull request geerlingguy#76 from BlackMesh/allow_custom_variables
a3d3bf2
Allow configuration of variables not currently supported
PR geerlingguy#76 follow-up: Clean up defaults examples.
0c224d8
No branches or pull requests
Hi,
in file " ansible-role-php/tasks/main.yml" on line 48 there is:
shell: '{{ php_executable }} -r "echo php_installed_version;"'
but "php_installed_version" is not PHP variable. It should be "PHP_VERSION":
shell: '{{ php_executable }} -r "echo PHP_VERSION;"'
Sorry, I'm new to github and don't know, how to pull code :-(
Than
The text was updated successfully, but these errors were encountered: