ansible-playbook [core 2.12.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /tmp/tmpc9shnupj
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
  jinja version = 2.11.3
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: rhel-7_setup.yml *****************************************************
1 plays in /cache/rhel-7_setup.yml

PLAY [Setup repos] *************************************************************
META: ran handlers

TASK [set up internal repositories] ********************************************
task path: /cache/rhel-7_setup.yml:5
Wednesday 03 August 2022  16:45:02 +0000 (0:00:00.017)       0:00:00.017 ****** 
changed: [/cache/rhel-7.qcow2] => (item=None) => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}
changed: [/cache/rhel-7.qcow2] => (item=None) => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}
changed: [/cache/rhel-7.qcow2] => (item=None) => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}
changed: [/cache/rhel-7.qcow2] => (item=None) => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}
changed: [/cache/rhel-7.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/rhel-7.qcow2        : ok=1    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   

Wednesday 03 August 2022  16:45:03 +0000 (0:00:01.331)       0:00:01.349 ****** 
=============================================================================== 
set up internal repositories -------------------------------------------- 1.33s
/cache/rhel-7_setup.yml:5 -----------------------------------------------------

PLAYBOOK: tests_tcp_firewall.yml ***********************************************
1 plays in /tmp/tmpg0n6vuiy/tests/tests_tcp_firewall.yml

PLAY [Verify the use of the firewall role to configure SQL Server TCP ports] ***

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpg0n6vuiy/tests/tests_tcp_firewall.yml:3
Wednesday 03 August 2022  16:45:03 +0000 (0:00:00.033)       0:00:01.383 ****** 
ok: [/cache/rhel-7.qcow2]
META: ran handlers

TASK [Set up SQL Server] *******************************************************
task path: /tmp/tmpg0n6vuiy/tests/tests_tcp_firewall.yml:15
Wednesday 03 August 2022  16:45:04 +0000 (0:00:00.950)       0:00:02.333 ****** 

TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:3
Wednesday 03 August 2022  16:45:04 +0000 (0:00:00.089)       0:00:02.423 ****** 
included: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for /cache/rhel-7.qcow2

TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3
Wednesday 03 August 2022  16:45:04 +0000 (0:00:00.031)       0:00:02.454 ****** 
ok: [/cache/rhel-7.qcow2]

TASK [linux-system-roles.mssql : Set platform/version specific variables] ******
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:11
Wednesday 03 August 2022  16:45:05 +0000 (0:00:00.394)       0:00:02.849 ****** 
ok: [/cache/rhel-7.qcow2] => (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": [
        "/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [/cache/rhel-7.qcow2] => (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": [
        "/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [/cache/rhel-7.qcow2] => (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": [
        "/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/vars/RedHat_7.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_7.yml"
}
skipping: [/cache/rhel-7.qcow2] => (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 : Unset the __mssql_sqlcmd_login_cmd fact] ******
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:8
Wednesday 03 August 2022  16:45:05 +0000 (0:00:00.067)       0:00:02.916 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": null
    },
    "changed": false
}

TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ******
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:12
Wednesday 03 August 2022  16:45:05 +0000 (0:00:00.028)       0:00:02.945 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": null
    },
    "changed": false
}

TASK [linux-system-roles.mssql : Link the deprecated accept_microsoft_sql_server_2019_standard_eula fact] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:16
Wednesday 03 August 2022  16:45:05 +0000 (0:00:00.027)       0:00:02.973 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:22
Wednesday 03 August 2022  16:45:05 +0000 (0:00:00.023)       0:00:02.997 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:27
Wednesday 03 August 2022  16:45:05 +0000 (0:00:00.023)       0:00:03.020 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:39
Wednesday 03 August 2022  16:45:05 +0000 (0:00:00.043)       0:00:03.064 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [linux-system-roles.mssql : Verify if the mssql_upgrade variable is provided correctly] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:44
Wednesday 03 August 2022  16:45:05 +0000 (0:00:00.043)       0:00:03.108 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:55
Wednesday 03 August 2022  16:45:05 +0000 (0:00:00.033)       0:00:03.141 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:63
Wednesday 03 August 2022  16:45:05 +0000 (0:00:00.032)       0:00:03.173 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:72
Wednesday 03 August 2022  16:45:05 +0000 (0:00:00.036)       0:00:03.209 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Gather package facts] *************************
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:85
Wednesday 03 August 2022  16:45:05 +0000 (0:00:00.033)       0:00:03.242 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:90
Wednesday 03 August 2022  16:45:06 +0000 (0:00:01.138)       0:00:04.381 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:101
Wednesday 03 August 2022  16:45:06 +0000 (0:00:00.054)       0:00:04.435 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true
}

TASK [linux-system-roles.mssql : Update all packages from SQL Server 2017 repo] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:107
Wednesday 03 August 2022  16:45:07 +0000 (0:00:00.728)       0:00:05.164 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove the Microsoft SQL Server 2017 repository to upgrade to 2019] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:118
Wednesday 03 August 2022  16:45:07 +0000 (0:00:00.041)       0:00:05.205 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server 2019 repository] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:124
Wednesday 03 August 2022  16:45:07 +0000 (0:00:00.043)       0:00:05.248 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "repo": "packages-microsoft-com-mssql-server-2019",
    "state": "present"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server package] **************
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:134
Wednesday 03 August 2022  16:45:08 +0000 (0:00:00.340)       0:00:05.588 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "changes": {
        "installed": [
            "mssql-server"
        ]
    },
    "rc": 0,
    "results": [
        "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:15.0.4236.7-1 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-15.0.4236.7-1.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-15.0.4236.7-1.x86_64\n--> Processing Dependency: gdb for package: mssql-server-15.0.4236.7-1.x86_64\n--> Processing Dependency: python3 for package: mssql-server-15.0.4236.7-1.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-15.0.4236.7-1.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-15.0.4236.7-1.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-15.0.4236.7-1.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.13 will be installed\n---> Package python3.x86_64 0:3.6.8-18.el7 will be installed\n--> Processing Dependency: python3-libs(x86-64) = 3.6.8-18.el7 for package: python3-3.6.8-18.el7.x86_64\n--> Processing Dependency: python3-setuptools for package: python3-3.6.8-18.el7.x86_64\n--> Processing Dependency: python3-pip for package: python3-3.6.8-18.el7.x86_64\n--> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-18.el7.x86_64\n--> Running transaction check\n---> Package python3-libs.x86_64 0:3.6.8-18.el7 will be installed\n---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed\n---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package            Arch   Version            Repository                   Size\n================================================================================\nInstalling:\n mssql-server       x86_64 15.0.4236.7-1      packages-microsoft-com-mssql-server-2019\n                                                                          254 M\nInstalling for dependencies:\n bzip2              x86_64 1.0.6-13.el7       rhel                         52 k\n cyrus-sasl         x86_64 2.1.26-24.el7_9    rhel                         88 k\n cyrus-sasl-gssapi  x86_64 2.1.26-24.el7_9    rhel                         41 k\n gdb                x86_64 7.6.1-120.el7      rhel                        2.4 M\n libatomic          x86_64 4.8.5-44.el7       rhel                         51 k\n libsss_nss_idmap   x86_64 1.16.5-10.el7_9.13 rhel                        169 k\n python3            x86_64 3.6.8-18.el7       rhel                         70 k\n python3-libs       x86_64 3.6.8-18.el7       rhel                        6.9 M\n python3-pip        noarch 9.0.3-8.el7        rhel                        1.6 M\n python3-setuptools noarch 39.2.0-10.el7      rhel                        629 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package (+10 Dependent packages)\n\nTotal download size: 266 M\nInstalled size: 1.3 G\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                               62 MB/s | 266 MB  00:04     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : python3-libs-3.6.8-18.el7.x86_64                            1/11 \n  Installing : python3-3.6.8-18.el7.x86_64                                 2/11 \n  Installing : python3-setuptools-39.2.0-10.el7.noarch                     3/11 \n  Installing : python3-pip-9.0.3-8.el7.noarch                              4/11 \n  Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64                    5/11 \n  Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64                           6/11 \n  Installing : gdb-7.6.1-120.el7.x86_64                                    7/11 \n  Installing : libsss_nss_idmap-1.16.5-10.el7_9.13.x86_64                  8/11 \n  Installing : bzip2-1.0.6-13.el7.x86_64                                   9/11 \n  Installing : libatomic-4.8.5-44.el7.x86_64                              10/11 \n  Installing : mssql-server-15.0.4236.7-1.x86_64                          11/11 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\n  Verifying  : libatomic-4.8.5-44.el7.x86_64                               1/11 \n  Verifying  : python3-setuptools-39.2.0-10.el7.noarch                     2/11 \n  Verifying  : python3-libs-3.6.8-18.el7.x86_64                            3/11 \n  Verifying  : bzip2-1.0.6-13.el7.x86_64                                   4/11 \n  Verifying  : libsss_nss_idmap-1.16.5-10.el7_9.13.x86_64                  5/11 \n  Verifying  : gdb-7.6.1-120.el7.x86_64                                    6/11 \n  Verifying  : mssql-server-15.0.4236.7-1.x86_64                           7/11 \n  Verifying  : python3-3.6.8-18.el7.x86_64                                 8/11 \n  Verifying  : python3-pip-9.0.3-8.el7.noarch                              9/11 \n  Verifying  : cyrus-sasl-2.1.26-24.el7_9.x86_64                          10/11 \n  Verifying  : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64                   11/11 \n\nInstalled:\n  mssql-server.x86_64 0:15.0.4236.7-1                                           \n\nDependency Installed:\n  bzip2.x86_64 0:1.0.6-13.el7                                                   \n  cyrus-sasl.x86_64 0:2.1.26-24.el7_9                                           \n  cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9                                    \n  gdb.x86_64 0:7.6.1-120.el7                                                    \n  libatomic.x86_64 0:4.8.5-44.el7                                               \n  libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.13                                  \n  python3.x86_64 0:3.6.8-18.el7                                                 \n  python3-libs.x86_64 0:3.6.8-18.el7                                            \n  python3-pip.noarch 0:9.0.3-8.el7                                              \n  python3-setuptools.noarch 0:39.2.0-10.el7                                     \n\nComplete!\n"
    ]
}

TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:142
Wednesday 03 August 2022  16:45:52 +0000 (0:00:44.518)       0:00:50.106 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:150
Wednesday 03 August 2022  16:45:52 +0000 (0:00:00.032)       0:00:50.139 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n  echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n  echo /var/opt/mssql/log/errorlog\nelse\n  echo \"\"\nfi\n",
    "delta": "0:00:00.006040",
    "end": "2022-08-03 12:45:53.452230",
    "rc": 0,
    "start": "2022-08-03 12:45:53.446190"
}

TASK [linux-system-roles.mssql : Gather system services facts] *****************
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:165
Wednesday 03 August 2022  16:45:53 +0000 (0:00:00.497)       0:00:50.636 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:179
Wednesday 03 August 2022  16:45:54 +0000 (0:00:01.109)       0:00:51.746 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [linux-system-roles.mssql : Set up MSSQL] *********************************
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:189
Wednesday 03 August 2022  16:45:54 +0000 (0:00:00.097)       0:00:51.843 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "-n",
        "setup"
    ],
    "delta": "0:00:04.429036",
    "end": "2022-08-03 12:45:59.437974",
    "rc": 0,
    "start": "2022-08-03 12:45:55.008938"
}

STDOUT:


The licensing PID was successfully processed. The new edition is [Enterprise Evaluation Edition].

ForceFlush is enabled for this instance. 

ForceFlush feature is enabled for log durability.

The license terms for this product can be found in
/usr/share/doc/mssql-server or downloaded from:
https://go.microsoft.com/fwlink/?LinkId=2104294&clcid=0x409

The privacy statement can be viewed at:
https://go.microsoft.com/fwlink/?LinkId=853010&clcid=0x409

Configuring SQL Server...
Setup has completed successfully. SQL Server is now starting.


STDERR:

Created symlink from /etc/systemd/system/multi-user.target.wants/mssql-server.service to /usr/lib/systemd/system/mssql-server.service.

TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:198
Wednesday 03 August 2022  16:45:59 +0000 (0:00:04.784)       0:00:56.627 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "changes": {
        "installed": [
            "tuned-profiles-mssql"
        ]
    },
    "rc": 0,
    "results": [
        "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package tuned-profiles-mssql.noarch 0:2.11.0-12.el7_9 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package                 Arch      Version               Repository        Size\n================================================================================\nInstalling:\n tuned-profiles-mssql    noarch    2.11.0-12.el7_9       rhel-optional     30 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package\n\nTotal download size: 30 k\nInstalled size: 1.1 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : tuned-profiles-mssql-2.11.0-12.el7_9.noarch                  1/1 \n  Verifying  : tuned-profiles-mssql-2.11.0-12.el7_9.noarch                  1/1 \n\nInstalled:\n  tuned-profiles-mssql.noarch 0:2.11.0-12.el7_9                                 \n\nComplete!\n"
    ]
}

TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:203
Wednesday 03 August 2022  16:46:00 +0000 (0:00:01.488)       0:00:58.116 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "tuned",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 12:44:58 EDT",
        "ActiveEnterTimestampMonotonic": "4692164",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "network.target system.slice systemd-sysctl.service dbus.service systemd-journald.socket basic.target",
        "AllowIsolate": "no",
        "AmbientCapabilities": "0",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 12:44:58 EDT",
        "AssertTimestampMonotonic": "4470957",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "18446744073709551615",
        "BusName": "com.redhat.tuned",
        "CPUAccounting": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "18446744073709551615",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "18446744073709551615",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 12:44:58 EDT",
        "ConditionTimestampMonotonic": "4470957",
        "Conflicts": "cpupower.service shutdown.target",
        "ControlGroup": "/system.slice/tuned.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "Delegate": "no",
        "Description": "Dynamic System Tuning Daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "953",
        "ExecMainStartTimestamp": "Wed 2022-08-03 12:44:58 EDT",
        "ExecMainStartTimestampMonotonic": "4471662",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/tuned.service",
        "GuessMainPID": "yes",
        "IOScheduling": "0",
        "Id": "tuned.service",
        "IgnoreOnIsolate": "no",
        "IgnoreOnSnapshot": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2022-08-03 12:44:58 EDT",
        "InactiveExitTimestampMonotonic": "4471720",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "0",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "18446744073709551615",
        "LimitCORE": "18446744073709551615",
        "LimitCPU": "18446744073709551615",
        "LimitDATA": "18446744073709551615",
        "LimitFSIZE": "18446744073709551615",
        "LimitLOCKS": "18446744073709551615",
        "LimitMEMLOCK": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitNICE": "0",
        "LimitNOFILE": "4096",
        "LimitNPROC": "14956",
        "LimitRSS": "18446744073709551615",
        "LimitRTPRIO": "0",
        "LimitRTTIME": "18446744073709551615",
        "LimitSIGPENDING": "14956",
        "LimitSTACK": "18446744073709551615",
        "LoadState": "loaded",
        "MainPID": "953",
        "MemoryAccounting": "no",
        "MemoryCurrent": "18446744073709551615",
        "MemoryLimit": "18446744073709551615",
        "MountFlags": "0",
        "Names": "tuned.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/tuned/tuned.pid",
        "PermissionsStartOnly": "no",
        "PrivateDevices": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "ProtectHome": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "Requires": "basic.target system.slice polkit.service dbus.service",
        "Restart": "no",
        "RestartUSec": "100ms",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitInterval": "10000000",
        "StartupBlockIOWeight": "18446744073709551615",
        "StartupCPUShares": "18446744073709551615",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "no",
        "TasksCurrent": "18446744073709551615",
        "TasksMax": "18446744073709551615",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 12:44:58 EDT",
        "WatchdogTimestampMonotonic": "4692113",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.mssql : Get the active Tuned profiles] ****************
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:209
Wednesday 03 August 2022  16:46:01 +0000 (0:00:00.661)       0:00:58.777 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "tuned-adm",
        "active"
    ],
    "delta": "0:00:00.128655",
    "end": "2022-08-03 12:46:02.034707",
    "rc": 0,
    "start": "2022-08-03 12:46:01.906052"
}

STDOUT:

Current active profile: virtual-guest

TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:219
Wednesday 03 August 2022  16:46:01 +0000 (0:00:00.448)       0:00:59.226 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "tuned-adm",
        "profile",
        "virtual-guest",
        "mssql"
    ],
    "delta": "0:00:01.035159",
    "end": "2022-08-03 12:46:03.389806",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 12:46:02.354647"
}

STDERR:

Cannot load profile(s) 'virtual-guest mssql': Cannot find profile 'throughput-performance' in '['/etc/tuned', '/usr/lib/tuned']'.


MSG:

non-zero return code

TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:232
Wednesday 03 August 2022  16:46:03 +0000 (0:00:01.365)       0:01:00.592 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "backup": "",
    "changed": true,
    "found": 1
}

MSG:

1 line(s) removed

TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:241
Wednesday 03 August 2022  16:46:03 +0000 (0:00:00.433)       0:01:01.026 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "cmd": [
        "tuned-adm",
        "profile",
        "virtual-guest",
        "mssql"
    ],
    "delta": "0:00:01.267919",
    "end": "2022-08-03 12:46:05.410158",
    "rc": 0,
    "start": "2022-08-03 12:46:04.142239"
}

TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:251
Wednesday 03 August 2022  16:46:05 +0000 (0:00:01.575)       0:01:02.601 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "repo": "packages-microsoft-com-prod",
    "state": "present"
}

TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:258
Wednesday 03 August 2022  16:46:05 +0000 (0:00:00.335)       0:01:02.937 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "changes": {
        "installed": [
            "mssql-tools",
            "unixODBC-devel"
        ]
    },
    "rc": 0,
    "results": [
        "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be installed\n--> Processing Dependency: msodbcsql17 >= 17.3.0.0 for package: mssql-tools-17.10.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.7-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.7 for package: unixODBC-devel-2.3.7-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql17.x86_64 0:17.10.1.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.7-1.rh will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package          Arch     Version          Repository                     Size\n================================================================================\nInstalling:\n mssql-tools      x86_64   17.10.1.1-1      packages-microsoft-com-prod   291 k\n unixODBC-devel   x86_64   2.3.7-1.rh       packages-microsoft-com-prod    42 k\nInstalling for dependencies:\n msodbcsql17      x86_64   17.10.1.1-1      packages-microsoft-com-prod   907 k\n unixODBC         x86_64   2.3.7-1.rh       packages-microsoft-com-prod   213 k\n\nTransaction Summary\n================================================================================\nInstall  2 Packages (+2 Dependent packages)\n\nTotal download size: 1.4 M\nInstalled size: 3.8 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                              3.9 MB/s | 1.4 MB  00:00     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : unixODBC-2.3.7-1.rh.x86_64                                   1/4 \n  Installing : msodbcsql17-17.10.1.1-1.x86_64                               2/4 \nodbcinst: Driver installed. Usage count increased to 1. \n    Target directory is /etc\n  Installing : mssql-tools-17.10.1.1-1.x86_64                               3/4 \n  Installing : unixODBC-devel-2.3.7-1.rh.x86_64                             4/4 \n  Verifying  : mssql-tools-17.10.1.1-1.x86_64                               1/4 \n  Verifying  : msodbcsql17-17.10.1.1-1.x86_64                               2/4 \n  Verifying  : unixODBC-devel-2.3.7-1.rh.x86_64                             3/4 \n  Verifying  : unixODBC-2.3.7-1.rh.x86_64                                   4/4 \n\nInstalled:\n  mssql-tools.x86_64 0:17.10.1.1-1      unixODBC-devel.x86_64 0:2.3.7-1.rh     \n\nDependency Installed:\n  msodbcsql17.x86_64 0:17.10.1.1-1         unixODBC.x86_64 0:2.3.7-1.rh        \n\nComplete!\n"
    ]
}

TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] *******
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:270
Wednesday 03 August 2022  16:46:09 +0000 (0:00:04.116)       0:01:07.053 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Check if the set password matches the existing password] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:275
Wednesday 03 August 2022  16:46:09 +0000 (0:00:00.034)       0:01:07.088 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:281
Wednesday 03 August 2022  16:46:09 +0000 (0:00:00.035)       0:01:07.123 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Change the password of the sa user] ***********
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:288
Wednesday 03 August 2022  16:46:09 +0000 (0:00:00.032)       0:01:07.156 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Input the  sql file to SQL Server] ************
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:296
Wednesday 03 August 2022  16:46:09 +0000 (0:00:00.034)       0:01:07.190 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the mssql_pre_input_sql_file fact] ******
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:302
Wednesday 03 August 2022  16:46:09 +0000 (0:00:00.033)       0:01:07.224 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "mssql_pre_input_sql_file": null
    },
    "changed": false
}

TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:311
Wednesday 03 August 2022  16:46:09 +0000 (0:00:00.039)       0:01:07.264 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:324
Wednesday 03 August 2022  16:46:09 +0000 (0:00:00.032)       0:01:07.297 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Change the edition of MSSQL] ******************
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:331
Wednesday 03 August 2022  16:46:09 +0000 (0:00:00.033)       0:01:07.330 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the IP address setting] *************
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:340
Wednesday 03 August 2022  16:46:09 +0000 (0:00:00.032)       0:01:07.362 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Register the previous tcpport setting] ********
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:347
Wednesday 03 August 2022  16:46:09 +0000 (0:00:00.033)       0:01:07.396 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003510",
    "end": "2022-08-03 12:46:10.562088",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 12:46:10.558578"
}

MSG:

non-zero return code

TASK [Open the 1433 TCP port] **************************************************
task path: /tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:354
Wednesday 03 August 2022  16:46:10 +0000 (0:00:00.351)       0:01:07.747 ****** 
ERROR! the role 'fedora.linux_system_roles.firewall' was not found in /tmp/tmpg0n6vuiy/tests/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/tmp/tmpg0n6vuiy/tests

The error appears to be in '/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml': line 357, column 11, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  include_role:
    name: fedora.linux_system_roles.firewall
          ^ here

PLAY RECAP *********************************************************************
/cache/rhel-7.qcow2        : ok=27   changed=10   unreachable=0    failed=0    skipped=19   rescued=0    ignored=0   

Wednesday 03 August 2022  16:46:10 +0000 (0:00:00.049)       0:01:07.797 ****** 
=============================================================================== 
linux-system-roles.mssql : Ensure the mssql-server package ------------- 44.52s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:134 ------
linux-system-roles.mssql : Set up MSSQL --------------------------------- 4.78s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:189 ------
linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 4.12s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:258 ------
linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles --- 1.58s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 ------
linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 1.49s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:198 ------
linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles --- 1.37s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:219 ------
set up internal repositories -------------------------------------------- 1.33s
/cache/rhel-7_setup.yml:5 -----------------------------------------------------
linux-system-roles.mssql : Gather package facts ------------------------- 1.14s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:85 -------
linux-system-roles.mssql : Gather system services facts ----------------- 1.11s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:165 ------
Gathering Facts --------------------------------------------------------- 0.95s
/tmp/tmpg0n6vuiy/tests/tests_tcp_firewall.yml:3 -------------------------------
linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories --- 0.73s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:101 ------
linux-system-roles.mssql : Ensure that the tuned service is started and enabled --- 0.66s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:203 ------
linux-system-roles.mssql : Check if the errorlog file exists and its location --- 0.50s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:150 ------
linux-system-roles.mssql : Get the active Tuned profiles ---------------- 0.45s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:209 ------
linux-system-roles.mssql : Remove troublemaking include from the mssql profile --- 0.43s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:232 ------
linux-system-roles.mssql : Ensure ansible_facts used by role ------------ 0.39s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 ----
linux-system-roles.mssql : Register the previous tcpport setting -------- 0.35s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:347 ------
linux-system-roles.mssql : Configure the Microsoft SQL Server 2019 repository --- 0.34s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:124 ------
linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository --- 0.34s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:251 ------
linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined --- 0.10s
/tmp/tmpg0n6vuiy/tests/roles/linux-system-roles.mssql/tasks/main.yml:179 ------
ansible-playbook [core 2.12.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /tmp/tmpc9shnupj
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
  jinja version = 2.11.3
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: rhel-7_setup.yml *****************************************************
1 plays in /cache/rhel-7_setup.yml

PLAY [Setup repos] *************************************************************
META: ran handlers

TASK [set up internal repositories] ********************************************
task path: /cache/rhel-7_setup.yml:5
Wednesday 03 August 2022  17:14:02 +0000 (0:00:00.018)       0:00:00.018 ****** 
changed: [/cache/rhel-7.qcow2] => (item=None) => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}
changed: [/cache/rhel-7.qcow2] => (item=None) => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}
changed: [/cache/rhel-7.qcow2] => (item=None) => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}
changed: [/cache/rhel-7.qcow2] => (item=None) => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}
changed: [/cache/rhel-7.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/rhel-7.qcow2        : ok=1    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   

Wednesday 03 August 2022  17:14:04 +0000 (0:00:01.425)       0:00:01.444 ****** 
=============================================================================== 
set up internal repositories -------------------------------------------- 1.43s
/cache/rhel-7_setup.yml:5 -----------------------------------------------------

PLAYBOOK: tests_tcp_firewall.yml ***********************************************
1 plays in /tmp/tmpjm0ncwf7/tests/mssql/tests_tcp_firewall.yml

PLAY [Verify the use of the firewall role to configure SQL Server TCP ports] ***

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tests_tcp_firewall.yml:3
Wednesday 03 August 2022  17:14:04 +0000 (0:00:00.012)       0:00:01.456 ****** 
ok: [/cache/rhel-7.qcow2]
META: ran handlers

TASK [Set up SQL Server] *******************************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tests_tcp_firewall.yml:15
Wednesday 03 August 2022  17:14:05 +0000 (0:00:00.982)       0:00:02.438 ****** 

TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3
Wednesday 03 August 2022  17:14:05 +0000 (0:00:00.114)       0:00:02.553 ****** 
included: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] *****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3
Wednesday 03 August 2022  17:14:05 +0000 (0:00:00.031)       0:00:02.585 ****** 
ok: [/cache/rhel-7.qcow2]

TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:10
Wednesday 03 August 2022  17:14:05 +0000 (0:00:00.400)       0:00:02.985 ****** 
ok: [/cache/rhel-7.qcow2] => (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": [
        "/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [/cache/rhel-7.qcow2] => (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": [
        "/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [/cache/rhel-7.qcow2] => (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": [
        "/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat_7.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_7.yml"
}
skipping: [/cache/rhel-7.qcow2] => (item=RedHat_7.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_7.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8
Wednesday 03 August 2022  17:14:05 +0000 (0:00:00.066)       0:00:03.052 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": null
    },
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:12
Wednesday 03 August 2022  17:14:05 +0000 (0:00:00.027)       0:00:03.080 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": null
    },
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Link the deprecated accept_microsoft_sql_server_2019_standard_eula fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16
Wednesday 03 August 2022  17:14:05 +0000 (0:00:00.027)       0:00:03.107 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:22
Wednesday 03 August 2022  17:14:05 +0000 (0:00:00.022)       0:00:03.130 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:27
Wednesday 03 August 2022  17:14:05 +0000 (0:00:00.022)       0:00:03.153 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:39
Wednesday 03 August 2022  17:14:05 +0000 (0:00:00.044)       0:00:03.197 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [fedora.linux_system_roles.mssql : Verify if the mssql_upgrade variable is provided correctly] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44
Wednesday 03 August 2022  17:14:05 +0000 (0:00:00.043)       0:00:03.240 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55
Wednesday 03 August 2022  17:14:06 +0000 (0:00:00.030)       0:00:03.271 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:63
Wednesday 03 August 2022  17:14:06 +0000 (0:00:00.030)       0:00:03.301 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:71
Wednesday 03 August 2022  17:14:06 +0000 (0:00:00.029)       0:00:03.331 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Gather package facts] ******************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:80
Wednesday 03 August 2022  17:14:06 +0000 (0:00:00.044)       0:00:03.375 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:85
Wednesday 03 August 2022  17:14:07 +0000 (0:00:01.178)       0:00:04.553 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:96
Wednesday 03 August 2022  17:14:07 +0000 (0:00:00.041)       0:00:04.595 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true
}

TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server 2017 repo] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:102
Wednesday 03 August 2022  17:14:08 +0000 (0:00:00.746)       0:00:05.342 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove the Microsoft SQL Server 2017 repository to upgrade to 2019] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:113
Wednesday 03 August 2022  17:14:08 +0000 (0:00:00.040)       0:00:05.382 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server 2019 repository] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:119
Wednesday 03 August 2022  17:14:08 +0000 (0:00:00.040)       0:00:05.423 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "repo": "packages-microsoft-com-mssql-server-2019",
    "state": "present"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server package] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:129
Wednesday 03 August 2022  17:14:08 +0000 (0:00:00.331)       0:00:05.754 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "changes": {
        "installed": [
            "mssql-server"
        ]
    },
    "rc": 0,
    "results": [
        "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:15.0.4236.7-1 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-15.0.4236.7-1.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-15.0.4236.7-1.x86_64\n--> Processing Dependency: gdb for package: mssql-server-15.0.4236.7-1.x86_64\n--> Processing Dependency: python3 for package: mssql-server-15.0.4236.7-1.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-15.0.4236.7-1.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-15.0.4236.7-1.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-15.0.4236.7-1.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.13 will be installed\n---> Package python3.x86_64 0:3.6.8-18.el7 will be installed\n--> Processing Dependency: python3-libs(x86-64) = 3.6.8-18.el7 for package: python3-3.6.8-18.el7.x86_64\n--> Processing Dependency: python3-setuptools for package: python3-3.6.8-18.el7.x86_64\n--> Processing Dependency: python3-pip for package: python3-3.6.8-18.el7.x86_64\n--> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-18.el7.x86_64\n--> Running transaction check\n---> Package python3-libs.x86_64 0:3.6.8-18.el7 will be installed\n---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed\n---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package            Arch   Version            Repository                   Size\n================================================================================\nInstalling:\n mssql-server       x86_64 15.0.4236.7-1      packages-microsoft-com-mssql-server-2019\n                                                                          254 M\nInstalling for dependencies:\n bzip2              x86_64 1.0.6-13.el7       rhel                         52 k\n cyrus-sasl         x86_64 2.1.26-24.el7_9    rhel                         88 k\n cyrus-sasl-gssapi  x86_64 2.1.26-24.el7_9    rhel                         41 k\n gdb                x86_64 7.6.1-120.el7      rhel                        2.4 M\n libatomic          x86_64 4.8.5-44.el7       rhel                         51 k\n libsss_nss_idmap   x86_64 1.16.5-10.el7_9.13 rhel                        169 k\n python3            x86_64 3.6.8-18.el7       rhel                         70 k\n python3-libs       x86_64 3.6.8-18.el7       rhel                        6.9 M\n python3-pip        noarch 9.0.3-8.el7        rhel                        1.6 M\n python3-setuptools noarch 39.2.0-10.el7      rhel                        629 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package (+10 Dependent packages)\n\nTotal download size: 266 M\nInstalled size: 1.3 G\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                               46 MB/s | 266 MB  00:05     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : python3-libs-3.6.8-18.el7.x86_64                            1/11 \n  Installing : python3-3.6.8-18.el7.x86_64                                 2/11 \n  Installing : python3-setuptools-39.2.0-10.el7.noarch                     3/11 \n  Installing : python3-pip-9.0.3-8.el7.noarch                              4/11 \n  Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64                    5/11 \n  Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64                           6/11 \n  Installing : gdb-7.6.1-120.el7.x86_64                                    7/11 \n  Installing : libsss_nss_idmap-1.16.5-10.el7_9.13.x86_64                  8/11 \n  Installing : bzip2-1.0.6-13.el7.x86_64                                   9/11 \n  Installing : libatomic-4.8.5-44.el7.x86_64                              10/11 \n  Installing : mssql-server-15.0.4236.7-1.x86_64                          11/11 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\n  Verifying  : libatomic-4.8.5-44.el7.x86_64                               1/11 \n  Verifying  : python3-setuptools-39.2.0-10.el7.noarch                     2/11 \n  Verifying  : python3-libs-3.6.8-18.el7.x86_64                            3/11 \n  Verifying  : bzip2-1.0.6-13.el7.x86_64                                   4/11 \n  Verifying  : libsss_nss_idmap-1.16.5-10.el7_9.13.x86_64                  5/11 \n  Verifying  : gdb-7.6.1-120.el7.x86_64                                    6/11 \n  Verifying  : mssql-server-15.0.4236.7-1.x86_64                           7/11 \n  Verifying  : python3-3.6.8-18.el7.x86_64                                 8/11 \n  Verifying  : python3-pip-9.0.3-8.el7.noarch                              9/11 \n  Verifying  : cyrus-sasl-2.1.26-24.el7_9.x86_64                          10/11 \n  Verifying  : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64                   11/11 \n\nInstalled:\n  mssql-server.x86_64 0:15.0.4236.7-1                                           \n\nDependency Installed:\n  bzip2.x86_64 0:1.0.6-13.el7                                                   \n  cyrus-sasl.x86_64 0:2.1.26-24.el7_9                                           \n  cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9                                    \n  gdb.x86_64 0:7.6.1-120.el7                                                    \n  libatomic.x86_64 0:4.8.5-44.el7                                               \n  libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.13                                  \n  python3.x86_64 0:3.6.8-18.el7                                                 \n  python3-libs.x86_64 0:3.6.8-18.el7                                            \n  python3-pip.noarch 0:9.0.3-8.el7                                              \n  python3-setuptools.noarch 0:39.2.0-10.el7                                     \n\nComplete!\n"
    ]
}

TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137
Wednesday 03 August 2022  17:14:56 +0000 (0:00:47.582)       0:00:53.337 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:145
Wednesday 03 August 2022  17:14:56 +0000 (0:00:00.028)       0:00:53.366 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n  echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n  echo /var/opt/mssql/log/errorlog\nelse\n  echo \"\"\nfi\n",
    "delta": "0:00:00.007879",
    "end": "2022-08-03 13:14:55.677388",
    "rc": 0,
    "start": "2022-08-03 13:14:55.669509"
}

TASK [fedora.linux_system_roles.mssql : Gather system services facts] **********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:160
Wednesday 03 August 2022  17:14:56 +0000 (0:00:00.462)       0:00:53.828 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174
Wednesday 03 August 2022  17:14:57 +0000 (0:00:01.147)       0:00:54.976 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [fedora.linux_system_roles.mssql : Set up MSSQL] **************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:184
Wednesday 03 August 2022  17:14:57 +0000 (0:00:00.163)       0:00:55.139 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "-n",
        "setup"
    ],
    "delta": "0:00:04.919739",
    "end": "2022-08-03 13:15:02.226712",
    "rc": 0,
    "start": "2022-08-03 13:14:57.306973"
}

STDOUT:


The licensing PID was successfully processed. The new edition is [Enterprise Evaluation Edition].

ForceFlush is enabled for this instance. 

ForceFlush feature is enabled for log durability.

The license terms for this product can be found in
/usr/share/doc/mssql-server or downloaded from:
https://go.microsoft.com/fwlink/?LinkId=2104294&clcid=0x409

The privacy statement can be viewed at:
https://go.microsoft.com/fwlink/?LinkId=853010&clcid=0x409

Configuring SQL Server...
Setup has completed successfully. SQL Server is now starting.


STDERR:

Created symlink from /etc/systemd/system/multi-user.target.wants/mssql-server.service to /usr/lib/systemd/system/mssql-server.service.

TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:193
Wednesday 03 August 2022  17:15:03 +0000 (0:00:05.249)       0:01:00.388 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "changes": {
        "installed": [
            "tuned-profiles-mssql"
        ]
    },
    "rc": 0,
    "results": [
        "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package tuned-profiles-mssql.noarch 0:2.11.0-12.el7_9 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package                 Arch      Version               Repository        Size\n================================================================================\nInstalling:\n tuned-profiles-mssql    noarch    2.11.0-12.el7_9       rhel-optional     30 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package\n\nTotal download size: 30 k\nInstalled size: 1.1 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : tuned-profiles-mssql-2.11.0-12.el7_9.noarch                  1/1 \n  Verifying  : tuned-profiles-mssql-2.11.0-12.el7_9.noarch                  1/1 \n\nInstalled:\n  tuned-profiles-mssql.noarch 0:2.11.0-12.el7_9                                 \n\nComplete!\n"
    ]
}

TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:198
Wednesday 03 August 2022  17:15:04 +0000 (0:00:01.645)       0:01:02.034 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "tuned",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "ActiveEnterTimestampMonotonic": "4755665",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "systemd-sysctl.service dbus.service basic.target system.slice systemd-journald.socket network.target",
        "AllowIsolate": "no",
        "AmbientCapabilities": "0",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "AssertTimestampMonotonic": "4498329",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "18446744073709551615",
        "BusName": "com.redhat.tuned",
        "CPUAccounting": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "18446744073709551615",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "18446744073709551615",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "ConditionTimestampMonotonic": "4498329",
        "Conflicts": "shutdown.target cpupower.service",
        "ControlGroup": "/system.slice/tuned.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "Delegate": "no",
        "Description": "Dynamic System Tuning Daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "944",
        "ExecMainStartTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "ExecMainStartTimestampMonotonic": "4499080",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/tuned.service",
        "GuessMainPID": "yes",
        "IOScheduling": "0",
        "Id": "tuned.service",
        "IgnoreOnIsolate": "no",
        "IgnoreOnSnapshot": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "InactiveExitTimestampMonotonic": "4499476",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "0",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "18446744073709551615",
        "LimitCORE": "18446744073709551615",
        "LimitCPU": "18446744073709551615",
        "LimitDATA": "18446744073709551615",
        "LimitFSIZE": "18446744073709551615",
        "LimitLOCKS": "18446744073709551615",
        "LimitMEMLOCK": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitNICE": "0",
        "LimitNOFILE": "4096",
        "LimitNPROC": "14956",
        "LimitRSS": "18446744073709551615",
        "LimitRTPRIO": "0",
        "LimitRTTIME": "18446744073709551615",
        "LimitSIGPENDING": "14956",
        "LimitSTACK": "18446744073709551615",
        "LoadState": "loaded",
        "MainPID": "944",
        "MemoryAccounting": "no",
        "MemoryCurrent": "18446744073709551615",
        "MemoryLimit": "18446744073709551615",
        "MountFlags": "0",
        "Names": "tuned.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/tuned/tuned.pid",
        "PermissionsStartOnly": "no",
        "PrivateDevices": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "ProtectHome": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "Requires": "polkit.service basic.target system.slice dbus.service",
        "Restart": "no",
        "RestartUSec": "100ms",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitInterval": "10000000",
        "StartupBlockIOWeight": "18446744073709551615",
        "StartupCPUShares": "18446744073709551615",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "no",
        "TasksCurrent": "18446744073709551615",
        "TasksMax": "18446744073709551615",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "WatchdogTimestampMonotonic": "4755609",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:204
Wednesday 03 August 2022  17:15:05 +0000 (0:00:00.676)       0:01:02.711 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "tuned-adm",
        "active"
    ],
    "delta": "0:00:00.147183",
    "end": "2022-08-03 13:15:05.026880",
    "rc": 0,
    "start": "2022-08-03 13:15:04.879697"
}

STDOUT:

Current active profile: virtual-guest

TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214
Wednesday 03 August 2022  17:15:05 +0000 (0:00:00.473)       0:01:03.184 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "tuned-adm",
        "profile",
        "virtual-guest",
        "mssql"
    ],
    "delta": "0:00:01.095656",
    "end": "2022-08-03 13:15:06.466946",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 13:15:05.371290"
}

STDERR:

Cannot load profile(s) 'virtual-guest mssql': Cannot find profile 'throughput-performance' in '['/etc/tuned', '/usr/lib/tuned']'.


MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:227
Wednesday 03 August 2022  17:15:07 +0000 (0:00:01.438)       0:01:04.623 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "backup": "",
    "changed": true,
    "found": 1
}

MSG:

1 line(s) removed

TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:236
Wednesday 03 August 2022  17:15:07 +0000 (0:00:00.454)       0:01:05.077 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "cmd": [
        "tuned-adm",
        "profile",
        "virtual-guest",
        "mssql"
    ],
    "delta": "0:00:01.218035",
    "end": "2022-08-03 13:15:08.492761",
    "rc": 0,
    "start": "2022-08-03 13:15:07.274726"
}

TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:246
Wednesday 03 August 2022  17:15:09 +0000 (0:00:01.571)       0:01:06.649 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "repo": "packages-microsoft-com-prod",
    "state": "present"
}

TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:253
Wednesday 03 August 2022  17:15:09 +0000 (0:00:00.331)       0:01:06.981 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "changes": {
        "installed": [
            "mssql-tools",
            "unixODBC-devel"
        ]
    },
    "rc": 0,
    "results": [
        "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be installed\n--> Processing Dependency: msodbcsql17 >= 17.3.0.0 for package: mssql-tools-17.10.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.7-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.7 for package: unixODBC-devel-2.3.7-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql17.x86_64 0:17.10.1.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.7-1.rh will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package          Arch     Version          Repository                     Size\n================================================================================\nInstalling:\n mssql-tools      x86_64   17.10.1.1-1      packages-microsoft-com-prod   291 k\n unixODBC-devel   x86_64   2.3.7-1.rh       packages-microsoft-com-prod    42 k\nInstalling for dependencies:\n msodbcsql17      x86_64   17.10.1.1-1      packages-microsoft-com-prod   907 k\n unixODBC         x86_64   2.3.7-1.rh       packages-microsoft-com-prod   213 k\n\nTransaction Summary\n================================================================================\nInstall  2 Packages (+2 Dependent packages)\n\nTotal download size: 1.4 M\nInstalled size: 3.8 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                              3.5 MB/s | 1.4 MB  00:00     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : unixODBC-2.3.7-1.rh.x86_64                                   1/4 \n  Installing : msodbcsql17-17.10.1.1-1.x86_64                               2/4 \nodbcinst: Driver installed. Usage count increased to 1. \n    Target directory is /etc\n  Installing : mssql-tools-17.10.1.1-1.x86_64                               3/4 \n  Installing : unixODBC-devel-2.3.7-1.rh.x86_64                             4/4 \n  Verifying  : mssql-tools-17.10.1.1-1.x86_64                               1/4 \n  Verifying  : msodbcsql17-17.10.1.1-1.x86_64                               2/4 \n  Verifying  : unixODBC-devel-2.3.7-1.rh.x86_64                             3/4 \n  Verifying  : unixODBC-2.3.7-1.rh.x86_64                                   4/4 \n\nInstalled:\n  mssql-tools.x86_64 0:17.10.1.1-1      unixODBC-devel.x86_64 0:2.3.7-1.rh     \n\nDependency Installed:\n  msodbcsql17.x86_64 0:17.10.1.1-1         unixODBC.x86_64 0:2.3.7-1.rh        \n\nComplete!\n"
    ]
}

TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:265
Wednesday 03 August 2022  17:15:14 +0000 (0:00:04.346)       0:01:11.327 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:270
Wednesday 03 August 2022  17:15:14 +0000 (0:00:00.036)       0:01:11.364 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:276
Wednesday 03 August 2022  17:15:14 +0000 (0:00:00.035)       0:01:11.399 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Change the password of the sa user] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:283
Wednesday 03 August 2022  17:15:14 +0000 (0:00:00.034)       0:01:11.434 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Input the  sql file to SQL Server] *****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291
Wednesday 03 August 2022  17:15:14 +0000 (0:00:00.036)       0:01:11.471 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the mssql_pre_input_sql_file fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:297
Wednesday 03 August 2022  17:15:14 +0000 (0:00:00.034)       0:01:11.505 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "mssql_pre_input_sql_file": null
    },
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:306
Wednesday 03 August 2022  17:15:14 +0000 (0:00:00.107)       0:01:11.613 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:319
Wednesday 03 August 2022  17:15:14 +0000 (0:00:00.037)       0:01:11.651 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] ***********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:326
Wednesday 03 August 2022  17:15:14 +0000 (0:00:00.037)       0:01:11.688 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:335
Wednesday 03 August 2022  17:15:14 +0000 (0:00:00.034)       0:01:11.723 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:342
Wednesday 03 August 2022  17:15:14 +0000 (0:00:00.036)       0:01:11.759 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003629",
    "end": "2022-08-03 13:15:13.929032",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 13:15:13.925403"
}

MSG:

non-zero return code

TASK [Open the 1433 TCP port] **************************************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349
Wednesday 03 August 2022  17:15:14 +0000 (0:00:00.319)       0:01:12.078 ****** 

TASK [fedora.linux_system_roles.firewall : include_tasks] **********************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:1
Wednesday 03 August 2022  17:15:14 +0000 (0:00:00.082)       0:01:12.161 ****** 
included: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 03 August 2022  17:15:14 +0000 (0:00:00.053)       0:01:12.214 ****** 
ok: [/cache/rhel-7.qcow2]

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:7
Wednesday 03 August 2022  17:15:15 +0000 (0:00:00.399)       0:01:12.614 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "changes": {
        "installed": [
            "firewalld"
        ]
    },
    "rc": 0,
    "results": [
        "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package firewalld.noarch 0:0.6.3-13.el7_9 will be installed\n--> Processing Dependency: python-firewall = 0.6.3-13.el7_9 for package: firewalld-0.6.3-13.el7_9.noarch\n--> Processing Dependency: firewalld-filesystem = 0.6.3-13.el7_9 for package: firewalld-0.6.3-13.el7_9.noarch\n--> Processing Dependency: ipset for package: firewalld-0.6.3-13.el7_9.noarch\n--> Processing Dependency: ebtables for package: firewalld-0.6.3-13.el7_9.noarch\n--> Running transaction check\n---> Package ebtables.x86_64 0:2.0.10-16.el7 will be installed\n---> Package firewalld-filesystem.noarch 0:0.6.3-13.el7_9 will be installed\n---> Package ipset.x86_64 0:7.1-1.el7 will be installed\n--> Processing Dependency: ipset-libs(x86-64) = 7.1-1.el7 for package: ipset-7.1-1.el7.x86_64\n--> Processing Dependency: libipset.so.13(LIBIPSET_4.8)(64bit) for package: ipset-7.1-1.el7.x86_64\n--> Processing Dependency: libipset.so.13(LIBIPSET_2.0)(64bit) for package: ipset-7.1-1.el7.x86_64\n--> Processing Dependency: libipset.so.13()(64bit) for package: ipset-7.1-1.el7.x86_64\n---> Package python-firewall.noarch 0:0.6.3-13.el7_9 will be installed\n--> Processing Dependency: python-slip-dbus for package: python-firewall-0.6.3-13.el7_9.noarch\n--> Running transaction check\n---> Package ipset-libs.x86_64 0:7.1-1.el7 will be installed\n---> Package python-slip-dbus.noarch 0:0.4.0-4.el7 will be installed\n--> Processing Dependency: python-slip = 0.4.0-4.el7 for package: python-slip-dbus-0.4.0-4.el7.noarch\n--> Running transaction check\n---> Package python-slip.noarch 0:0.4.0-4.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package                    Arch         Version               Repository  Size\n================================================================================\nInstalling:\n firewalld                  noarch       0.6.3-13.el7_9        rhel       449 k\nInstalling for dependencies:\n ebtables                   x86_64       2.0.10-16.el7         rhel       123 k\n firewalld-filesystem       noarch       0.6.3-13.el7_9        rhel        51 k\n ipset                      x86_64       7.1-1.el7             rhel        39 k\n ipset-libs                 x86_64       7.1-1.el7             rhel        64 k\n python-firewall            noarch       0.6.3-13.el7_9        rhel       355 k\n python-slip                noarch       0.4.0-4.el7           rhel        31 k\n python-slip-dbus           noarch       0.4.0-4.el7           rhel        32 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package (+7 Dependent packages)\n\nTotal download size: 1.1 M\nInstalled size: 4.5 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                               10 MB/s | 1.1 MB  00:00     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : ebtables-2.0.10-16.el7.x86_64                                1/8 \n  Installing : ipset-libs-7.1-1.el7.x86_64                                  2/8 \n  Installing : ipset-7.1-1.el7.x86_64                                       3/8 \n  Installing : python-slip-0.4.0-4.el7.noarch                               4/8 \n  Installing : python-slip-dbus-0.4.0-4.el7.noarch                          5/8 \n  Installing : python-firewall-0.6.3-13.el7_9.noarch                        6/8 \n  Installing : firewalld-filesystem-0.6.3-13.el7_9.noarch                   7/8 \n  Installing : firewalld-0.6.3-13.el7_9.noarch                              8/8 \n  Verifying  : ipset-7.1-1.el7.x86_64                                       1/8 \n  Verifying  : python-slip-dbus-0.4.0-4.el7.noarch                          2/8 \n  Verifying  : firewalld-filesystem-0.6.3-13.el7_9.noarch                   3/8 \n  Verifying  : firewalld-0.6.3-13.el7_9.noarch                              4/8 \n  Verifying  : python-slip-0.4.0-4.el7.noarch                               5/8 \n  Verifying  : python-firewall-0.6.3-13.el7_9.noarch                        6/8 \n  Verifying  : ipset-libs-7.1-1.el7.x86_64                                  7/8 \n  Verifying  : ebtables-2.0.10-16.el7.x86_64                                8/8 \n\nInstalled:\n  firewalld.noarch 0:0.6.3-13.el7_9                                             \n\nDependency Installed:\n  ebtables.x86_64 0:2.0.10-16.el7                                               \n  firewalld-filesystem.noarch 0:0.6.3-13.el7_9                                  \n  ipset.x86_64 0:7.1-1.el7                                                      \n  ipset-libs.x86_64 0:7.1-1.el7                                                 \n  python-firewall.noarch 0:0.6.3-13.el7_9                                       \n  python-slip.noarch 0:0.4.0-4.el7                                              \n  python-slip-dbus.noarch 0:0.4.0-4.el7                                         \n\nComplete!\n"
    ]
}

TASK [fedora.linux_system_roles.firewall : Install python-firewall] ************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12
Wednesday 03 August 2022  17:15:17 +0000 (0:00:02.274)       0:01:14.889 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": [
        "python-firewall-0.6.3-13.el7_9.noarch providing python-firewall is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Install python3-firewall] ***********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18
Wednesday 03 August 2022  17:15:18 +0000 (0:00:00.524)       0:01:15.414 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:3
Wednesday 03 August 2022  17:15:18 +0000 (0:00:00.034)       0:01:15.448 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "dbus.service polkit.service basic.target system.slice",
        "AllowIsolate": "no",
        "AmbientCapabilities": "0",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network-pre.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "18446744073709551615",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "18446744073709551615",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "18446744073709551615",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "Conflicts": "ipset.service shutdown.target iptables.service ebtables.service ip6tables.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:firewalld(1)",
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "GuessMainPID": "yes",
        "IOScheduling": "0",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreOnSnapshot": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "0",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "18446744073709551615",
        "LimitCORE": "18446744073709551615",
        "LimitCPU": "18446744073709551615",
        "LimitDATA": "18446744073709551615",
        "LimitFSIZE": "18446744073709551615",
        "LimitLOCKS": "18446744073709551615",
        "LimitMEMLOCK": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitNICE": "0",
        "LimitNOFILE": "4096",
        "LimitNPROC": "14956",
        "LimitRSS": "18446744073709551615",
        "LimitRTPRIO": "0",
        "LimitRTTIME": "18446744073709551615",
        "LimitSIGPENDING": "14956",
        "LimitSTACK": "18446744073709551615",
        "LoadState": "loaded",
        "MainPID": "0",
        "MemoryAccounting": "no",
        "MemoryCurrent": "18446744073709551615",
        "MemoryLimit": "18446744073709551615",
        "MountFlags": "0",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "PrivateDevices": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "ProtectHome": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "Requires": "basic.target system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitInterval": "10000000",
        "StartupBlockIOWeight": "18446744073709551615",
        "StartupCPUShares": "18446744073709551615",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "no",
        "TasksCurrent": "18446744073709551615",
        "TasksMax": "18446744073709551615",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 03 August 2022  17:15:18 +0000 (0:00:00.662)       0:01:16.111 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Wednesday 03 August 2022  17:15:18 +0000 (0:00:00.074)       0:01:16.185 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Wednesday 03 August 2022  17:15:18 +0000 (0:00:00.045)       0:01:16.231 ****** 
changed: [/cache/rhel-7.qcow2] => (item={'port': '1433/tcp', 'state': 'enabled', 'permanent': True, 'runtime': True}) => {
    "__firewall_changed": true,
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "permanent": true,
        "port": "1433/tcp",
        "runtime": true,
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : gather firewall config information] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77
Wednesday 03 August 2022  17:15:19 +0000 (0:00:00.707)       0:01:16.938 ****** 
skipping: [/cache/rhel-7.qcow2] => (item={'port': '1433/tcp', 'state': 'enabled', 'permanent': True, 'runtime': True})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "permanent": true,
        "port": "1433/tcp",
        "runtime": true,
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : update firewalld_config fact] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:87
Wednesday 03 August 2022  17:15:19 +0000 (0:00:00.056)       0:01:16.994 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : gather firewall config if no arguments] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:99
Wednesday 03 August 2022  17:15:19 +0000 (0:00:00.079)       0:01:17.074 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : update firewalld_config fact] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104
Wednesday 03 August 2022  17:15:19 +0000 (0:00:00.042)       0:01:17.117 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:114
Wednesday 03 August 2022  17:15:19 +0000 (0:00:00.044)       0:01:17.161 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:122
Wednesday 03 August 2022  17:15:19 +0000 (0:00:00.043)       0:01:17.204 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:128
Wednesday 03 August 2022  17:15:19 +0000 (0:00:00.048)       0:01:17.252 ****** 
skipping: [/cache/rhel-7.qcow2] => {}
META: role_complete for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:360
Wednesday 03 August 2022  17:15:20 +0000 (0:00:00.065)       0:01:17.318 ****** 
included: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.mssql : Get the network tcpport setting] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  17:15:20 +0000 (0:00:00.057)       0:01:17.376 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.004258",
    "end": "2022-08-03 13:15:19.535968",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 13:15:19.531710"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Configure the network tcpport setting] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  17:15:20 +0000 (0:00:00.310)       0:01:17.687 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "network.tcpport",
        "1433"
    ],
    "delta": "0:00:00.132081",
    "end": "2022-08-03 13:15:19.986128",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 13:15:19.854047"
}

STDOUT:

Validation error on setting 'network.tcpport'
Port '1433' is already in use. Please use another port

TASK [fedora.linux_system_roles.mssql : Unset the network tcpport setting] *****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  17:15:20 +0000 (0:00:00.462)       0:01:18.149 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Close the previously set SQL Server TCP port if it changed] **************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:366
Wednesday 03 August 2022  17:15:20 +0000 (0:00:00.030)       0:01:18.179 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:384
Wednesday 03 August 2022  17:15:20 +0000 (0:00:00.048)       0:01:18.228 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-fts package] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:391
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.035)       0:01:18.263 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the powershell package] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:398
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.036)       0:01:18.299 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:407
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.039)       0:01:18.338 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the hadrenabled setting] *****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.037)       0:01:18.376 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:422
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.038)       0:01:18.414 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] ****************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:428
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.070)       0:01:18.484 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] **************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:434
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.034)       0:01:18.519 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.034)       0:01:18.553 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:447
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.033)       0:01:18.586 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.034)       0:01:18.621 ****** 
skipping: [/cache/rhel-7.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-7.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:474
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.036)       0:01:18.657 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] **********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.034)       0:01:18.692 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:492
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.033)       0:01:18.725 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:499
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.046)       0:01:18.771 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Open the 5022/tcp port and enable the high-availability service in firewall] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:509
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.035)       0:01:18.807 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set host variables] ********************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:528
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.044)       0:01:18.851 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:539
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.042)       0:01:18.893 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:545
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.041)       0:01:18.935 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:552
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.044)       0:01:18.979 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable AlwaysOn Health events] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:559
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.050)       0:01:19.030 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:564
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.041)       0:01:19.071 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:570
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.042)       0:01:19.114 ****** 
skipping: [/cache/rhel-7.qcow2] => (item=/var/opt/mssql/data/.cer)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/var/opt/mssql/data/.cer",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-7.qcow2] => (item=/var/opt/mssql/data/.pvk)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/var/opt/mssql/data/.pvk",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create master key encryption] **********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:579
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.048)       0:01:19.162 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create and back up certificate] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:584
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.043)       0:01:19.205 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Fetch certificate and private key from the primary node to the control node] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:590
Wednesday 03 August 2022  17:15:21 +0000 (0:00:00.043)       0:01:19.249 ****** 
skipping: [/cache/rhel-7.qcow2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "key": "cert",
        "value": "/var/opt/mssql/data/.cer"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-7.qcow2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "key": "key",
        "value": "/var/opt/mssql/data/.pvk"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create database mirroring endpoints] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:602
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.052)       0:01:19.301 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create the] ****************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:607
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.043)       0:01:19.345 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Get mssql-server version to see if WRITE_LEASE_VALIDITY is available] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:613
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.093)       0:01:19.438 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Create the  availability group] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:618
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.043)       0:01:19.482 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Grant permissions to the  login] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:623
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.044)       0:01:19.527 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Back up and replicate the  database] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.042)       0:01:19.569 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set a fact to indicate successful set up on the primary replica] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.047)       0:01:19.616 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Fail if the primary node failed] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:662
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.046)       0:01:19.663 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.044)       0:01:19.708 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:675
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.042)       0:01:19.750 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:682
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.044)       0:01:19.795 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable AlwaysOn Health events] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:689
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.046)       0:01:19.841 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create master key encryption] **********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:694
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.046)       0:01:19.888 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.043)       0:01:19.931 ****** 
skipping: [/cache/rhel-7.qcow2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "key": "cert",
        "value": "/var/opt/mssql/data/.cer"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-7.qcow2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "key": "key",
        "value": "/var/opt/mssql/data/.pvk"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:711
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.048)       0:01:19.980 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Restore certificate] *******************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:717
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.041)       0:01:20.022 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create database mirroring endpoints] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.041)       0:01:20.063 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create the  login] *********************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:727
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.041)       0:01:20.105 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Join synchronous and witness servers to the availability group] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:732
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.041)       0:01:20.147 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Grant permissions to the  login] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:737
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.041)       0:01:20.188 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify if the  database exists on secondaries] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:742
Wednesday 03 August 2022  17:15:22 +0000 (0:00:00.042)       0:01:20.230 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:749
Wednesday 03 August 2022  17:15:23 +0000 (0:00:00.046)       0:01:20.276 ****** 
skipping: [/cache/rhel-7.qcow2] => (item=cert)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "cert",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-7.qcow2] => (item=key)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "key",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Save credentials for the  SQL Server login] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:762
Wednesday 03 August 2022  17:15:23 +0000 (0:00:00.046)       0:01:20.323 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Run ha_cluster to configure pacemaker] ***********************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:773
Wednesday 03 August 2022  17:15:23 +0000 (0:00:00.042)       0:01:20.366 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify if the  database exists] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:778
Wednesday 03 August 2022  17:15:23 +0000 (0:00:00.076)       0:01:20.443 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:786
Wednesday 03 August 2022  17:15:23 +0000 (0:00:00.045)       0:01:20.489 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true
}

MSG:

Block inserted

TASK [fedora.linux_system_roles.mssql : Input the  sql file to SQL Server] *****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:795
Wednesday 03 August 2022  17:15:23 +0000 (0:00:00.472)       0:01:20.961 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the mssql_post_input_sql_file fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:801
Wednesday 03 August 2022  17:15:23 +0000 (0:00:00.034)       0:01:20.996 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "mssql_post_input_sql_file": null
    },
    "changed": false
}
META: role_complete for /cache/rhel-7.qcow2

TASK [Verify that the 1433 port is configured properly] ************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tests_tcp_firewall.yml:22
Wednesday 03 August 2022  17:15:23 +0000 (0:00:00.057)       0:01:21.054 ****** 
included: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_tcp_port.yml for /cache/rhel-7.qcow2

TASK [List opened firewall ports] **********************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_tcp_port.yml:8
Wednesday 03 August 2022  17:15:23 +0000 (0:00:00.072)       0:01:21.126 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--list-ports"
    ],
    "delta": "0:00:00.291592",
    "end": "2022-08-03 13:15:23.595391",
    "rc": 0,
    "start": "2022-08-03 13:15:23.303799"
}

STDOUT:

1433/tcp

TASK [Verify that the 1433 port is open in firewall] ***************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_tcp_port.yml:13
Wednesday 03 August 2022  17:15:24 +0000 (0:00:00.628)       0:01:21.755 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the {{ __mssql_tcp_port_previous }} firewall port is closed] ***
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_tcp_port.yml:19
Wednesday 03 August 2022  17:15:24 +0000 (0:00:00.048)       0:01:21.803 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the 1433 port is configured in SQL Server] *******************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_tcp_port.yml:26
Wednesday 03 August 2022  17:15:24 +0000 (0:00:00.037)       0:01:21.841 ****** 
included: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml for /cache/rhel-7.qcow2

TASK [Check if the errorlog file exists and its location] **********************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:8
Wednesday 03 August 2022  17:15:24 +0000 (0:00:00.066)       0:01:21.908 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check if the set edition matches the existing edition] *******************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:23
Wednesday 03 August 2022  17:15:24 +0000 (0:00:00.033)       0:01:21.941 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the edition matches] *******************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:36
Wednesday 03 August 2022  17:15:24 +0000 (0:00:00.064)       0:01:22.006 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the IP address setting] *******************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:40
Wednesday 03 August 2022  17:15:24 +0000 (0:00:00.036)       0:01:22.043 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the TCP port setting] *********************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:47
Wednesday 03 August 2022  17:15:24 +0000 (0:00:00.036)       0:01:22.079 ****** 
included: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql_conf_verify.yml for /cache/rhel-7.qcow2

TASK [Get the value of the tcpport setting] ************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  17:15:24 +0000 (0:00:00.059)       0:01:22.139 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.005725",
    "end": "2022-08-03 13:15:24.313506",
    "rc": 0,
    "start": "2022-08-03 13:15:24.307781"
}

TASK [Verify the tcpport setting when it is type str] **************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.332)       0:01:22.471 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tcpport setting when it is type bool] *************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.046)       0:01:22.518 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that tcpport = 1433] **********************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.045)       0:01:22.564 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Prepare MSSQL and facts for logging in] **********************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:57
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.059)       0:01:22.623 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Wait for mssql-server to start and prepare for client connections] *******
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:65
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.034)       0:01:22.657 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check if the set password matches the existing password] *****************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:72
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.036)       0:01:22.693 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the password matched] ******************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:78
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.034)       0:01:22.728 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the SQL agent is enabled] ************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:82
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.034)       0:01:22.763 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the {{ __mssql_server_fts_packages }} package] ********************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:89
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.037)       0:01:22.800 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the {{ __mssql_powershell_packages }} package] ********************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:96
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.037)       0:01:22.837 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the {{ __mssql_server_ha_packages }} package is installed] *****
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:107
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.035)       0:01:22.873 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the hadrenabled setting] ******************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:113
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.034)       0:01:22.908 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get the value of the traceflag setting] **********************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:123
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.033)       0:01:22.941 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the traceflag setting is set to 3979] ************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:128
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.035)       0:01:22.977 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the traceflag setting is not set to 3979] ********************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:133
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.033)       0:01:23.011 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the alternatewritethrough setting is false] ******************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:139
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.070)       0:01:23.081 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the writethrough setting] *****************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:145
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.037)       0:01:23.118 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlscert setting] **********************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:155
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.038)       0:01:23.157 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlskey setting] ***********************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:163
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.037)       0:01:23.194 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlsprotocols setting] *****************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:171
Wednesday 03 August 2022  17:15:25 +0000 (0:00:00.036)       0:01:23.231 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the forceencryption setting] **************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:179
Wednesday 03 August 2022  17:15:26 +0000 (0:00:00.036)       0:01:23.267 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Configure the mssql-server service start limit interval and burst] *******
task path: /tmp/tmpjm0ncwf7/tests/mssql/tests_tcp_firewall.yml:28
Wednesday 03 August 2022  17:15:26 +0000 (0:00:00.037)       0:01:23.305 ****** 
included: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql-sever-increase-start-limit.yml for /cache/rhel-7.qcow2

TASK [Modify the mssql-server service start limit interval] ********************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:3
Wednesday 03 August 2022  17:15:26 +0000 (0:00:00.051)       0:01:23.356 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true
}

MSG:

1 replacements made

TASK [Modify the mssql-server service start limit burst] ***********************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:10
Wednesday 03 August 2022  17:15:26 +0000 (0:00:00.471)       0:01:23.827 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true
}

MSG:

1 replacements made

TASK [Reload service daemon] ***************************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:17
Wednesday 03 August 2022  17:15:26 +0000 (0:00:00.338)       0:01:24.166 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 13:15:02 EDT",
        "ActiveEnterTimestampMonotonic": "69523531",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target systemd-journald.socket -.mount network.target system.slice auditd.service",
        "AllowIsolate": "no",
        "AmbientCapabilities": "0",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 13:15:02 EDT",
        "AssertTimestampMonotonic": "69522108",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "18446744073709551615",
        "CPUAccounting": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "18446744073709551615",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "18446744073709551615",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 13:15:02 EDT",
        "ConditionTimestampMonotonic": "69522107",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "8857",
        "ExecMainStartTimestamp": "Wed 2022-08-03 13:15:02 EDT",
        "ExecMainStartTimestampMonotonic": "69523069",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "GuessMainPID": "yes",
        "IOScheduling": "0",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreOnSnapshot": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2022-08-03 13:15:02 EDT",
        "InactiveExitTimestampMonotonic": "69523531",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "0",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "18446744073709551615",
        "LimitCORE": "18446744073709551615",
        "LimitCPU": "18446744073709551615",
        "LimitDATA": "18446744073709551615",
        "LimitFSIZE": "18446744073709551615",
        "LimitLOCKS": "18446744073709551615",
        "LimitMEMLOCK": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitNICE": "0",
        "LimitNOFILE": "18446744073709551615",
        "LimitNPROC": "18446744073709551615",
        "LimitRSS": "18446744073709551615",
        "LimitRTPRIO": "0",
        "LimitRTTIME": "18446744073709551615",
        "LimitSIGPENDING": "14956",
        "LimitSTACK": "18446744073709551615",
        "LoadState": "loaded",
        "MainPID": "8857",
        "MemoryAccounting": "no",
        "MemoryCurrent": "18446744073709551615",
        "MemoryLimit": "18446744073709551615",
        "MountFlags": "0",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "PrivateDevices": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "ProtectHome": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "Requires": "system.slice -.mount basic.target",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitInterval": "0",
        "StartupBlockIOWeight": "18446744073709551615",
        "StartupCPUShares": "18446744073709551615",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "no",
        "TasksCurrent": "18446744073709551615",
        "TasksMax": "18446744073709551615",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 13:15:02 EDT",
        "WatchdogTimestampMonotonic": "69523507",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [Set up SQL Server] *******************************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tests_tcp_firewall.yml:35
Wednesday 03 August 2022  17:15:28 +0000 (0:00:01.543)       0:01:25.709 ****** 

TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3
Wednesday 03 August 2022  17:15:28 +0000 (0:00:00.125)       0:01:25.834 ****** 
included: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] *****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3
Wednesday 03 August 2022  17:15:28 +0000 (0:00:00.052)       0:01:25.886 ****** 
ok: [/cache/rhel-7.qcow2]

TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:10
Wednesday 03 August 2022  17:15:29 +0000 (0:00:00.474)       0:01:26.361 ****** 
ok: [/cache/rhel-7.qcow2] => (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": [
        "/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [/cache/rhel-7.qcow2] => (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": [
        "/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [/cache/rhel-7.qcow2] => (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": [
        "/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat_7.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_7.yml"
}
skipping: [/cache/rhel-7.qcow2] => (item=RedHat_7.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_7.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8
Wednesday 03 August 2022  17:15:29 +0000 (0:00:00.076)       0:01:26.438 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": null
    },
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:12
Wednesday 03 August 2022  17:15:29 +0000 (0:00:00.040)       0:01:26.478 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": null
    },
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Link the deprecated accept_microsoft_sql_server_2019_standard_eula fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16
Wednesday 03 August 2022  17:15:29 +0000 (0:00:00.039)       0:01:26.518 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:22
Wednesday 03 August 2022  17:15:29 +0000 (0:00:00.035)       0:01:26.553 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:27
Wednesday 03 August 2022  17:15:29 +0000 (0:00:00.033)       0:01:26.587 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:39
Wednesday 03 August 2022  17:15:29 +0000 (0:00:00.057)       0:01:26.645 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [fedora.linux_system_roles.mssql : Verify if the mssql_upgrade variable is provided correctly] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44
Wednesday 03 August 2022  17:15:29 +0000 (0:00:00.053)       0:01:26.698 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55
Wednesday 03 August 2022  17:15:29 +0000 (0:00:00.075)       0:01:26.773 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:63
Wednesday 03 August 2022  17:15:29 +0000 (0:00:00.043)       0:01:26.816 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:71
Wednesday 03 August 2022  17:15:29 +0000 (0:00:00.043)       0:01:26.859 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Gather package facts] ******************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:80
Wednesday 03 August 2022  17:15:29 +0000 (0:00:00.042)       0:01:26.902 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:85
Wednesday 03 August 2022  17:15:30 +0000 (0:00:00.852)       0:01:27.754 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:96
Wednesday 03 August 2022  17:15:30 +0000 (0:00:00.046)       0:01:27.801 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server 2017 repo] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:102
Wednesday 03 August 2022  17:15:31 +0000 (0:00:00.596)       0:01:28.397 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove the Microsoft SQL Server 2017 repository to upgrade to 2019] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:113
Wednesday 03 August 2022  17:15:31 +0000 (0:00:00.044)       0:01:28.441 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server 2019 repository] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:119
Wednesday 03 August 2022  17:15:31 +0000 (0:00:00.043)       0:01:28.485 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server package] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:129
Wednesday 03 August 2022  17:15:31 +0000 (0:00:00.048)       0:01:28.534 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": [
        "mssql-server-15.0.4236.7-1.x86_64 providing mssql-server is already installed"
    ]
}

TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137
Wednesday 03 August 2022  17:15:31 +0000 (0:00:00.527)       0:01:29.061 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:145
Wednesday 03 August 2022  17:15:31 +0000 (0:00:00.030)       0:01:29.092 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n  echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n  echo /var/opt/mssql/log/errorlog\nelse\n  echo \"\"\nfi\n",
    "delta": "0:00:00.008357",
    "end": "2022-08-03 13:15:31.315182",
    "rc": 0,
    "start": "2022-08-03 13:15:31.306825"
}

STDOUT:

/var/opt/mssql/log/errorlog

TASK [fedora.linux_system_roles.mssql : Gather system services facts] **********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:160
Wednesday 03 August 2022  17:15:32 +0000 (0:00:00.378)       0:01:29.471 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174
Wednesday 03 August 2022  17:15:33 +0000 (0:00:00.981)       0:01:30.452 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set up MSSQL] **************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:184
Wednesday 03 August 2022  17:15:33 +0000 (0:00:00.054)       0:01:30.507 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:193
Wednesday 03 August 2022  17:15:33 +0000 (0:00:00.056)       0:01:30.564 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": [
        "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed"
    ]
}

TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:198
Wednesday 03 August 2022  17:15:33 +0000 (0:00:00.528)       0:01:31.093 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "tuned",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "ActiveEnterTimestampMonotonic": "4755665",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "network.target systemd-sysctl.service systemd-journald.socket basic.target dbus.service system.slice",
        "AllowIsolate": "no",
        "AmbientCapabilities": "0",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "AssertTimestampMonotonic": "4498329",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "18446744073709551615",
        "BusName": "com.redhat.tuned",
        "CPUAccounting": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "18446744073709551615",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "18446744073709551615",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "ConditionTimestampMonotonic": "4498329",
        "Conflicts": "shutdown.target cpupower.service",
        "ControlGroup": "/system.slice/tuned.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "Delegate": "no",
        "Description": "Dynamic System Tuning Daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "944",
        "ExecMainStartTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "ExecMainStartTimestampMonotonic": "4499080",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/tuned.service",
        "GuessMainPID": "yes",
        "IOScheduling": "0",
        "Id": "tuned.service",
        "IgnoreOnIsolate": "no",
        "IgnoreOnSnapshot": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "InactiveExitTimestampMonotonic": "4499476",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "0",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "18446744073709551615",
        "LimitCORE": "18446744073709551615",
        "LimitCPU": "18446744073709551615",
        "LimitDATA": "18446744073709551615",
        "LimitFSIZE": "18446744073709551615",
        "LimitLOCKS": "18446744073709551615",
        "LimitMEMLOCK": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitNICE": "0",
        "LimitNOFILE": "4096",
        "LimitNPROC": "14956",
        "LimitRSS": "18446744073709551615",
        "LimitRTPRIO": "0",
        "LimitRTTIME": "18446744073709551615",
        "LimitSIGPENDING": "14956",
        "LimitSTACK": "18446744073709551615",
        "LoadState": "loaded",
        "MainPID": "944",
        "MemoryAccounting": "no",
        "MemoryCurrent": "18446744073709551615",
        "MemoryLimit": "18446744073709551615",
        "MountFlags": "0",
        "Names": "tuned.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/tuned/tuned.pid",
        "PermissionsStartOnly": "no",
        "PrivateDevices": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "ProtectHome": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "Requires": "basic.target system.slice dbus.service polkit.service",
        "Restart": "no",
        "RestartUSec": "100ms",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitInterval": "10000000",
        "StartupBlockIOWeight": "18446744073709551615",
        "StartupCPUShares": "18446744073709551615",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "no",
        "TasksCurrent": "18446744073709551615",
        "TasksMax": "18446744073709551615",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "WatchdogTimestampMonotonic": "4755609",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:204
Wednesday 03 August 2022  17:15:34 +0000 (0:00:00.439)       0:01:31.532 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "tuned-adm",
        "active"
    ],
    "delta": "0:00:00.113643",
    "end": "2022-08-03 13:15:33.790395",
    "rc": 0,
    "start": "2022-08-03 13:15:33.676752"
}

STDOUT:

Current active profile: virtual-guest mssql

TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214
Wednesday 03 August 2022  17:15:34 +0000 (0:00:00.411)       0:01:31.944 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:227
Wednesday 03 August 2022  17:15:34 +0000 (0:00:00.032)       0:01:31.976 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:236
Wednesday 03 August 2022  17:15:34 +0000 (0:00:00.031)       0:01:32.008 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:246
Wednesday 03 August 2022  17:15:34 +0000 (0:00:00.031)       0:01:32.040 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "repo": "packages-microsoft-com-prod",
    "state": "present"
}

TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:253
Wednesday 03 August 2022  17:15:35 +0000 (0:00:00.317)       0:01:32.357 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": [
        "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed",
        "unixODBC-devel-2.3.7-1.rh.x86_64 providing unixODBC-devel is already installed"
    ]
}

TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:265
Wednesday 03 August 2022  17:15:35 +0000 (0:00:00.514)       0:01:32.871 ****** 
included: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3
Wednesday 03 August 2022  17:15:35 +0000 (0:00:00.060)       0:01:32.931 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "ActiveEnterTimestampMonotonic": "94955024",
        "ActiveExitTimestamp": "Wed 2022-08-03 13:15:26 EDT",
        "ActiveExitTimestampMonotonic": "93920436",
        "ActiveState": "active",
        "After": "basic.target systemd-journald.socket -.mount network.target system.slice auditd.service",
        "AllowIsolate": "no",
        "AmbientCapabilities": "0",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "AssertTimestampMonotonic": "94954107",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "18446744073709551615",
        "CPUAccounting": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "18446744073709551615",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "18446744073709551615",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "ConditionTimestampMonotonic": "94954107",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "10471",
        "ExecMainStartTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "ExecMainStartTimestampMonotonic": "94954933",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 13:15:27 EDT] ; stop_time=[n/a] ; pid=10471 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "GuessMainPID": "yes",
        "IOScheduling": "0",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreOnSnapshot": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "InactiveEnterTimestampMonotonic": "94953443",
        "InactiveExitTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "InactiveExitTimestampMonotonic": "94955024",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "0",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "18446744073709551615",
        "LimitCORE": "18446744073709551615",
        "LimitCPU": "18446744073709551615",
        "LimitDATA": "18446744073709551615",
        "LimitFSIZE": "18446744073709551615",
        "LimitLOCKS": "18446744073709551615",
        "LimitMEMLOCK": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitNICE": "0",
        "LimitNOFILE": "18446744073709551615",
        "LimitNPROC": "18446744073709551615",
        "LimitRSS": "18446744073709551615",
        "LimitRTPRIO": "0",
        "LimitRTTIME": "18446744073709551615",
        "LimitSIGPENDING": "14956",
        "LimitSTACK": "18446744073709551615",
        "LoadState": "loaded",
        "MainPID": "10471",
        "MemoryAccounting": "no",
        "MemoryCurrent": "18446744073709551615",
        "MemoryLimit": "18446744073709551615",
        "MountFlags": "0",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "PrivateDevices": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "ProtectHome": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "Requires": "system.slice -.mount basic.target",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitInterval": "0",
        "StartupBlockIOWeight": "18446744073709551615",
        "StartupCPUShares": "18446744073709551615",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "no",
        "TasksCurrent": "18446744073709551615",
        "TasksMax": "18446744073709551615",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "WatchdogTimestampMonotonic": "94954989",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8
Wednesday 03 August 2022  17:15:36 +0000 (0:00:00.413)       0:01:33.345 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003735",
    "end": "2022-08-03 13:15:35.555563",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 13:15:35.551828"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14
Wednesday 03 August 2022  17:15:36 +0000 (0:00:00.363)       0:01:33.709 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:01.004832",
    "end": "2022-08-03 13:15:36.873017",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 13:15:35.868185"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Set a fact with a password query] ******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20
Wednesday 03 August 2022  17:15:37 +0000 (0:00:01.319)       0:01:35.028 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": "/opt/mssql-tools/bin/sqlcmd   -U sa -P p@55w0rD"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:270
Wednesday 03 August 2022  17:15:37 +0000 (0:00:00.065)       0:01:35.093 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql-tools/bin/sqlcmd",
        "-U",
        "sa",
        "-P",
        "p@55w0rD",
        "-Q",
        "SELECT @@VERSION"
    ],
    "delta": "0:00:00.033359",
    "end": "2022-08-03 13:15:37.292060",
    "rc": 0,
    "start": "2022-08-03 13:15:37.258701"
}

STDOUT:

                                                                                                                                                                                                                                                                                                            
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft SQL Server 2019 (RTM-CU16-GDR) (KB5014353) - 15.0.4236.7 (X64) 
	May 29 2022 15:55:47 
	Copyright (C) 2019 Microsoft Corporation
	Enterprise Evaluation Edition (64-bit) on Linux (Red Hat Enterprise Linux Server 7.9 (Maipo)) <X64>                                                             

(1 rows affected)

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:276
Wednesday 03 August 2022  17:15:38 +0000 (0:00:00.356)       0:01:35.450 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Change the password of the sa user] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:283
Wednesday 03 August 2022  17:15:38 +0000 (0:00:00.039)       0:01:35.489 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Input the  sql file to SQL Server] *****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291
Wednesday 03 August 2022  17:15:38 +0000 (0:00:00.038)       0:01:35.527 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the mssql_pre_input_sql_file fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:297
Wednesday 03 August 2022  17:15:38 +0000 (0:00:00.039)       0:01:35.567 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "mssql_pre_input_sql_file": null
    },
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:306
Wednesday 03 August 2022  17:15:38 +0000 (0:00:00.045)       0:01:35.612 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n  edition_matches=false\nelse\n  edition_matches=true\nfi\necho \"${edition_matches}\"\n",
    "delta": "0:00:00.006075",
    "end": "2022-08-03 13:15:37.786450",
    "rc": 0,
    "start": "2022-08-03 13:15:37.780375"
}

STDOUT:

true

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:319
Wednesday 03 August 2022  17:15:38 +0000 (0:00:00.359)       0:01:35.971 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] ***********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:326
Wednesday 03 August 2022  17:15:38 +0000 (0:00:00.056)       0:01:36.028 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:335
Wednesday 03 August 2022  17:15:38 +0000 (0:00:00.048)       0:01:36.077 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:342
Wednesday 03 August 2022  17:15:38 +0000 (0:00:00.035)       0:01:36.112 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:01.005158",
    "end": "2022-08-03 13:15:39.286261",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 13:15:38.281103"
}

MSG:

non-zero return code

TASK [Open the 1433 TCP port] **************************************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349
Wednesday 03 August 2022  17:15:40 +0000 (0:00:01.332)       0:01:37.444 ****** 

TASK [fedora.linux_system_roles.firewall : include_tasks] **********************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:1
Wednesday 03 August 2022  17:15:40 +0000 (0:00:00.072)       0:01:37.517 ****** 
included: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 03 August 2022  17:15:40 +0000 (0:00:00.058)       0:01:37.576 ****** 
ok: [/cache/rhel-7.qcow2]

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:7
Wednesday 03 August 2022  17:15:40 +0000 (0:00:00.439)       0:01:38.015 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Install python-firewall] ************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12
Wednesday 03 August 2022  17:15:41 +0000 (0:00:00.554)       0:01:38.570 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": [
        "python-firewall-0.6.3-13.el7_9.noarch providing python-firewall is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Install python3-firewall] ***********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18
Wednesday 03 August 2022  17:15:41 +0000 (0:00:00.503)       0:01:39.073 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:3
Wednesday 03 August 2022  17:15:41 +0000 (0:00:00.038)       0:01:39.111 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "ActiveEnterTimestampMonotonic": "85338989",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target system.slice dbus.service polkit.service",
        "AllowIsolate": "no",
        "AmbientCapabilities": "0",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "AssertTimestampMonotonic": "85108594",
        "Before": "shutdown.target network-pre.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "18446744073709551615",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "18446744073709551615",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "18446744073709551615",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "ConditionTimestampMonotonic": "85108594",
        "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:firewalld(1)",
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "9856",
        "ExecMainStartTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "ExecMainStartTimestampMonotonic": "85109498",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "GuessMainPID": "yes",
        "IOScheduling": "0",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreOnSnapshot": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "InactiveExitTimestampMonotonic": "85109543",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "0",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "18446744073709551615",
        "LimitCORE": "18446744073709551615",
        "LimitCPU": "18446744073709551615",
        "LimitDATA": "18446744073709551615",
        "LimitFSIZE": "18446744073709551615",
        "LimitLOCKS": "18446744073709551615",
        "LimitMEMLOCK": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitNICE": "0",
        "LimitNOFILE": "4096",
        "LimitNPROC": "14956",
        "LimitRSS": "18446744073709551615",
        "LimitRTPRIO": "0",
        "LimitRTTIME": "18446744073709551615",
        "LimitSIGPENDING": "14956",
        "LimitSTACK": "18446744073709551615",
        "LoadState": "loaded",
        "MainPID": "9856",
        "MemoryAccounting": "no",
        "MemoryCurrent": "18446744073709551615",
        "MemoryLimit": "18446744073709551615",
        "MountFlags": "0",
        "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "PrivateDevices": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "ProtectHome": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "Requires": "system.slice basic.target",
        "Restart": "no",
        "RestartUSec": "100ms",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitInterval": "10000000",
        "StartupBlockIOWeight": "18446744073709551615",
        "StartupCPUShares": "18446744073709551615",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "no",
        "TasksCurrent": "18446744073709551615",
        "TasksMax": "18446744073709551615",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "WatchdogTimestampMonotonic": "85338918",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 03 August 2022  17:15:42 +0000 (0:00:00.398)       0:01:39.509 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Wednesday 03 August 2022  17:15:42 +0000 (0:00:00.063)       0:01:39.573 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Wednesday 03 August 2022  17:15:42 +0000 (0:00:00.045)       0:01:39.619 ****** 
ok: [/cache/rhel-7.qcow2] => (item={'port': '1433/tcp', 'state': 'enabled', 'permanent': True, 'runtime': True}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "permanent": true,
        "port": "1433/tcp",
        "runtime": true,
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : gather firewall config information] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77
Wednesday 03 August 2022  17:15:42 +0000 (0:00:00.556)       0:01:40.176 ****** 
skipping: [/cache/rhel-7.qcow2] => (item={'port': '1433/tcp', 'state': 'enabled', 'permanent': True, 'runtime': True})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "permanent": true,
        "port": "1433/tcp",
        "runtime": true,
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : update firewalld_config fact] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:87
Wednesday 03 August 2022  17:15:42 +0000 (0:00:00.060)       0:01:40.236 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : gather firewall config if no arguments] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:99
Wednesday 03 August 2022  17:15:43 +0000 (0:00:00.051)       0:01:40.288 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : update firewalld_config fact] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104
Wednesday 03 August 2022  17:15:43 +0000 (0:00:00.046)       0:01:40.335 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:114
Wednesday 03 August 2022  17:15:43 +0000 (0:00:00.087)       0:01:40.422 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:122
Wednesday 03 August 2022  17:15:43 +0000 (0:00:00.044)       0:01:40.467 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:128
Wednesday 03 August 2022  17:15:43 +0000 (0:00:00.047)       0:01:40.514 ****** 
skipping: [/cache/rhel-7.qcow2] => {}
META: role_complete for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:360
Wednesday 03 August 2022  17:15:43 +0000 (0:00:00.067)       0:01:40.582 ****** 
included: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.mssql : Get the network tcpport setting] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  17:15:43 +0000 (0:00:00.058)       0:01:40.641 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:01.003802",
    "end": "2022-08-03 13:15:43.805755",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 13:15:42.801953"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Configure the network tcpport setting] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  17:15:44 +0000 (0:00:01.320)       0:01:41.961 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "network.tcpport",
        "1433"
    ],
    "delta": "0:00:00.127652",
    "end": "2022-08-03 13:15:44.262600",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 13:15:44.134948"
}

STDOUT:

Validation error on setting 'network.tcpport'
Port '1433' is already in use. Please use another port

TASK [fedora.linux_system_roles.mssql : Unset the network tcpport setting] *****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.467)       0:01:42.429 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Close the previously set SQL Server TCP port if it changed] **************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:366
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.035)       0:01:42.464 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:384
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.050)       0:01:42.514 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-fts package] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:391
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.071)       0:01:42.586 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the powershell package] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:398
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.036)       0:01:42.623 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:407
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.039)       0:01:42.663 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the hadrenabled setting] *****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.036)       0:01:42.699 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:422
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.035)       0:01:42.735 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] ****************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:428
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.037)       0:01:42.773 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] **************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:434
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.041)       0:01:42.815 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.041)       0:01:42.856 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:447
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.039)       0:01:42.896 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.040)       0:01:42.936 ****** 
skipping: [/cache/rhel-7.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-7.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:474
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.043)       0:01:42.980 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] **********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.037)       0:01:43.017 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:492
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.039)       0:01:43.056 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:499
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.035)       0:01:43.092 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Open the 5022/tcp port and enable the high-availability service in firewall] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:509
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.038)       0:01:43.130 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set host variables] ********************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:528
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.048)       0:01:43.178 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:539
Wednesday 03 August 2022  17:15:45 +0000 (0:00:00.052)       0:01:43.231 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:545
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.047)       0:01:43.279 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:552
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.047)       0:01:43.327 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable AlwaysOn Health events] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:559
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.049)       0:01:43.376 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:564
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.044)       0:01:43.421 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:570
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.100)       0:01:43.522 ****** 
skipping: [/cache/rhel-7.qcow2] => (item=/var/opt/mssql/data/.cer)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/var/opt/mssql/data/.cer",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-7.qcow2] => (item=/var/opt/mssql/data/.pvk)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/var/opt/mssql/data/.pvk",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create master key encryption] **********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:579
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.055)       0:01:43.577 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create and back up certificate] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:584
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.046)       0:01:43.623 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Fetch certificate and private key from the primary node to the control node] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:590
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.046)       0:01:43.670 ****** 
skipping: [/cache/rhel-7.qcow2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "key": "cert",
        "value": "/var/opt/mssql/data/.cer"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-7.qcow2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "key": "key",
        "value": "/var/opt/mssql/data/.pvk"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create database mirroring endpoints] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:602
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.051)       0:01:43.721 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create the] ****************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:607
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.047)       0:01:43.769 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Get mssql-server version to see if WRITE_LEASE_VALIDITY is available] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:613
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.047)       0:01:43.817 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Create the  availability group] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:618
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.047)       0:01:43.865 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Grant permissions to the  login] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:623
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.046)       0:01:43.911 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Back up and replicate the  database] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.047)       0:01:43.959 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set a fact to indicate successful set up on the primary replica] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.050)       0:01:44.010 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Fail if the primary node failed] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:662
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.048)       0:01:44.058 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.044)       0:01:44.103 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:675
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.044)       0:01:44.147 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:682
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.043)       0:01:44.190 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable AlwaysOn Health events] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:689
Wednesday 03 August 2022  17:15:46 +0000 (0:00:00.041)       0:01:44.231 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create master key encryption] **********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:694
Wednesday 03 August 2022  17:15:47 +0000 (0:00:00.041)       0:01:44.273 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699
Wednesday 03 August 2022  17:15:47 +0000 (0:00:00.041)       0:01:44.314 ****** 
skipping: [/cache/rhel-7.qcow2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "key": "cert",
        "value": "/var/opt/mssql/data/.cer"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-7.qcow2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "key": "key",
        "value": "/var/opt/mssql/data/.pvk"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:711
Wednesday 03 August 2022  17:15:47 +0000 (0:00:00.053)       0:01:44.367 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Restore certificate] *******************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:717
Wednesday 03 August 2022  17:15:47 +0000 (0:00:00.045)       0:01:44.413 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create database mirroring endpoints] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722
Wednesday 03 August 2022  17:15:47 +0000 (0:00:00.045)       0:01:44.459 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create the  login] *********************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:727
Wednesday 03 August 2022  17:15:47 +0000 (0:00:00.046)       0:01:44.505 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Join synchronous and witness servers to the availability group] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:732
Wednesday 03 August 2022  17:15:47 +0000 (0:00:00.078)       0:01:44.584 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Grant permissions to the  login] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:737
Wednesday 03 August 2022  17:15:47 +0000 (0:00:00.044)       0:01:44.628 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify if the  database exists on secondaries] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:742
Wednesday 03 August 2022  17:15:47 +0000 (0:00:00.045)       0:01:44.673 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:749
Wednesday 03 August 2022  17:15:47 +0000 (0:00:00.048)       0:01:44.722 ****** 
skipping: [/cache/rhel-7.qcow2] => (item=cert)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "cert",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-7.qcow2] => (item=key)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "key",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Save credentials for the  SQL Server login] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:762
Wednesday 03 August 2022  17:15:47 +0000 (0:00:00.054)       0:01:44.776 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Run ha_cluster to configure pacemaker] ***********************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:773
Wednesday 03 August 2022  17:15:47 +0000 (0:00:00.052)       0:01:44.829 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify if the  database exists] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:778
Wednesday 03 August 2022  17:15:47 +0000 (0:00:00.046)       0:01:44.876 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:786
Wednesday 03 August 2022  17:15:47 +0000 (0:00:00.043)       0:01:44.919 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Input the  sql file to SQL Server] *****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:795
Wednesday 03 August 2022  17:15:48 +0000 (0:00:00.371)       0:01:45.291 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the mssql_post_input_sql_file fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:801
Wednesday 03 August 2022  17:15:48 +0000 (0:00:00.036)       0:01:45.328 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "mssql_post_input_sql_file": null
    },
    "changed": false
}
META: role_complete for /cache/rhel-7.qcow2

TASK [Verify that the 1433 port is configured properly] ************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tests_tcp_firewall.yml:43
Wednesday 03 August 2022  17:15:48 +0000 (0:00:00.064)       0:01:45.392 ****** 
included: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_tcp_port.yml for /cache/rhel-7.qcow2

TASK [List opened firewall ports] **********************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_tcp_port.yml:8
Wednesday 03 August 2022  17:15:48 +0000 (0:00:00.070)       0:01:45.463 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--list-ports"
    ],
    "delta": "0:00:00.263044",
    "end": "2022-08-03 13:15:47.889083",
    "rc": 0,
    "start": "2022-08-03 13:15:47.626039"
}

STDOUT:

1433/tcp

TASK [Verify that the 1433 port is open in firewall] ***************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_tcp_port.yml:13
Wednesday 03 August 2022  17:15:48 +0000 (0:00:00.585)       0:01:46.048 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the {{ __mssql_tcp_port_previous }} firewall port is closed] ***
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_tcp_port.yml:19
Wednesday 03 August 2022  17:15:48 +0000 (0:00:00.128)       0:01:46.177 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the 1433 port is configured in SQL Server] *******************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_tcp_port.yml:26
Wednesday 03 August 2022  17:15:48 +0000 (0:00:00.038)       0:01:46.216 ****** 
included: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml for /cache/rhel-7.qcow2

TASK [Check if the errorlog file exists and its location] **********************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:8
Wednesday 03 August 2022  17:15:49 +0000 (0:00:00.070)       0:01:46.287 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check if the set edition matches the existing edition] *******************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:23
Wednesday 03 August 2022  17:15:49 +0000 (0:00:00.041)       0:01:46.328 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the edition matches] *******************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:36
Wednesday 03 August 2022  17:15:49 +0000 (0:00:00.038)       0:01:46.367 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the IP address setting] *******************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:40
Wednesday 03 August 2022  17:15:49 +0000 (0:00:00.042)       0:01:46.409 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the TCP port setting] *********************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:47
Wednesday 03 August 2022  17:15:49 +0000 (0:00:00.037)       0:01:46.446 ****** 
included: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql_conf_verify.yml for /cache/rhel-7.qcow2

TASK [Get the value of the tcpport setting] ************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  17:15:49 +0000 (0:00:00.061)       0:01:46.508 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.005144",
    "end": "2022-08-03 13:15:48.684967",
    "rc": 0,
    "start": "2022-08-03 13:15:48.679823"
}

TASK [Verify the tcpport setting when it is type str] **************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  17:15:49 +0000 (0:00:00.335)       0:01:46.843 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tcpport setting when it is type bool] *************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  17:15:49 +0000 (0:00:00.048)       0:01:46.891 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that tcpport = 1433] **********************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  17:15:49 +0000 (0:00:00.048)       0:01:46.940 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Prepare MSSQL and facts for logging in] **********************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:57
Wednesday 03 August 2022  17:15:49 +0000 (0:00:00.064)       0:01:47.005 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Wait for mssql-server to start and prepare for client connections] *******
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:65
Wednesday 03 August 2022  17:15:49 +0000 (0:00:00.037)       0:01:47.042 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check if the set password matches the existing password] *****************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:72
Wednesday 03 August 2022  17:15:49 +0000 (0:00:00.035)       0:01:47.077 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the password matched] ******************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:78
Wednesday 03 August 2022  17:15:49 +0000 (0:00:00.036)       0:01:47.114 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the SQL agent is enabled] ************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:82
Wednesday 03 August 2022  17:15:49 +0000 (0:00:00.035)       0:01:47.150 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the {{ __mssql_server_fts_packages }} package] ********************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:89
Wednesday 03 August 2022  17:15:49 +0000 (0:00:00.036)       0:01:47.186 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the {{ __mssql_powershell_packages }} package] ********************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:96
Wednesday 03 August 2022  17:15:50 +0000 (0:00:00.082)       0:01:47.269 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the {{ __mssql_server_ha_packages }} package is installed] *****
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:107
Wednesday 03 August 2022  17:15:50 +0000 (0:00:00.042)       0:01:47.312 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the hadrenabled setting] ******************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:113
Wednesday 03 August 2022  17:15:50 +0000 (0:00:00.039)       0:01:47.351 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get the value of the traceflag setting] **********************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:123
Wednesday 03 August 2022  17:15:50 +0000 (0:00:00.037)       0:01:47.389 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the traceflag setting is set to 3979] ************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:128
Wednesday 03 August 2022  17:15:50 +0000 (0:00:00.038)       0:01:47.428 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the traceflag setting is not set to 3979] ********************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:133
Wednesday 03 August 2022  17:15:50 +0000 (0:00:00.036)       0:01:47.464 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the alternatewritethrough setting is false] ******************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:139
Wednesday 03 August 2022  17:15:50 +0000 (0:00:00.038)       0:01:47.502 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the writethrough setting] *****************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:145
Wednesday 03 August 2022  17:15:50 +0000 (0:00:00.037)       0:01:47.539 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlscert setting] **********************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:155
Wednesday 03 August 2022  17:15:50 +0000 (0:00:00.039)       0:01:47.579 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlskey setting] ***********************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:163
Wednesday 03 August 2022  17:15:50 +0000 (0:00:00.038)       0:01:47.617 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlsprotocols setting] *****************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:171
Wednesday 03 August 2022  17:15:50 +0000 (0:00:00.039)       0:01:47.656 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the forceencryption setting] **************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:179
Wednesday 03 August 2022  17:15:50 +0000 (0:00:00.036)       0:01:47.693 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Set up SQL Server] *******************************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tests_tcp_firewall.yml:53
Wednesday 03 August 2022  17:15:50 +0000 (0:00:00.036)       0:01:47.729 ****** 

TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3
Wednesday 03 August 2022  17:15:50 +0000 (0:00:00.061)       0:01:47.791 ****** 
included: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] *****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3
Wednesday 03 August 2022  17:15:50 +0000 (0:00:00.054)       0:01:47.846 ****** 
ok: [/cache/rhel-7.qcow2]

TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:10
Wednesday 03 August 2022  17:15:51 +0000 (0:00:00.435)       0:01:48.281 ****** 
ok: [/cache/rhel-7.qcow2] => (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": [
        "/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [/cache/rhel-7.qcow2] => (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": [
        "/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [/cache/rhel-7.qcow2] => (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": [
        "/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat_7.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_7.yml"
}
skipping: [/cache/rhel-7.qcow2] => (item=RedHat_7.9.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_7.9.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8
Wednesday 03 August 2022  17:15:51 +0000 (0:00:00.182)       0:01:48.464 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": null
    },
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:12
Wednesday 03 August 2022  17:15:51 +0000 (0:00:00.044)       0:01:48.508 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": null
    },
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Link the deprecated accept_microsoft_sql_server_2019_standard_eula fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16
Wednesday 03 August 2022  17:15:51 +0000 (0:00:00.047)       0:01:48.556 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:22
Wednesday 03 August 2022  17:15:51 +0000 (0:00:00.038)       0:01:48.595 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:27
Wednesday 03 August 2022  17:15:51 +0000 (0:00:00.040)       0:01:48.636 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:39
Wednesday 03 August 2022  17:15:51 +0000 (0:00:00.062)       0:01:48.698 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [fedora.linux_system_roles.mssql : Verify if the mssql_upgrade variable is provided correctly] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44
Wednesday 03 August 2022  17:15:51 +0000 (0:00:00.062)       0:01:48.761 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55
Wednesday 03 August 2022  17:15:51 +0000 (0:00:00.048)       0:01:48.809 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:63
Wednesday 03 August 2022  17:15:51 +0000 (0:00:00.045)       0:01:48.855 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:71
Wednesday 03 August 2022  17:15:51 +0000 (0:00:00.044)       0:01:48.899 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Gather package facts] ******************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:80
Wednesday 03 August 2022  17:15:51 +0000 (0:00:00.045)       0:01:48.945 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:85
Wednesday 03 August 2022  17:15:52 +0000 (0:00:00.882)       0:01:49.828 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:96
Wednesday 03 August 2022  17:15:52 +0000 (0:00:00.047)       0:01:49.875 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server 2017 repo] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:102
Wednesday 03 August 2022  17:15:53 +0000 (0:00:00.589)       0:01:50.464 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove the Microsoft SQL Server 2017 repository to upgrade to 2019] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:113
Wednesday 03 August 2022  17:15:53 +0000 (0:00:00.047)       0:01:50.512 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server 2019 repository] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:119
Wednesday 03 August 2022  17:15:53 +0000 (0:00:00.054)       0:01:50.567 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server package] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:129
Wednesday 03 August 2022  17:15:53 +0000 (0:00:00.054)       0:01:50.621 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": [
        "mssql-server-15.0.4236.7-1.x86_64 providing mssql-server is already installed"
    ]
}

TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137
Wednesday 03 August 2022  17:15:53 +0000 (0:00:00.513)       0:01:51.134 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:145
Wednesday 03 August 2022  17:15:53 +0000 (0:00:00.033)       0:01:51.167 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n  echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n  echo /var/opt/mssql/log/errorlog\nelse\n  echo \"\"\nfi\n",
    "delta": "0:00:00.006971",
    "end": "2022-08-03 13:15:53.344672",
    "rc": 0,
    "start": "2022-08-03 13:15:53.337701"
}

STDOUT:

/var/opt/mssql/log/errorlog

TASK [fedora.linux_system_roles.mssql : Gather system services facts] **********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:160
Wednesday 03 August 2022  17:15:54 +0000 (0:00:00.336)       0:01:51.504 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174
Wednesday 03 August 2022  17:15:55 +0000 (0:00:00.980)       0:01:52.485 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set up MSSQL] **************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:184
Wednesday 03 August 2022  17:15:55 +0000 (0:00:00.091)       0:01:52.577 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:193
Wednesday 03 August 2022  17:15:55 +0000 (0:00:00.054)       0:01:52.632 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": [
        "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed"
    ]
}

TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:198
Wednesday 03 August 2022  17:15:55 +0000 (0:00:00.537)       0:01:53.169 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "tuned",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "ActiveEnterTimestampMonotonic": "4755665",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "network.target systemd-sysctl.service systemd-journald.socket basic.target dbus.service system.slice",
        "AllowIsolate": "no",
        "AmbientCapabilities": "0",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "AssertTimestampMonotonic": "4498329",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "18446744073709551615",
        "BusName": "com.redhat.tuned",
        "CPUAccounting": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "18446744073709551615",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "18446744073709551615",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "ConditionTimestampMonotonic": "4498329",
        "Conflicts": "shutdown.target cpupower.service",
        "ControlGroup": "/system.slice/tuned.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "Delegate": "no",
        "Description": "Dynamic System Tuning Daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "944",
        "ExecMainStartTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "ExecMainStartTimestampMonotonic": "4499080",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/tuned.service",
        "GuessMainPID": "yes",
        "IOScheduling": "0",
        "Id": "tuned.service",
        "IgnoreOnIsolate": "no",
        "IgnoreOnSnapshot": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "InactiveExitTimestampMonotonic": "4499476",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "0",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "18446744073709551615",
        "LimitCORE": "18446744073709551615",
        "LimitCPU": "18446744073709551615",
        "LimitDATA": "18446744073709551615",
        "LimitFSIZE": "18446744073709551615",
        "LimitLOCKS": "18446744073709551615",
        "LimitMEMLOCK": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitNICE": "0",
        "LimitNOFILE": "4096",
        "LimitNPROC": "14956",
        "LimitRSS": "18446744073709551615",
        "LimitRTPRIO": "0",
        "LimitRTTIME": "18446744073709551615",
        "LimitSIGPENDING": "14956",
        "LimitSTACK": "18446744073709551615",
        "LoadState": "loaded",
        "MainPID": "944",
        "MemoryAccounting": "no",
        "MemoryCurrent": "18446744073709551615",
        "MemoryLimit": "18446744073709551615",
        "MountFlags": "0",
        "Names": "tuned.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/tuned/tuned.pid",
        "PermissionsStartOnly": "no",
        "PrivateDevices": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "ProtectHome": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "Requires": "basic.target system.slice dbus.service polkit.service",
        "Restart": "no",
        "RestartUSec": "100ms",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitInterval": "10000000",
        "StartupBlockIOWeight": "18446744073709551615",
        "StartupCPUShares": "18446744073709551615",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "no",
        "TasksCurrent": "18446744073709551615",
        "TasksMax": "18446744073709551615",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 13:13:57 EDT",
        "WatchdogTimestampMonotonic": "4755609",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:204
Wednesday 03 August 2022  17:15:56 +0000 (0:00:00.407)       0:01:53.577 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "tuned-adm",
        "active"
    ],
    "delta": "0:00:00.105594",
    "end": "2022-08-03 13:15:55.859543",
    "rc": 0,
    "start": "2022-08-03 13:15:55.753949"
}

STDOUT:

Current active profile: virtual-guest mssql

TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214
Wednesday 03 August 2022  17:15:56 +0000 (0:00:00.440)       0:01:54.018 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:227
Wednesday 03 August 2022  17:15:56 +0000 (0:00:00.034)       0:01:54.053 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:236
Wednesday 03 August 2022  17:15:56 +0000 (0:00:00.034)       0:01:54.087 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:246
Wednesday 03 August 2022  17:15:56 +0000 (0:00:00.031)       0:01:54.119 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "repo": "packages-microsoft-com-prod",
    "state": "present"
}

TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:253
Wednesday 03 August 2022  17:15:57 +0000 (0:00:00.314)       0:01:54.433 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": [
        "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed",
        "unixODBC-devel-2.3.7-1.rh.x86_64 providing unixODBC-devel is already installed"
    ]
}

TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:265
Wednesday 03 August 2022  17:15:57 +0000 (0:00:00.508)       0:01:54.942 ****** 
included: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3
Wednesday 03 August 2022  17:15:57 +0000 (0:00:00.063)       0:01:55.005 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "ActiveEnterTimestampMonotonic": "94955024",
        "ActiveExitTimestamp": "Wed 2022-08-03 13:15:26 EDT",
        "ActiveExitTimestampMonotonic": "93920436",
        "ActiveState": "active",
        "After": "basic.target systemd-journald.socket -.mount network.target system.slice auditd.service",
        "AllowIsolate": "no",
        "AmbientCapabilities": "0",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "AssertTimestampMonotonic": "94954107",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "18446744073709551615",
        "CPUAccounting": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "18446744073709551615",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "18446744073709551615",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "ConditionTimestampMonotonic": "94954107",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "10471",
        "ExecMainStartTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "ExecMainStartTimestampMonotonic": "94954933",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 13:15:27 EDT] ; stop_time=[n/a] ; pid=10471 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "GuessMainPID": "yes",
        "IOScheduling": "0",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreOnSnapshot": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "InactiveEnterTimestampMonotonic": "94953443",
        "InactiveExitTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "InactiveExitTimestampMonotonic": "94955024",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "0",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "18446744073709551615",
        "LimitCORE": "18446744073709551615",
        "LimitCPU": "18446744073709551615",
        "LimitDATA": "18446744073709551615",
        "LimitFSIZE": "18446744073709551615",
        "LimitLOCKS": "18446744073709551615",
        "LimitMEMLOCK": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitNICE": "0",
        "LimitNOFILE": "18446744073709551615",
        "LimitNPROC": "18446744073709551615",
        "LimitRSS": "18446744073709551615",
        "LimitRTPRIO": "0",
        "LimitRTTIME": "18446744073709551615",
        "LimitSIGPENDING": "14956",
        "LimitSTACK": "18446744073709551615",
        "LoadState": "loaded",
        "MainPID": "10471",
        "MemoryAccounting": "no",
        "MemoryCurrent": "18446744073709551615",
        "MemoryLimit": "18446744073709551615",
        "MountFlags": "0",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "PrivateDevices": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "ProtectHome": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "Requires": "system.slice -.mount basic.target",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitInterval": "0",
        "StartupBlockIOWeight": "18446744073709551615",
        "StartupCPUShares": "18446744073709551615",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "no",
        "TasksCurrent": "18446744073709551615",
        "TasksMax": "18446744073709551615",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "WatchdogTimestampMonotonic": "94954989",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8
Wednesday 03 August 2022  17:15:58 +0000 (0:00:00.452)       0:01:55.457 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:01.004871",
    "end": "2022-08-03 13:15:58.631619",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 13:15:57.626748"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14
Wednesday 03 August 2022  17:15:59 +0000 (0:00:01.329)       0:01:56.786 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003762",
    "end": "2022-08-03 13:15:58.938625",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 13:15:58.934863"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Set a fact with a password query] ******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20
Wednesday 03 August 2022  17:15:59 +0000 (0:00:00.308)       0:01:57.095 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": "/opt/mssql-tools/bin/sqlcmd   -U sa -P p@55w0rD"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:270
Wednesday 03 August 2022  17:15:59 +0000 (0:00:00.064)       0:01:57.160 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql-tools/bin/sqlcmd",
        "-U",
        "sa",
        "-P",
        "p@55w0rD",
        "-Q",
        "SELECT @@VERSION"
    ],
    "delta": "0:00:00.027668",
    "end": "2022-08-03 13:15:59.357408",
    "rc": 0,
    "start": "2022-08-03 13:15:59.329740"
}

STDOUT:

                                                                                                                                                                                                                                                                                                            
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft SQL Server 2019 (RTM-CU16-GDR) (KB5014353) - 15.0.4236.7 (X64) 
	May 29 2022 15:55:47 
	Copyright (C) 2019 Microsoft Corporation
	Enterprise Evaluation Edition (64-bit) on Linux (Red Hat Enterprise Linux Server 7.9 (Maipo)) <X64>                                                             

(1 rows affected)

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:276
Wednesday 03 August 2022  17:16:00 +0000 (0:00:00.350)       0:01:57.511 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Change the password of the sa user] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:283
Wednesday 03 August 2022  17:16:00 +0000 (0:00:00.037)       0:01:57.549 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Input the  sql file to SQL Server] *****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291
Wednesday 03 August 2022  17:16:00 +0000 (0:00:00.039)       0:01:57.588 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the mssql_pre_input_sql_file fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:297
Wednesday 03 August 2022  17:16:00 +0000 (0:00:00.034)       0:01:57.623 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "mssql_pre_input_sql_file": null
    },
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:306
Wednesday 03 August 2022  17:16:00 +0000 (0:00:00.079)       0:01:57.702 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n  edition_matches=false\nelse\n  edition_matches=true\nfi\necho \"${edition_matches}\"\n",
    "delta": "0:00:00.005907",
    "end": "2022-08-03 13:15:59.902278",
    "rc": 0,
    "start": "2022-08-03 13:15:59.896371"
}

STDOUT:

true

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:319
Wednesday 03 August 2022  17:16:00 +0000 (0:00:00.357)       0:01:58.060 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] ***********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:326
Wednesday 03 August 2022  17:16:00 +0000 (0:00:00.053)       0:01:58.113 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:335
Wednesday 03 August 2022  17:16:00 +0000 (0:00:00.053)       0:01:58.166 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:342
Wednesday 03 August 2022  17:16:00 +0000 (0:00:00.043)       0:01:58.210 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:01.005143",
    "end": "2022-08-03 13:16:01.381869",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 13:16:00.376726"
}

MSG:

non-zero return code

TASK [Open the 1435 TCP port] **************************************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349
Wednesday 03 August 2022  17:16:02 +0000 (0:00:01.328)       0:01:59.539 ****** 

TASK [fedora.linux_system_roles.firewall : include_tasks] **********************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:1
Wednesday 03 August 2022  17:16:02 +0000 (0:00:00.068)       0:01:59.607 ****** 
included: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 03 August 2022  17:16:02 +0000 (0:00:00.051)       0:01:59.659 ****** 
ok: [/cache/rhel-7.qcow2]

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:7
Wednesday 03 August 2022  17:16:02 +0000 (0:00:00.411)       0:02:00.070 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Install python-firewall] ************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12
Wednesday 03 August 2022  17:16:03 +0000 (0:00:00.574)       0:02:00.645 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": [
        "python-firewall-0.6.3-13.el7_9.noarch providing python-firewall is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Install python3-firewall] ***********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18
Wednesday 03 August 2022  17:16:03 +0000 (0:00:00.526)       0:02:01.172 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:3
Wednesday 03 August 2022  17:16:03 +0000 (0:00:00.038)       0:02:01.210 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "ActiveEnterTimestampMonotonic": "85338989",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target system.slice dbus.service polkit.service",
        "AllowIsolate": "no",
        "AmbientCapabilities": "0",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "AssertTimestampMonotonic": "85108594",
        "Before": "shutdown.target network-pre.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "18446744073709551615",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "18446744073709551615",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "18446744073709551615",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "ConditionTimestampMonotonic": "85108594",
        "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:firewalld(1)",
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "9856",
        "ExecMainStartTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "ExecMainStartTimestampMonotonic": "85109498",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "GuessMainPID": "yes",
        "IOScheduling": "0",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreOnSnapshot": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "InactiveExitTimestampMonotonic": "85109543",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "0",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "18446744073709551615",
        "LimitCORE": "18446744073709551615",
        "LimitCPU": "18446744073709551615",
        "LimitDATA": "18446744073709551615",
        "LimitFSIZE": "18446744073709551615",
        "LimitLOCKS": "18446744073709551615",
        "LimitMEMLOCK": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitNICE": "0",
        "LimitNOFILE": "4096",
        "LimitNPROC": "14956",
        "LimitRSS": "18446744073709551615",
        "LimitRTPRIO": "0",
        "LimitRTTIME": "18446744073709551615",
        "LimitSIGPENDING": "14956",
        "LimitSTACK": "18446744073709551615",
        "LoadState": "loaded",
        "MainPID": "9856",
        "MemoryAccounting": "no",
        "MemoryCurrent": "18446744073709551615",
        "MemoryLimit": "18446744073709551615",
        "MountFlags": "0",
        "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "PrivateDevices": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "ProtectHome": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "Requires": "system.slice basic.target",
        "Restart": "no",
        "RestartUSec": "100ms",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitInterval": "10000000",
        "StartupBlockIOWeight": "18446744073709551615",
        "StartupCPUShares": "18446744073709551615",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "no",
        "TasksCurrent": "18446744073709551615",
        "TasksMax": "18446744073709551615",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "WatchdogTimestampMonotonic": "85338918",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 03 August 2022  17:16:04 +0000 (0:00:00.416)       0:02:01.627 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Wednesday 03 August 2022  17:16:04 +0000 (0:00:00.066)       0:02:01.693 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Wednesday 03 August 2022  17:16:04 +0000 (0:00:00.045)       0:02:01.739 ****** 
changed: [/cache/rhel-7.qcow2] => (item={'port': '1435/tcp', 'state': 'enabled', 'permanent': True, 'runtime': True}) => {
    "__firewall_changed": true,
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "permanent": true,
        "port": "1435/tcp",
        "runtime": true,
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : gather firewall config information] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77
Wednesday 03 August 2022  17:16:05 +0000 (0:00:00.584)       0:02:02.324 ****** 
skipping: [/cache/rhel-7.qcow2] => (item={'port': '1435/tcp', 'state': 'enabled', 'permanent': True, 'runtime': True})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "permanent": true,
        "port": "1435/tcp",
        "runtime": true,
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : update firewalld_config fact] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:87
Wednesday 03 August 2022  17:16:05 +0000 (0:00:00.058)       0:02:02.383 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : gather firewall config if no arguments] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:99
Wednesday 03 August 2022  17:16:05 +0000 (0:00:00.088)       0:02:02.471 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : update firewalld_config fact] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104
Wednesday 03 August 2022  17:16:05 +0000 (0:00:00.045)       0:02:02.517 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:114
Wednesday 03 August 2022  17:16:05 +0000 (0:00:00.045)       0:02:02.563 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:122
Wednesday 03 August 2022  17:16:05 +0000 (0:00:00.043)       0:02:02.607 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:128
Wednesday 03 August 2022  17:16:05 +0000 (0:00:00.046)       0:02:02.653 ****** 
skipping: [/cache/rhel-7.qcow2] => {}
META: role_complete for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1435] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:360
Wednesday 03 August 2022  17:16:05 +0000 (0:00:00.070)       0:02:02.723 ****** 
included: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.mssql : Get the network tcpport setting] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  17:16:05 +0000 (0:00:00.061)       0:02:02.784 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003656",
    "end": "2022-08-03 13:16:04.949781",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 13:16:04.946125"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Configure the network tcpport setting] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  17:16:05 +0000 (0:00:00.319)       0:02:03.104 ****** 
NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for /cache/rhel-7.qcow2
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "network.tcpport",
        "1435"
    ],
    "delta": "0:00:00.130914",
    "end": "2022-08-03 13:16:05.408310",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 13:16:05.277396"
}

STDOUT:

SQL Server needs to be restarted in order to apply this setting. Please run
'systemctl restart mssql-server.service'.

TASK [fedora.linux_system_roles.mssql : Unset the network tcpport setting] *****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  17:16:06 +0000 (0:00:00.469)       0:02:03.573 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Close the previously set SQL Server TCP port if it changed] **************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:366
Wednesday 03 August 2022  17:16:06 +0000 (0:00:00.035)       0:02:03.609 ****** 

TASK [fedora.linux_system_roles.firewall : include_tasks] **********************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:1
Wednesday 03 August 2022  17:16:06 +0000 (0:00:00.093)       0:02:03.703 ****** 
included: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 03 August 2022  17:16:06 +0000 (0:00:00.053)       0:02:03.756 ****** 
ok: [/cache/rhel-7.qcow2]

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:7
Wednesday 03 August 2022  17:16:06 +0000 (0:00:00.460)       0:02:04.217 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Install python-firewall] ************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12
Wednesday 03 August 2022  17:16:07 +0000 (0:00:00.506)       0:02:04.723 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": [
        "python-firewall-0.6.3-13.el7_9.noarch providing python-firewall is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Install python3-firewall] ***********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18
Wednesday 03 August 2022  17:16:07 +0000 (0:00:00.501)       0:02:05.224 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:3
Wednesday 03 August 2022  17:16:08 +0000 (0:00:00.039)       0:02:05.264 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "ActiveEnterTimestampMonotonic": "85338989",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target system.slice dbus.service polkit.service",
        "AllowIsolate": "no",
        "AmbientCapabilities": "0",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "AssertTimestampMonotonic": "85108594",
        "Before": "shutdown.target network-pre.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "18446744073709551615",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "18446744073709551615",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "18446744073709551615",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "ConditionTimestampMonotonic": "85108594",
        "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:firewalld(1)",
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "9856",
        "ExecMainStartTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "ExecMainStartTimestampMonotonic": "85109498",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "GuessMainPID": "yes",
        "IOScheduling": "0",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreOnSnapshot": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "InactiveExitTimestampMonotonic": "85109543",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "0",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "18446744073709551615",
        "LimitCORE": "18446744073709551615",
        "LimitCPU": "18446744073709551615",
        "LimitDATA": "18446744073709551615",
        "LimitFSIZE": "18446744073709551615",
        "LimitLOCKS": "18446744073709551615",
        "LimitMEMLOCK": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitNICE": "0",
        "LimitNOFILE": "4096",
        "LimitNPROC": "14956",
        "LimitRSS": "18446744073709551615",
        "LimitRTPRIO": "0",
        "LimitRTTIME": "18446744073709551615",
        "LimitSIGPENDING": "14956",
        "LimitSTACK": "18446744073709551615",
        "LoadState": "loaded",
        "MainPID": "9856",
        "MemoryAccounting": "no",
        "MemoryCurrent": "18446744073709551615",
        "MemoryLimit": "18446744073709551615",
        "MountFlags": "0",
        "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "PrivateDevices": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "ProtectHome": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "Requires": "system.slice basic.target",
        "Restart": "no",
        "RestartUSec": "100ms",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitInterval": "10000000",
        "StartupBlockIOWeight": "18446744073709551615",
        "StartupCPUShares": "18446744073709551615",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "no",
        "TasksCurrent": "18446744073709551615",
        "TasksMax": "18446744073709551615",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogTimestamp": "Wed 2022-08-03 13:15:17 EDT",
        "WatchdogTimestampMonotonic": "85338918",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 03 August 2022  17:16:08 +0000 (0:00:00.423)       0:02:05.688 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Wednesday 03 August 2022  17:16:08 +0000 (0:00:00.065)       0:02:05.753 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Wednesday 03 August 2022  17:16:08 +0000 (0:00:00.047)       0:02:05.801 ****** 
changed: [/cache/rhel-7.qcow2] => (item={'port': '1433/tcp', 'state': 'disabled', 'permanent': True, 'runtime': True}) => {
    "__firewall_changed": true,
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "permanent": true,
        "port": "1433/tcp",
        "runtime": true,
        "state": "disabled"
    }
}

TASK [fedora.linux_system_roles.firewall : gather firewall config information] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.649)       0:02:06.451 ****** 
skipping: [/cache/rhel-7.qcow2] => (item={'port': '1433/tcp', 'state': 'disabled', 'permanent': True, 'runtime': True})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "permanent": true,
        "port": "1433/tcp",
        "runtime": true,
        "state": "disabled"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : update firewalld_config fact] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:87
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.063)       0:02:06.514 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : gather firewall config if no arguments] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:99
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.055)       0:02:06.569 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : update firewalld_config fact] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.045)       0:02:06.614 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:114
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.045)       0:02:06.660 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:122
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.042)       0:02:06.702 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:128
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.043)       0:02:06.746 ****** 
skipping: [/cache/rhel-7.qcow2] => {}
META: role_complete for /cache/rhel-7.qcow2

TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:384
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.062)       0:02:06.809 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-fts package] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:391
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.037)       0:02:06.846 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the powershell package] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:398
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.037)       0:02:06.883 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:407
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.034)       0:02:06.918 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the hadrenabled setting] *****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.034)       0:02:06.953 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:422
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.037)       0:02:06.990 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] ****************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:428
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.037)       0:02:07.028 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] **************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:434
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.034)       0:02:07.063 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.036)       0:02:07.099 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:447
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.034)       0:02:07.133 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.035)       0:02:07.168 ****** 
skipping: [/cache/rhel-7.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-7.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:474
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.037)       0:02:07.206 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] **********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483
Wednesday 03 August 2022  17:16:09 +0000 (0:00:00.035)       0:02:07.242 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:492
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.034)       0:02:07.276 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:499
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.077)       0:02:07.353 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Open the 5022/tcp port and enable the high-availability service in firewall] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:509
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.040)       0:02:07.393 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set host variables] ********************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:528
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.048)       0:02:07.442 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:539
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.048)       0:02:07.490 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:545
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.063)       0:02:07.554 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:552
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.044)       0:02:07.599 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable AlwaysOn Health events] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:559
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.045)       0:02:07.644 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:564
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.042)       0:02:07.687 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:570
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.042)       0:02:07.730 ****** 
skipping: [/cache/rhel-7.qcow2] => (item=/var/opt/mssql/data/.cer)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/var/opt/mssql/data/.cer",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-7.qcow2] => (item=/var/opt/mssql/data/.pvk)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/var/opt/mssql/data/.pvk",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create master key encryption] **********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:579
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.046)       0:02:07.776 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create and back up certificate] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:584
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.044)       0:02:07.821 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Fetch certificate and private key from the primary node to the control node] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:590
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.042)       0:02:07.864 ****** 
skipping: [/cache/rhel-7.qcow2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "key": "cert",
        "value": "/var/opt/mssql/data/.cer"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-7.qcow2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "key": "key",
        "value": "/var/opt/mssql/data/.pvk"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create database mirroring endpoints] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:602
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.048)       0:02:07.912 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create the] ****************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:607
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.041)       0:02:07.954 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Get mssql-server version to see if WRITE_LEASE_VALIDITY is available] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:613
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.042)       0:02:07.996 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Create the  availability group] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:618
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.042)       0:02:08.038 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Grant permissions to the  login] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:623
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.043)       0:02:08.082 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Back up and replicate the  database] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.042)       0:02:08.124 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set a fact to indicate successful set up on the primary replica] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.047)       0:02:08.172 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Fail if the primary node failed] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:662
Wednesday 03 August 2022  17:16:10 +0000 (0:00:00.048)       0:02:08.221 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.053)       0:02:08.274 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:675
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.044)       0:02:08.319 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:682
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.095)       0:02:08.414 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable AlwaysOn Health events] *********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:689
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.047)       0:02:08.462 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create master key encryption] **********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:694
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.046)       0:02:08.509 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.045)       0:02:08.554 ****** 
skipping: [/cache/rhel-7.qcow2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "key": "cert",
        "value": "/var/opt/mssql/data/.cer"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-7.qcow2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "key": "key",
        "value": "/var/opt/mssql/data/.pvk"
    },
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] ****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:711
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.052)       0:02:08.606 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Restore certificate] *******************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:717
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.043)       0:02:08.650 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create database mirroring endpoints] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.045)       0:02:08.695 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create the  login] *********************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:727
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.045)       0:02:08.741 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Join synchronous and witness servers to the availability group] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:732
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.045)       0:02:08.786 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Grant permissions to the  login] *******
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:737
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.044)       0:02:08.831 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify if the  database exists on secondaries] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:742
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.046)       0:02:08.877 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:749
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.049)       0:02:08.926 ****** 
skipping: [/cache/rhel-7.qcow2] => (item=cert)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "cert",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-7.qcow2] => (item=key)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "key",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Save credentials for the  SQL Server login] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:762
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.049)       0:02:08.975 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Run ha_cluster to configure pacemaker] ***********************************
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:773
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.043)       0:02:09.019 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify if the  database exists] ********
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:778
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.047)       0:02:09.067 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:786
Wednesday 03 August 2022  17:16:11 +0000 (0:00:00.044)       0:02:09.111 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true
}

MSG:

Block inserted

TASK [fedora.linux_system_roles.mssql : Input the  sql file to SQL Server] *****
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:795
Wednesday 03 August 2022  17:16:12 +0000 (0:00:00.380)       0:02:09.491 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the mssql_post_input_sql_file fact] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:801
Wednesday 03 August 2022  17:16:12 +0000 (0:00:00.037)       0:02:09.529 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "ansible_facts": {
        "mssql_post_input_sql_file": null
    },
    "changed": false
}
META: role_complete for /cache/rhel-7.qcow2

TASK [Verify that the 1435 port is configured properly] ************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tests_tcp_firewall.yml:61
Wednesday 03 August 2022  17:16:12 +0000 (0:00:00.063)       0:02:09.592 ****** 
included: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_tcp_port.yml for /cache/rhel-7.qcow2

TASK [List opened firewall ports] **********************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_tcp_port.yml:8
Wednesday 03 August 2022  17:16:12 +0000 (0:00:00.112)       0:02:09.705 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--list-ports"
    ],
    "delta": "0:00:00.267093",
    "end": "2022-08-03 13:16:12.124183",
    "rc": 0,
    "start": "2022-08-03 13:16:11.857090"
}

STDOUT:

1435/tcp

TASK [Verify that the 1435 port is open in firewall] ***************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_tcp_port.yml:13
Wednesday 03 August 2022  17:16:13 +0000 (0:00:00.578)       0:02:10.284 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the 1433 firewall port is closed] ****************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_tcp_port.yml:19
Wednesday 03 August 2022  17:16:13 +0000 (0:00:00.055)       0:02:10.340 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the 1435 port is configured in SQL Server] *******************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_tcp_port.yml:26
Wednesday 03 August 2022  17:16:13 +0000 (0:00:00.050)       0:02:10.390 ****** 
included: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml for /cache/rhel-7.qcow2

TASK [Check if the errorlog file exists and its location] **********************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:8
Wednesday 03 August 2022  17:16:13 +0000 (0:00:00.073)       0:02:10.463 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check if the set edition matches the existing edition] *******************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:23
Wednesday 03 August 2022  17:16:13 +0000 (0:00:00.040)       0:02:10.503 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the edition matches] *******************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:36
Wednesday 03 August 2022  17:16:13 +0000 (0:00:00.035)       0:02:10.539 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the IP address setting] *******************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:40
Wednesday 03 August 2022  17:16:13 +0000 (0:00:00.035)       0:02:10.575 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the TCP port setting] *********************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:47
Wednesday 03 August 2022  17:16:13 +0000 (0:00:00.037)       0:02:10.612 ****** 
included: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql_conf_verify.yml for /cache/rhel-7.qcow2

TASK [Get the value of the tcpport setting] ************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  17:16:13 +0000 (0:00:00.064)       0:02:10.677 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.005125",
    "end": "2022-08-03 13:16:12.847413",
    "rc": 0,
    "start": "2022-08-03 13:16:12.842288"
}

STDOUT:

tcpport = 1435

TASK [Verify the tcpport setting when it is type str] **************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  17:16:13 +0000 (0:00:00.326)       0:02:11.003 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tcpport setting when it is type bool] *************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  17:16:13 +0000 (0:00:00.046)       0:02:11.050 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that tcpport = 1435] **********************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  17:16:13 +0000 (0:00:00.101)       0:02:11.151 ****** 
ok: [/cache/rhel-7.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Prepare MSSQL and facts for logging in] **********************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:57
Wednesday 03 August 2022  17:16:13 +0000 (0:00:00.059)       0:02:11.211 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Wait for mssql-server to start and prepare for client connections] *******
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:65
Wednesday 03 August 2022  17:16:13 +0000 (0:00:00.036)       0:02:11.247 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check if the set password matches the existing password] *****************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:72
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.034)       0:02:11.282 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the password matched] ******************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:78
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.034)       0:02:11.317 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the SQL agent is enabled] ************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:82
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.033)       0:02:11.351 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the {{ __mssql_server_fts_packages }} package] ********************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:89
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.035)       0:02:11.386 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the {{ __mssql_powershell_packages }} package] ********************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:96
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.034)       0:02:11.420 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the {{ __mssql_server_ha_packages }} package is installed] *****
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:107
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.035)       0:02:11.456 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the hadrenabled setting] ******************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:113
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.033)       0:02:11.490 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get the value of the traceflag setting] **********************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:123
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.035)       0:02:11.526 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the traceflag setting is set to 3979] ************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:128
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.034)       0:02:11.560 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the traceflag setting is not set to 3979] ********************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:133
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.035)       0:02:11.595 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the alternatewritethrough setting is false] ******************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:139
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.034)       0:02:11.630 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the writethrough setting] *****************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:145
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.036)       0:02:11.666 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlscert setting] **********************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:155
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.034)       0:02:11.700 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlskey setting] ***********************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:163
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.034)       0:02:11.735 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlsprotocols setting] *****************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:171
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.033)       0:02:11.768 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the forceencryption setting] **************************************
task path: /tmp/tmpjm0ncwf7/tests/mssql/tasks/verify_settings.yml:179
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.033)       0:02:11.801 ****** 
skipping: [/cache/rhel-7.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] ***
task path: /tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3
Wednesday 03 August 2022  17:16:14 +0000 (0:00:00.033)       0:02:11.835 ****** 
changed: [/cache/rhel-7.qcow2] => {
    "changed": true,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "ActiveEnterTimestampMonotonic": "94955024",
        "ActiveExitTimestamp": "Wed 2022-08-03 13:15:26 EDT",
        "ActiveExitTimestampMonotonic": "93920436",
        "ActiveState": "active",
        "After": "basic.target systemd-journald.socket -.mount network.target system.slice auditd.service",
        "AllowIsolate": "no",
        "AmbientCapabilities": "0",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "AssertTimestampMonotonic": "94954107",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "18446744073709551615",
        "CPUAccounting": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "18446744073709551615",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "18446744073709551615",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "ConditionTimestampMonotonic": "94954107",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "10471",
        "ExecMainStartTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "ExecMainStartTimestampMonotonic": "94954933",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 13:15:27 EDT] ; stop_time=[n/a] ; pid=10471 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "GuessMainPID": "yes",
        "IOScheduling": "0",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreOnSnapshot": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "InactiveEnterTimestampMonotonic": "94953443",
        "InactiveExitTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "InactiveExitTimestampMonotonic": "94955024",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "0",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "18446744073709551615",
        "LimitCORE": "18446744073709551615",
        "LimitCPU": "18446744073709551615",
        "LimitDATA": "18446744073709551615",
        "LimitFSIZE": "18446744073709551615",
        "LimitLOCKS": "18446744073709551615",
        "LimitMEMLOCK": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitNICE": "0",
        "LimitNOFILE": "18446744073709551615",
        "LimitNPROC": "18446744073709551615",
        "LimitRSS": "18446744073709551615",
        "LimitRTPRIO": "0",
        "LimitRTTIME": "18446744073709551615",
        "LimitSIGPENDING": "14956",
        "LimitSTACK": "18446744073709551615",
        "LoadState": "loaded",
        "MainPID": "10471",
        "MemoryAccounting": "no",
        "MemoryCurrent": "18446744073709551615",
        "MemoryLimit": "18446744073709551615",
        "MountFlags": "0",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "PrivateDevices": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "ProtectHome": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "Requires": "system.slice -.mount basic.target",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitInterval": "0",
        "StartupBlockIOWeight": "18446744073709551615",
        "StartupCPUShares": "18446744073709551615",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "no",
        "TasksCurrent": "18446744073709551615",
        "TasksMax": "18446744073709551615",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 13:15:27 EDT",
        "WatchdogTimestampMonotonic": "94954989",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/rhel-7.qcow2        : ok=149  changed=22   unreachable=0    failed=0    skipped=334  rescued=0    ignored=0   

Wednesday 03 August 2022  17:16:15 +0000 (0:00:00.630)       0:02:12.465 ****** 
=============================================================================== 
fedora.linux_system_roles.mssql : Ensure the mssql-server package ------ 47.58s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:129 
fedora.linux_system_roles.mssql : Set up MSSQL -------------------------- 5.25s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:184 
fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 4.35s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:253 
fedora.linux_system_roles.mssql : Register the previous tcpport setting --- 2.66s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:342 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.27s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:7 
fedora.linux_system_roles.mssql : Gather system services facts ---------- 1.96s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:160 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.85s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 
fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.73s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:80 
fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 1.65s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:193 
fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles --- 1.57s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:236 
Reload service daemon --------------------------------------------------- 1.54s
/tmp/tmpjm0ncwf7/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:17 ----
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.48s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:3 
fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles --- 1.44s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 
set up internal repositories -------------------------------------------- 1.43s
/cache/rhel-7_setup.yml:5 -----------------------------------------------------
fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist --- 1.33s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 
fedora.linux_system_roles.mssql : Get the network tcpport setting ------- 1.32s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 
fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist --- 1.32s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 
fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories --- 1.19s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:96 
fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.18s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:80 
fedora.linux_system_roles.mssql : Gather system services facts ---------- 1.15s
/tmp/tmpc9shnupj/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:160