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
In the task "Ensure skeleton log paths", two vars are used for : app_log_path and app_log_file. Only app_log_file is defined in the defaults, and it seems these two vars are in fact the same.
Steps to Reproduce
Run cookiecutter. Remove comments of app_log_file var and converge.
Expected behavior:
Clean converge.
Actual behavior:
TASK [app_role : APP | Ensure skeleton log paths] ******************************
fatal: [app]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'app_log_path' is undefined\n\nThe error appears to be in '/home/ablopez/Dev/cookiecutter-ansible-role/app_role/tasks/install.yml': line 34, 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: APP | Ensure skeleton log paths\n ^ here\n"}
Reproduces how often:
100%.
Environment
N/A
Additional Information
N/A
The text was updated successfully, but these errors were encountered:
Description
In the task "Ensure skeleton log paths", two vars are used for : app_log_path and app_log_file. Only app_log_file is defined in the defaults, and it seems these two vars are in fact the same.
Steps to Reproduce
Run cookiecutter. Remove comments of app_log_file var and converge.
Expected behavior:
Clean converge.
Actual behavior:
TASK [app_role : APP | Ensure skeleton log paths] ******************************
fatal: [app]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'app_log_path' is undefined\n\nThe error appears to be in '/home/ablopez/Dev/cookiecutter-ansible-role/app_role/tasks/install.yml': line 34, 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: APP | Ensure skeleton log paths\n ^ here\n"}
Reproduces how often:
100%.
Environment
N/A
Additional Information
N/A
The text was updated successfully, but these errors were encountered: