# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* ok: [sut] TASK [Print time at the beginning of the test] ********************************* ok: [sut] => { "changed": false, "cmd": [ "date", "+%Y-%m-%d %H:%M:%S" ], "delta": "0:00:00.002921", "end": "2021-11-08 10:26:25.152781", "rc": 0, "start": "2021-11-08 10:26:25.149860" } STDOUT: 2021-11-08 10:26:25 TASK [Register dnf.conf] ******************************************************* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Remove proxy from dnf.conf or yum.conf] ********************************** ok: [sut] => (item=^proxy) => { "ansible_loop_var": "item", "backup": "", "changed": false, "found": 0, "item": "^proxy" } ok: [sut] => (item=^sslverify) => { "ansible_loop_var": "item", "backup": "", "changed": false, "found": 0, "item": "^sslverify" } TASK [Run the role with default parameters] ************************************ TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/" }, "ansible_included_var_files": [ "/WORKDIR/dist-git-mssql-calculate-proxy-time-GjxU8_/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/" }, "ansible_included_var_files": [ "/WORKDIR/dist-git-mssql-calculate-proxy-time-GjxU8_/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/" }, "ansible_included_var_files": [ "/WORKDIR/dist-git-mssql-calculate-proxy-time-GjxU8_/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Link the deprecated accept_microsoft_sql_server_2019_standard_eula fact] *** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** fatal: [sut]: FAILED! => { "assertion": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula | bool", "changed": false, "evaluated_to": false } MSG: [u'You must accept EULA by setting the following variables to true:', u'mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula', u'mssql_accept_microsoft_cli_utilities_for_sql_server_eula', u'mssql_accept_microsoft_sql_server_standard_eula'] TASK [Assert that the role failed with EULA not accepted] ********************** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Print time at the end of the test] *************************************** ok: [sut] => { "changed": false, "cmd": [ "date", "+%Y-%m-%d %H:%M:%S" ], "delta": "0:00:00.002809", "end": "2021-11-08 10:26:27.460772", "rc": 0, "start": "2021-11-08 10:26:27.457963" } STDOUT: 2021-11-08 10:26:27 TASK [Print resulting time] **************************************************** ok: [sut] => {} MSG: The test took 0:00:02 PLAY RECAP ********************************************************************* sut : ok=8 changed=0 unreachable=0 failed=0 skipped=1 rescued=1 ignored=0 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /opt/gluetool/lib/python2.7/site-packages/ansible/parsing/vault/__init__.py:41: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. from cryptography.exceptions import InvalidSignature ---^---^---^---^---^---