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
is not linked to a block and thus fails with the error:
{
"reason": "no module/action detected in task.\n\nThe error appears to be in '/tmp/awx_651067_5kw23v5i/project/ansible/lifecycle_osp.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- environment:\n ^ here\n"
}
Expected behavior
Actions that utilize the environment to use it for the file, instead of it being listed as a bare, module-less entry.
Screenshots / logs
{
"reason": "no module/action detected in task.\n\nThe error appears to be in '/tmp/awx_651067_5kw23v5i/project/ansible/lifecycle_osp.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- environment:\n ^ here\n"
}
Verions (please complete the following information):
Current development branch.
The text was updated successfully, but these errors were encountered:
Describe the bug
agnosticd/ansible/lifecycle_osp.yml has a lifecycle_osp.yaml "- environment:" block that has no module or action.
To Reproduce
Steps to reproduce the behavior, ex:
Run anything that calls the file as written as of this bug report:
The entry with
is not linked to a block and thus fails with the error:
{
"reason": "no module/action detected in task.\n\nThe error appears to be in '/tmp/awx_651067_5kw23v5i/project/ansible/lifecycle_osp.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- environment:\n ^ here\n"
}
Expected behavior
Actions that utilize the environment to use it for the file, instead of it being listed as a bare, module-less entry.
Screenshots / logs
{
"reason": "no module/action detected in task.\n\nThe error appears to be in '/tmp/awx_651067_5kw23v5i/project/ansible/lifecycle_osp.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- environment:\n ^ here\n"
}
Verions (please complete the following information):
Current development branch.
The text was updated successfully, but these errors were encountered: