# 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.002145", "end": "2021-11-10 09:41:40.222272", "rc": 0, "start": "2021-11-10 09:41:40.220127" } STDOUT: 2021-11-10 09:41:40 TASK [Register dnf.conf] ******************************************************* ok: [sut] => { "changed": false, "stat": { "atime": 1636537251.0169697, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "77108c3dcf967426e185b74121fa07c9ff20a7fc", "ctime": 1636537250.372955, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2721036, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1636537250.3719552, "nlink": 1, "path": "/etc/dnf/dnf.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 160, "uid": 0, "version": "4287971983", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Remove proxy from dnf.conf or yum.conf] ********************************** changed: [sut] => (item=^proxy) => { "ansible_loop_var": "item", "backup": "", "changed": true, "found": 1, "item": "^proxy" } MSG: 1 line(s) removed changed: [sut] => (item=^sslverify) => { "ansible_loop_var": "item", "backup": "", "changed": true, "found": 1, "item": "^sslverify" } MSG: 1 line(s) removed 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-FRCIy7/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-FRCIy7/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=RedHat_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat_8.4.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.4.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.002085", "end": "2021-11-10 09:41:43.357221", "rc": 0, "start": "2021-11-10 09:41:43.355136" } STDOUT: 2021-11-10 09:41:43 TASK [Print resulting time] **************************************************** ok: [sut] => {} MSG: The test took 0:00:03 PLAY RECAP ********************************************************************* sut : ok=8 changed=1 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 ---^---^---^---^---^---