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
A New Relic Infrastructure agent installation that ends with an INCOMPLETE status should be marked as a failure in the Ansible task.
Description
A New Relic Infrastructure agent installation that ends with an INCOMPLETE status should be marked as a failure in the Ansible task.
Now I understand that if the installation fails there may be cases where users would want to still continue the execution of other roles in playbook but I think the user should still have the ability to configure the task to fail.
Steps to Reproduce
Difficult to reproduce.
Expected Behavior
The Ansible task should fail.
Relevant Logs / Console output
"msg": {
"node": "REDACTED",
"status": "INCOMPLETE",
"summary": [
"Installation Summary",
"",
" ! Infrastructure Agent (incomplete) ",
"",
"Installation incomplete. Follow the instructions at the URL below to complete the installation process. ",
"",
" ⮕ REDACTED",
"",
" --------------------",
"",
"",
"We encountered an issue during the installation: no recipes were installed.",
"If this problem persists, visit the documentation and support page for additional help here at https://docs.newrelic.com/docs/infrastructure/install-infrastructure-agent/get-started/requirements-infrastructure-agent/"
Your Environment
Amazon Linux 2 and Amazon Linux 2023
The text was updated successfully, but these errors were encountered:
A New Relic Infrastructure agent installation that ends with an INCOMPLETE status should be marked as a failure in the Ansible task.
Description
A New Relic Infrastructure agent installation that ends with an INCOMPLETE status should be marked as a failure in the Ansible task.
Now I understand that if the installation fails there may be cases where users would want to still continue the execution of other roles in playbook but I think the user should still have the ability to configure the task to fail.
Steps to Reproduce
Difficult to reproduce.
Expected Behavior
The Ansible task should fail.
Relevant Logs / Console output
Your Environment
Amazon Linux 2 and Amazon Linux 2023
The text was updated successfully, but these errors were encountered: