Variable misspell
Summary
There's variable misspell here
It should be line
instead of _line
Steps to reproduce
run auto-updater
Expected behavior
It should work
Actual behavior
updater breaks at creating file
Relevant logs and/or screenshots
< TASK [updater : change the tag of a locally used component] >
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
fatal: [localhost]: FAILED! => {"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: '_line'
is undefined\n\nThe error appears to have been in '/home/pstemplewski/repos/apl/auto-updater/roles/updater/tasks/merge_request/create_change_file.yml': line 2, 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: "change the tag of a locally used component"\n ^ here\n"}
Possible fixes
Rename variable