You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran a playbook using code_egg.openlitespeed_wordpress.php, I saw the following task failure.
TASK [code_egg.openlitespeed_wordpress.php : Set max_execution_time] ********************************
fatal: [144.202.70.47]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'php_max_execution_time' is undefined\n\nThe error appears to be in '/home/chris/.ansible/collections/ansible_collections/code_egg/openlitespeed_wordpress/roles/php/tasks/main.yml': line 28, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Set max_execution_time\n ^ here\n"}
Looks like the variable defaults are missing php_max_execution_time. I did not think to set it myself, but I think it makes sense for a default to be there
The text was updated successfully, but these errors were encountered:
Although I can not reproduce this issue, I have included the value in the latest commit.
I will close the issue once you verified, thanks for the report.
Thank you for this collection!
When I ran a playbook using code_egg.openlitespeed_wordpress.php, I saw the following task failure.
Looks like the variable defaults are missing
php_max_execution_time
. I did not think to set it myself, but I think it makes sense for a default to be thereThe text was updated successfully, but these errors were encountered: