-
Notifications
You must be signed in to change notification settings - Fork 967
Description
[ERROR]: Task failed: Module failed: non-zero return code
Origin: /home/test/GOAD/ansible/roles/mssql/tasks/main.yml:89:3
87
88 # Install the database with a domain admin user
89 - name: Install the database
^ column 3
fatal: [srv02]: FAILED! => {"attempts": 3, "changed": true, "cmd": "c:\setup\mssql\sql_installer.exe /configurationfile=c:\setup\mssql\sql_conf.ini /IACCEPTSQLSERVERLICENSETERMS /MEDIAPATH=c:\setup\mssql\media /QUIET /HIDEPROGRESSBAR", "delta": "0:00:02.937587", "end": "2025-08-19 02:07:52.045773", "msg": "non-zero return code", "rc": 4294967295, "start": "2025-08-19 02:07:49.108186", "stderr": "", "stderr_lines": [], "stdout": "Microsoft (R) SQL Server Installer\r\nCopyright (c) 2019 Microsoft. All rights reserved.\r\n\r\n\r\nInvalid value 'c:\setup\mssql\sql_conf.ini' for setting 'ConfigurationFile': Index was outside the bounds of the array.\r\n\r\nFor more information use /? or /Help.\r\n", "stdout_lines": ["Microsoft (R) SQL Server Installer", "Copyright (c) 2019 Microsoft. All rights reserved.", "", "", "Invalid value 'c:\setup\mssql\sql_conf.ini' for setting 'ConfigurationFile': Index was outside the bounds of the array.", "", "For more information use /? or /Help."]}