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
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
{
"msg": "The conditional check '{{ job_vars['meta']['secondary_deployer']['scm_url'] }} is defined' failed. The error was: error while evaluating conditional ({{ job_vars['meta']['secondary_deployer']['scm_url'] }} is defined): 'dict object' has no attribute 'secondary_deployer'\n\nThe error appears to be in '/var/lib/awx/projects/_6__babylon/roles/create-job-manifest/tasks/main.yml': line 14, 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- when: "{{ job_vars['meta']['secondary_deployer']['scm_url'] }} is defined"\n ^ here\nWe could be wrong, but this one looks like it might be an issue with\nmissing quotes. Always quote template expression brackets when they\nstart a value. For instance:\n\n with_items:\n - {{ foo }}\n\nShould be written as:\n\n with_items:\n - "{{ foo }}"\n",
"_ansible_no_log": false
}
The text was updated successfully, but these errors were encountered:
{
"msg": "The conditional check '{{ job_vars['meta']['secondary_deployer']['scm_url'] }} is defined' failed. The error was: error while evaluating conditional ({{ job_vars['meta']['secondary_deployer']['scm_url'] }} is defined): 'dict object' has no attribute 'secondary_deployer'\n\nThe error appears to be in '/var/lib/awx/projects/_6__babylon/roles/create-job-manifest/tasks/main.yml': line 14, 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- when: "{{ job_vars['meta']['secondary_deployer']['scm_url'] }} is defined"\n ^ here\nWe could be wrong, but this one looks like it might be an issue with\nmissing quotes. Always quote template expression brackets when they\nstart a value. For instance:\n\n with_items:\n - {{ foo }}\n\nShould be written as:\n\n with_items:\n - "{{ foo }}"\n",
"_ansible_no_log": false
}
The text was updated successfully, but these errors were encountered: