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
We are getting an error on a variable when package installs fail.
TASK [package_install_error : indicate terminate system] ************************************************************************************************************************************************************************************************
fatal: [new_hawkeye]: FAILED! => {"msg": "The conditional check 'config_info.error_repo_errors == 1 and rtc_val != "0"' failed. The error was: error while evaluating conditional (config_info.error_repo_errors == 1 and rtc_val != "0"): {{ install_results.rc }}: 'dict object' has no attribute 'rc'. 'dict object' has no attribute 'rc'. {{ install_results.rc }}: 'dict object' has no attribute 'rc'. 'dict object' has no attribute 'rc'\n\nThe error appears to be in '/home/dvalin/quiet_ansible/ansible_roles/roles/package_install_error/tasks/main.yml': line 6, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n block:\n - name: indicate termi
As part of this fix we will move the error termination into package_install_error. Doing so eliminates numerous calls to other ansible roles.
The text was updated successfully, but these errors were encountered:
We are getting an error on a variable when package installs fail.
TASK [package_install_error : indicate terminate system] ************************************************************************************************************************************************************************************************
fatal: [new_hawkeye]: FAILED! => {"msg": "The conditional check 'config_info.error_repo_errors == 1 and rtc_val != "0"' failed. The error was: error while evaluating conditional (config_info.error_repo_errors == 1 and rtc_val != "0"): {{ install_results.rc }}: 'dict object' has no attribute 'rc'. 'dict object' has no attribute 'rc'. {{ install_results.rc }}: 'dict object' has no attribute 'rc'. 'dict object' has no attribute 'rc'\n\nThe error appears to be in '/home/dvalin/quiet_ansible/ansible_roles/roles/package_install_error/tasks/main.yml': line 6, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n block:\n - name: indicate termi
As part of this fix we will move the error termination into package_install_error. Doing so eliminates numerous calls to other ansible roles.
The text was updated successfully, but these errors were encountered: