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
The first task in file phpvirtualbox.yml:3 uses the variable php_version but this variable is never defined anywhere. As a result, it is not replaced in the string.
This doesn't prevent the task from running, but it does mean that the task name is shown literally as Install Apache and PHP{{ php_version }} with necessary extensions without the variable replacement.
The text was updated successfully, but these errors were encountered:
The first task in file phpvirtualbox.yml:3 uses the variable
php_version
but this variable is never defined anywhere. As a result, it is not replaced in the string.This doesn't prevent the task from running, but it does mean that the task name is shown literally as
Install Apache and PHP{{ php_version }} with necessary extensions
without the variable replacement.The text was updated successfully, but these errors were encountered: