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/tmpn59lzvet
  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: centos-8_setup.yml ***************************************************
1 plays in /cache/centos-8_setup.yml

PLAY [Enable HA repos] *********************************************************
META: ran handlers

TASK [Enable HA repos] *********************************************************
task path: /cache/centos-8_setup.yml:5
Wednesday 03 August 2022  15:22:59 +0000 (0:00:00.019)       0:00:00.019 ****** 
changed: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/libexec/platform-python"
    },
    "changed": true,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "ha"
    ],
    "delta": "0:00:00.364451",
    "end": "2022-08-03 15:23:00.158940",
    "rc": 0,
    "start": "2022-08-03 15:22:59.794489"
}
META: ran handlers
META: ran handlers

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

Wednesday 03 August 2022  15:23:00 +0000 (0:00:00.967)       0:00:00.987 ****** 
=============================================================================== 
Enable HA repos --------------------------------------------------------- 0.97s
/cache/centos-8_setup.yml:5 ---------------------------------------------------

PLAYBOOK: tests_idempotency_2017.yml *******************************************
1 plays in /tmp/tmpek3rdkcs/tests/tests_idempotency_2017.yml

PLAY [Ensure that the role is idempotent] **************************************
META: ran handlers

TASK [Run on a fresh host and set all parameters] ******************************
task path: /tmp/tmpek3rdkcs/tests/tests_idempotency_2017.yml:11
Wednesday 03 August 2022  15:23:00 +0000 (0:00:00.022)       0:00:01.010 ****** 

TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:3
Wednesday 03 August 2022  15:23:00 +0000 (0:00:00.109)       0:00:01.120 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3
Wednesday 03 August 2022  15:23:00 +0000 (0:00:00.026)       0:00:01.146 ****** 
ok: [/cache/centos-8.qcow2]

TASK [linux-system-roles.mssql : Set platform/version specific variables] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:11
Wednesday 03 August 2022  15:23:01 +0000 (0:00:00.777)       0:00:01.923 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:8
Wednesday 03 August 2022  15:23:01 +0000 (0:00:00.050)       0:00:01.974 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:12
Wednesday 03 August 2022  15:23:01 +0000 (0:00:00.028)       0:00:02.002 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:16
Wednesday 03 August 2022  15:23:01 +0000 (0:00:00.028)       0:00:02.031 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:22
Wednesday 03 August 2022  15:23:01 +0000 (0:00:00.022)       0:00:02.054 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:27
Wednesday 03 August 2022  15:23:01 +0000 (0:00:00.025)       0:00:02.079 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:39
Wednesday 03 August 2022  15:23:01 +0000 (0:00:00.045)       0:00:02.125 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [linux-system-roles.mssql : Verify if the mssql_upgrade variable is provided correctly] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:44
Wednesday 03 August 2022  15:23:01 +0000 (0:00:00.040)       0:00:02.165 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:55
Wednesday 03 August 2022  15:23:01 +0000 (0:00:00.031)       0:00:02.197 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:63
Wednesday 03 August 2022  15:23:01 +0000 (0:00:00.029)       0:00:02.226 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:72
Wednesday 03 August 2022  15:23:01 +0000 (0:00:00.028)       0:00:02.254 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Gather package facts] *************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:85
Wednesday 03 August 2022  15:23:01 +0000 (0:00:00.027)       0:00:02.282 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:90
Wednesday 03 August 2022  15:23:03 +0000 (0:00:01.474)       0:00:03.756 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:101
Wednesday 03 August 2022  15:23:03 +0000 (0:00:00.102)       0:00:03.859 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true
}

TASK [linux-system-roles.mssql : Update all packages from SQL Server 2017 repo] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:107
Wednesday 03 August 2022  15:23:06 +0000 (0:00:02.824)       0:00:06.683 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:118
Wednesday 03 August 2022  15:23:06 +0000 (0:00:00.045)       0:00:06.728 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server 2017 repository] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:124
Wednesday 03 August 2022  15:23:06 +0000 (0:00:00.045)       0:00:06.774 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "repo": "packages-microsoft-com-mssql-server-2017",
    "state": "present"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server package] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:134
Wednesday 03 August 2022  15:23:06 +0000 (0:00:00.540)       0:00:07.314 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: libpkgconf-1.4.2-1.el8.x86_64",
        "Installed: python2-libs-2.7.18-11.module_el8.7.0+1179+42dadd5f.x86_64",
        "Installed: libatomic-8.5.0-15.el8.x86_64",
        "Installed: pkgconf-1.4.2-1.el8.x86_64",
        "Installed: pkgconf-m4-1.4.2-1.el8.noarch",
        "Installed: pkgconf-pkg-config-1.4.2-1.el8.x86_64",
        "Installed: glibc-headers-2.28-184.el8.x86_64",
        "Installed: isl-0.16.1-6.el8.x86_64",
        "Installed: python2-pip-9.0.3-19.module_el8.6.0+987+71f62bb6.noarch",
        "Installed: binutils-2.30-117.el8.x86_64",
        "Installed: python2-pip-wheel-9.0.3-19.module_el8.6.0+987+71f62bb6.noarch",
        "Installed: libmpc-1.1.0-9.1.el8.x86_64",
        "Installed: libtool-ltdl-2.4.6-25.el8.x86_64",
        "Installed: libxcrypt-devel-4.1.1-6.el8.x86_64",
        "Installed: gc-7.6.4-3.el8.x86_64",
        "Installed: libipt-1.6.1-8.el8.x86_64",
        "Installed: libbabeltrace-1.5.4-4.el8.x86_64",
        "Installed: gcc-8.5.0-7.el8.x86_64",
        "Installed: mssql-server-14.0.3451.2-1.x86_64",
        "Installed: gdb-8.2-19.el8.x86_64",
        "Installed: python2-2.7.18-11.module_el8.7.0+1179+42dadd5f.x86_64",
        "Installed: kernel-headers-4.18.0-408.el8.x86_64",
        "Installed: python2-setuptools-39.0.1-13.module_el8.5.0+743+cd2f5d28.noarch",
        "Installed: python2-setuptools-wheel-39.0.1-13.module_el8.5.0+743+cd2f5d28.noarch",
        "Installed: cpp-8.5.0-7.el8.x86_64",
        "Installed: cyrus-sasl-2.1.27-5.el8.x86_64",
        "Installed: gdb-headless-8.2-19.el8.x86_64",
        "Installed: glibc-devel-2.28-184.el8.x86_64",
        "Installed: cyrus-sasl-gssapi-2.1.27-5.el8.x86_64",
        "Installed: guile-5:2.0.14-7.el8.x86_64",
        "Installed: gcc-gdb-plugin-8.5.0-7.el8.x86_64",
        "Installed: libatomic_ops-7.6.2-3.el8.x86_64"
    ]
}

TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:142
Wednesday 03 August 2022  15:24:04 +0000 (0:00:57.766)       0:01:05.080 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:150
Wednesday 03 August 2022  15:24:04 +0000 (0:00:00.073)       0:01:05.153 ****** 
ok: [/cache/centos-8.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.005490",
    "end": "2022-08-03 15:24:04.720506",
    "rc": 0,
    "start": "2022-08-03 15:24:04.715016"
}

TASK [linux-system-roles.mssql : Gather system services facts] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:165
Wednesday 03 August 2022  15:24:05 +0000 (0:00:00.392)       0:01:05.546 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:179
Wednesday 03 August 2022  15:24:06 +0000 (0:00:01.606)       0:01:07.152 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [linux-system-roles.mssql : Set up MSSQL] *********************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:189
Wednesday 03 August 2022  15:24:06 +0000 (0:00:00.068)       0:01:07.221 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "-n",
        "setup"
    ],
    "delta": "0:00:04.290314",
    "end": "2022-08-03 15:24:11.100610",
    "rc": 0,
    "start": "2022-08-03 15:24:06.810296"
}

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=855862&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 /etc/systemd/system/multi-user.target.wants/mssql-server.service → /usr/lib/systemd/system/mssql-server.service.

TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:198
Wednesday 03 August 2022  15:24:11 +0000 (0:00:04.714)       0:01:11.936 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: tuned-2.18.0-3.el8.noarch",
        "Installed: tuned-profiles-mssql-2.18.0-3.el8.noarch",
        "Removed: tuned-2.16.0-1.el8.noarch"
    ]
}

TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:203
Wednesday 03 August 2022  15:24:15 +0000 (0:00:03.453)       0:01:15.389 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "tuned",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ActiveEnterTimestampMonotonic": "89598335",
        "ActiveExitTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ActiveExitTimestampMonotonic": "89343597",
        "ActiveState": "active",
        "After": "basic.target dbus.socket sysinit.target systemd-journald.socket systemd-sysctl.service dbus.service network.target system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "AssertTimestampMonotonic": "89435781",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "com.redhat.tuned",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ConditionTimestampMonotonic": "89435781",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "cpupower.service shutdown.target",
        "ControlGroup": "/system.slice/tuned.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Dynamic System Tuning Daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "15342",
        "ExecMainStartTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ExecMainStartTimestampMonotonic": "89436597",
        "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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "tuned.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "InactiveEnterTimestampMonotonic": "89434685",
        "InactiveExitTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "InactiveExitTimestampMonotonic": "89436795",
        "InvocationID": "07bffe72b7c64cdc951b40852e300656",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14647",
        "LimitNPROCSoft": "14647",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "15342",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "17371136",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "tuned.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/tuned/tuned.pid",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.service system.slice polkit.service sysinit.target dbus.socket",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "StateChangeTimestampMonotonic": "89598335",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "5",
        "TasksMax": "23435",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "WatchdogTimestampMonotonic": "89598333",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.mssql : Get the active Tuned profiles] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:209
Wednesday 03 August 2022  15:24:15 +0000 (0:00:00.798)       0:01:16.188 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "tuned-adm",
        "active"
    ],
    "delta": "0:00:00.112368",
    "end": "2022-08-03 15:24:15.885965",
    "rc": 0,
    "start": "2022-08-03 15:24:15.773597"
}

STDOUT:

Current active profile: virtual-guest

TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:219
Wednesday 03 August 2022  15:24:16 +0000 (0:00:00.525)       0:01:16.714 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "tuned-adm",
        "profile",
        "virtual-guest",
        "mssql"
    ],
    "delta": "0:00:02.186573",
    "end": "2022-08-03 15:24:18.471764",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:24:16.285191"
}

TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:232
Wednesday 03 August 2022  15:24:18 +0000 (0:00:02.591)       0:01:19.305 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:241
Wednesday 03 August 2022  15:24:18 +0000 (0:00:00.035)       0:01:19.341 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:251
Wednesday 03 August 2022  15:24:18 +0000 (0:00:00.033)       0:01:19.374 ****** 
changed: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:258
Wednesday 03 August 2022  15:24:19 +0000 (0:00:00.390)       0:01:19.765 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: unixODBC-2.3.7-1.rh.x86_64",
        "Installed: unixODBC-devel-2.3.7-1.rh.x86_64",
        "Installed: msodbcsql17-17.10.1.1-1.x86_64",
        "Installed: mssql-tools-17.10.1.1-1.x86_64"
    ]
}

TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:270
Wednesday 03 August 2022  15:24:23 +0000 (0:00:04.138)       0:01:23.903 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:275
Wednesday 03 August 2022  15:24:23 +0000 (0:00:00.035)       0:01:23.938 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:281
Wednesday 03 August 2022  15:24:23 +0000 (0:00:00.060)       0:01:23.999 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Change the password of the sa user] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:288
Wednesday 03 August 2022  15:24:23 +0000 (0:00:00.033)       0:01:24.032 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Input the  sql file to SQL Server] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:296
Wednesday 03 August 2022  15:24:23 +0000 (0:00:00.038)       0:01:24.071 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:302
Wednesday 03 August 2022  15:24:23 +0000 (0:00:00.036)       0:01:24.108 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:311
Wednesday 03 August 2022  15:24:23 +0000 (0:00:00.043)       0:01:24.151 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:324
Wednesday 03 August 2022  15:24:23 +0000 (0:00:00.033)       0:01:24.185 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Change the edition of MSSQL] ******************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:331
Wednesday 03 August 2022  15:24:23 +0000 (0:00:00.033)       0:01:24.218 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the IP address setting] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:340
Wednesday 03 August 2022  15:24:23 +0000 (0:00:00.033)       0:01:24.252 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the network ipaddress setting] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:24:23 +0000 (0:00:00.060)       0:01:24.312 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003134",
    "end": "2022-08-03 15:24:23.883611",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 15:24:23.880477"
}

MSG:

non-zero return code

TASK [linux-system-roles.mssql : Configure the network ipaddress setting] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:24:24 +0000 (0:00:00.406)       0:01:24.719 ****** 
NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for /cache/centos-8.qcow2
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "network.ipaddress",
        "0.0.0.0"
    ],
    "delta": "0:00:00.045855",
    "end": "2022-08-03 15:24:24.345990",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:24:24.300135"
}

STDOUT:

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

TASK [linux-system-roles.mssql : Unset the network ipaddress setting] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:24:24 +0000 (0:00:00.473)       0:01:25.192 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Register the previous tcpport setting] ********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:347
Wednesday 03 August 2022  15:24:24 +0000 (0:00:00.033)       0:01:25.225 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Open the 1433 TCP port] **************************************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:354
Wednesday 03 August 2022  15:24:24 +0000 (0:00:00.043)       0:01:25.269 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:365
Wednesday 03 August 2022  15:24:24 +0000 (0:00:00.045)       0:01:25.315 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the network tcpport setting] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:24:24 +0000 (0:00:00.053)       0:01:25.368 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003656",
    "end": "2022-08-03 15:24:24.982072",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 15:24:24.978416"
}

MSG:

non-zero return code

TASK [linux-system-roles.mssql : Configure the network tcpport setting] ********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:24:25 +0000 (0:00:00.443)       0:01:25.812 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "network.tcpport",
        "1433"
    ],
    "delta": "0:00:00.044393",
    "end": "2022-08-03 15:24:25.425077",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:24:25.380684"
}

STDOUT:

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

TASK [linux-system-roles.mssql : Unset the network tcpport setting] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:24:25 +0000 (0:00:00.455)       0:01:26.267 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Close the previously set SQL Server TCP port if it changed] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:371
Wednesday 03 August 2022  15:24:25 +0000 (0:00:00.033)       0:01:26.300 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the sqlagent setting] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:389
Wednesday 03 August 2022  15:24:25 +0000 (0:00:00.045)       0:01:26.345 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the sqlagent enabled setting] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:24:26 +0000 (0:00:00.058)       0:01:26.404 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^enabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002716",
    "end": "2022-08-03 15:24:25.965494",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:24:25.962778"
}

STDOUT:

enabled = false

TASK [linux-system-roles.mssql : Configure the sqlagent enabled setting] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:24:26 +0000 (0:00:00.391)       0:01:26.796 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "sqlagent.enabled",
        "True"
    ],
    "delta": "0:00:00.044989",
    "end": "2022-08-03 15:24:26.411320",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:24:26.366331"
}

STDOUT:

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

TASK [linux-system-roles.mssql : Unset the sqlagent enabled setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:24:26 +0000 (0:00:00.458)       0:01:27.254 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-fts package] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:396
Wednesday 03 August 2022  15:24:26 +0000 (0:00:00.034)       0:01:27.288 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: mssql-server-fts-14.0.3451.2-1.x86_64"
    ]
}

TASK [linux-system-roles.mssql : Ensure the powershell package] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:403
Wednesday 03 August 2022  15:24:49 +0000 (0:00:22.907)       0:01:50.196 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-ha package] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:412
Wednesday 03 August 2022  15:24:49 +0000 (0:00:00.037)       0:01:50.234 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: lvm2-libs-8:2.03.14-2.el8.x86_64",
        "Installed: samba-common-libs-4.16.2-1.el8.x86_64",
        "Installed: device-mapper-event-libs-8:1.02.181-2.el8.x86_64",
        "Installed: avahi-libs-0.7-20.el8.x86_64",
        "Installed: libaio-0.3.112-1.el8.x86_64",
        "Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64",
        "Installed: lvm2-8:2.03.14-2.el8.x86_64",
        "Installed: net-tools-2.0-0.52.20160912git.el8.x86_64",
        "Installed: samba-client-libs-4.16.2-1.el8.x86_64",
        "Installed: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64",
        "Installed: resource-agents-4.9.0-27.el8.x86_64",
        "Installed: mssql-server-ha-14.0.3451.2-1.x86_64",
        "Installed: python3-setuptools-39.2.0-6.el8.noarch",
        "Installed: python3-pip-9.0.3-22.el8.noarch",
        "Installed: device-mapper-event-8:1.02.181-2.el8.x86_64",
        "Installed: samba-common-4.16.2-1.el8.noarch",
        "Installed: libwbclient-4.16.2-1.el8.x86_64",
        "Installed: cifs-utils-6.8-3.el8.x86_64",
        "Installed: libicu-60.3-2.el8_1.x86_64"
    ]
}

TASK [linux-system-roles.mssql : Configure the hadrenabled setting] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:418
Wednesday 03 August 2022  15:24:57 +0000 (0:00:08.031)       0:01:58.265 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the hadr hadrenabled setting] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:24:57 +0000 (0:00:00.060)       0:01:58.326 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^hadrenabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003658",
    "end": "2022-08-03 15:24:57.962960",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 15:24:57.959302"
}

MSG:

non-zero return code

TASK [linux-system-roles.mssql : Configure the hadr hadrenabled setting] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:24:58 +0000 (0:00:00.467)       0:01:58.793 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "hadr.hadrenabled",
        "1"
    ],
    "delta": "0:00:00.045211",
    "end": "2022-08-03 15:24:58.415523",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:24:58.370312"
}

STDOUT:

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

TASK [linux-system-roles.mssql : Unset the hadr hadrenabled setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:24:58 +0000 (0:00:00.462)       0:01:59.255 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:427
Wednesday 03 August 2022  15:24:58 +0000 (0:00:00.038)       0:01:59.294 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^traceflag[0-9] = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003467",
    "end": "2022-08-03 15:24:58.855066",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 15:24:58.851599"
}

MSG:

non-zero return code

TASK [linux-system-roles.mssql : Set the 3979 traceflag] ***********************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:433
Wednesday 03 August 2022  15:24:59 +0000 (0:00:00.391)       0:01:59.685 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "traceflag",
        "3979",
        "on"
    ],
    "delta": "0:00:00.043759",
    "end": "2022-08-03 15:24:59.293911",
    "rc": 0,
    "start": "2022-08-03 15:24:59.250152"
}

STDOUT:

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

TASK [linux-system-roles.mssql : Unset the 3979 traceflag] *********************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:439
Wednesday 03 August 2022  15:24:59 +0000 (0:00:00.439)       0:02:00.124 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:446
Wednesday 03 August 2022  15:24:59 +0000 (0:00:00.056)       0:02:00.180 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the control alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:24:59 +0000 (0:00:00.065)       0:02:00.246 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^alternatewritethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003108",
    "end": "2022-08-03 15:24:59.821623",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 15:24:59.818515"
}

MSG:

non-zero return code

TASK [linux-system-roles.mssql : Configure the control alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:25:00 +0000 (0:00:00.409)       0:02:00.656 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "control.alternatewritethrough",
        "0"
    ],
    "delta": "0:00:00.044414",
    "end": "2022-08-03 15:25:00.322543",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:25:00.278129"
}

STDOUT:

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

TASK [linux-system-roles.mssql : Unset the control alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:25:00 +0000 (0:00:00.503)       0:02:01.159 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the writethrough setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:452
Wednesday 03 August 2022  15:25:00 +0000 (0:00:00.038)       0:02:01.197 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the control writethrough setting] *********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:25:00 +0000 (0:00:00.058)       0:02:01.256 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^writethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003425",
    "end": "2022-08-03 15:25:00.832816",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 15:25:00.829391"
}

MSG:

non-zero return code

TASK [linux-system-roles.mssql : Configure the control writethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:25:01 +0000 (0:00:00.410)       0:02:01.667 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "control.writethrough",
        "1"
    ],
    "delta": "0:00:00.049256",
    "end": "2022-08-03 15:25:01.287978",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:25:01.238722"
}

STDOUT:

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

TASK [linux-system-roles.mssql : Unset the control writethrough setting] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:25:01 +0000 (0:00:00.461)       0:02:02.129 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:463
Wednesday 03 August 2022  15:25:01 +0000 (0:00:00.039)       0:02:02.168 ****** 
skipping: [/cache/centos-8.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the tlscert setting] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:479
Wednesday 03 August 2022  15:25:01 +0000 (0:00:00.040)       0:02:02.208 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the tlskey setting] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:488
Wednesday 03 August 2022  15:25:01 +0000 (0:00:00.035)       0:02:02.244 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:497
Wednesday 03 August 2022  15:25:01 +0000 (0:00:00.034)       0:02:02.278 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the forceencryption setting] ********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:504
Wednesday 03 August 2022  15:25:01 +0000 (0:00:00.038)       0:02:02.317 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:514
Wednesday 03 August 2022  15:25:01 +0000 (0:00:00.043)       0:02:02.360 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Set host variables] ***************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:533
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.049)       0:02:02.410 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-ha package] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:544
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.079)       0:02:02.490 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable the hadrenabled setting] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:550
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.045)       0:02:02.536 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:557
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.046)       0:02:02.582 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable AlwaysOn Health events] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:565
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.045)       0:02:02.627 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove certificate from SQL Server] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:570
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.046)       0:02:02.674 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove certificate and private key files] *****
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:576
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.045)       0:02:02.719 ****** 
skipping: [/cache/centos-8.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/centos-8.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 [linux-system-roles.mssql : Create master key encryption] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:585
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.053)       0:02:02.773 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create and back up certificate] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:590
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.043)       0:02:02.816 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Fetch certificate and private key from the primary node to the control node] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:596
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.040)       0:02:02.856 ****** 
skipping: [/cache/centos-8.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/centos-8.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 [linux-system-roles.mssql : Create database mirroring endpoints] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:608
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.046)       0:02:02.903 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create the] ***********************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:613
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.040)       0:02:02.943 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Get mssql-server version to see if WRITE_LEASE_VALIDITY is available] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:619
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.039)       0:02:02.983 ****** 
skipping: [/cache/centos-8.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 : Create the  availability group] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:624
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.041)       0:02:03.025 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Grant permissions to the  login] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:629
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.046)       0:02:03.071 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Back up and replicate the  database] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:634
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.043)       0:02:03.115 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Set a fact to indicate successful set up on the primary replica] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:641
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.047)       0:02:03.162 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Fail if the primary node failed] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:668
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.046)       0:02:03.208 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-ha package] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:675
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.046)       0:02:03.254 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable the hadrenabled setting] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:681
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.044)       0:02:03.299 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:688
Wednesday 03 August 2022  15:25:02 +0000 (0:00:00.047)       0:02:03.347 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable AlwaysOn Health events] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:696
Wednesday 03 August 2022  15:25:03 +0000 (0:00:00.043)       0:02:03.390 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create master key encryption] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:701
Wednesday 03 August 2022  15:25:03 +0000 (0:00:00.090)       0:02:03.481 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:706
Wednesday 03 August 2022  15:25:03 +0000 (0:00:00.047)       0:02:03.529 ****** 
skipping: [/cache/centos-8.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/centos-8.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 [linux-system-roles.mssql : Remove certificate from SQL Server] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:718
Wednesday 03 August 2022  15:25:03 +0000 (0:00:00.051)       0:02:03.581 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Restore certificate] **************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:724
Wednesday 03 August 2022  15:25:03 +0000 (0:00:00.045)       0:02:03.626 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create database mirroring endpoints] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:729
Wednesday 03 August 2022  15:25:03 +0000 (0:00:00.043)       0:02:03.669 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create the  login] ****************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:734
Wednesday 03 August 2022  15:25:03 +0000 (0:00:00.048)       0:02:03.718 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Join synchronous and witness servers to the availability group] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:739
Wednesday 03 August 2022  15:25:03 +0000 (0:00:00.046)       0:02:03.765 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Grant permissions to the  login] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:744
Wednesday 03 August 2022  15:25:03 +0000 (0:00:00.053)       0:02:03.819 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify if the  database exists on secondaries] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:749
Wednesday 03 August 2022  15:25:03 +0000 (0:00:00.047)       0:02:03.866 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:756
Wednesday 03 August 2022  15:25:03 +0000 (0:00:00.049)       0:02:03.916 ****** 
skipping: [/cache/centos-8.qcow2] => (item=cert)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "cert",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=key)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "key",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Save credentials for the  SQL Server login] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:769
Wednesday 03 August 2022  15:25:03 +0000 (0:00:00.059)       0:02:03.976 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Run ha_cluster to configure pacemaker] ***********************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:780
Wednesday 03 August 2022  15:25:03 +0000 (0:00:00.048)       0:02:04.024 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify if the  database exists] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:785
Wednesday 03 August 2022  15:25:03 +0000 (0:00:00.057)       0:02:04.082 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:793
Wednesday 03 August 2022  15:25:03 +0000 (0:00:00.049)       0:02:04.131 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true
}

MSG:

Block inserted

TASK [linux-system-roles.mssql : Input the  sql file to SQL Server] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:802
Wednesday 03 August 2022  15:25:04 +0000 (0:00:00.615)       0:02:04.747 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the mssql_post_input_sql_file fact] *****
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:808
Wednesday 03 August 2022  15:25:04 +0000 (0:00:00.036)       0:02:04.783 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "mssql_post_input_sql_file": null
    },
    "changed": false
}
META: role_complete for /cache/centos-8.qcow2

TASK [Configure the mssql-server service start limit interval and burst] *******
task path: /tmp/tmpek3rdkcs/tests/tests_idempotency_2017.yml:25
Wednesday 03 August 2022  15:25:04 +0000 (0:00:00.136)       0:02:04.920 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/mssql-sever-increase-start-limit.yml for /cache/centos-8.qcow2

TASK [Modify the mssql-server service start limit interval] ********************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql-sever-increase-start-limit.yml:3
Wednesday 03 August 2022  15:25:04 +0000 (0:00:00.072)       0:02:04.993 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true
}

MSG:

1 replacements made

TASK [Modify the mssql-server service start limit burst] ***********************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql-sever-increase-start-limit.yml:10
Wednesday 03 August 2022  15:25:05 +0000 (0:00:00.505)       0:02:05.498 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true
}

MSG:

1 replacements made

TASK [Reload service daemon] ***************************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql-sever-increase-start-limit.yml:17
Wednesday 03 August 2022  15:25:05 +0000 (0:00:00.395)       0:02:05.894 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 15:24:10 UTC",
        "ActiveEnterTimestampMonotonic": "86649439",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "systemd-journald.socket -.mount system.slice auditd.service network.target sysinit.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 15:24:10 UTC",
        "AssertTimestampMonotonic": "86637517",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 15:24:10 UTC",
        "ConditionTimestampMonotonic": "86637517",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "15064",
        "ExecMainStartTimestamp": "Wed 2022-08-03 15:24:10 UTC",
        "ExecMainStartTimestampMonotonic": "86649380",
        "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",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2022-08-03 15:24:10 UTC",
        "InactiveExitTimestampMonotonic": "86649439",
        "InvocationID": "50864560c84848d1a46c2a974ab5505f",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "15064",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "603095040",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target -.mount",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 15:24:10 UTC",
        "StateChangeTimestampMonotonic": "86649439",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "133",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 15:24:10 UTC",
        "WatchdogTimestampMonotonic": "86649437",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [Flush handlers] **********************************************************
task path: /tmp/tmpek3rdkcs/tests/tests_idempotency_2017.yml:28
Wednesday 03 August 2022  15:25:06 +0000 (0:00:01.126)       0:02:07.020 ****** 

RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/handlers/main.yml:3
Wednesday 03 August 2022  15:25:06 +0000 (0:00:00.000)       0:02:07.021 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ActiveEnterTimestampMonotonic": "141857861",
        "ActiveExitTimestamp": "Wed 2022-08-03 15:25:05 UTC",
        "ActiveExitTimestampMonotonic": "141417461",
        "ActiveState": "active",
        "After": "systemd-journald.socket -.mount system.slice auditd.service network.target sysinit.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "AssertTimestampMonotonic": "141856579",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ConditionTimestampMonotonic": "141856579",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "19579",
        "ExecMainStartTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ExecMainStartTimestampMonotonic": "141857796",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 15:25:06 UTC] ; stop_time=[n/a] ; pid=19579 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "InactiveEnterTimestampMonotonic": "141855406",
        "InactiveExitTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "InactiveExitTimestampMonotonic": "141857861",
        "InvocationID": "06521240b4184e1686ba64f27cd32479",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "19579",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "120614912",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target -.mount",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "StateChangeTimestampMonotonic": "141857861",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "WatchdogTimestampMonotonic": "141857860",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}
META: ran handlers

TASK [Run again with the same settings - should report not changed] ************
task path: /tmp/tmpek3rdkcs/tests/tests_idempotency_2017.yml:31
Wednesday 03 August 2022  15:25:07 +0000 (0:00:00.637)       0:02:07.658 ****** 

TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:3
Wednesday 03 August 2022  15:25:07 +0000 (0:00:00.108)       0:02:07.766 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3
Wednesday 03 August 2022  15:25:07 +0000 (0:00:00.052)       0:02:07.818 ****** 
ok: [/cache/centos-8.qcow2]

TASK [linux-system-roles.mssql : Set platform/version specific variables] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:11
Wednesday 03 August 2022  15:25:07 +0000 (0:00:00.548)       0:02:08.367 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:8
Wednesday 03 August 2022  15:25:08 +0000 (0:00:00.061)       0:02:08.428 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:12
Wednesday 03 August 2022  15:25:08 +0000 (0:00:00.043)       0:02:08.472 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:16
Wednesday 03 August 2022  15:25:08 +0000 (0:00:00.047)       0:02:08.519 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:22
Wednesday 03 August 2022  15:25:08 +0000 (0:00:00.036)       0:02:08.556 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:27
Wednesday 03 August 2022  15:25:08 +0000 (0:00:00.034)       0:02:08.590 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:39
Wednesday 03 August 2022  15:25:08 +0000 (0:00:00.057)       0:02:08.648 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [linux-system-roles.mssql : Verify if the mssql_upgrade variable is provided correctly] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:44
Wednesday 03 August 2022  15:25:08 +0000 (0:00:00.137)       0:02:08.785 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:55
Wednesday 03 August 2022  15:25:08 +0000 (0:00:00.053)       0:02:08.838 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:63
Wednesday 03 August 2022  15:25:08 +0000 (0:00:00.049)       0:02:08.888 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:72
Wednesday 03 August 2022  15:25:08 +0000 (0:00:00.043)       0:02:08.932 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Gather package facts] *************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:85
Wednesday 03 August 2022  15:25:08 +0000 (0:00:00.046)       0:02:08.978 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:90
Wednesday 03 August 2022  15:25:09 +0000 (0:00:01.317)       0:02:10.296 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:101
Wednesday 03 August 2022  15:25:09 +0000 (0:00:00.064)       0:02:10.360 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

TASK [linux-system-roles.mssql : Update all packages from SQL Server 2017 repo] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:107
Wednesday 03 August 2022  15:25:10 +0000 (0:00:00.684)       0:02:11.045 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:118
Wednesday 03 August 2022  15:25:10 +0000 (0:00:00.048)       0:02:11.093 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server 2017 repository] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:124
Wednesday 03 August 2022  15:25:10 +0000 (0:00:00.049)       0:02:11.143 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server package] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:134
Wednesday 03 August 2022  15:25:10 +0000 (0:00:00.058)       0:02:11.201 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:142
Wednesday 03 August 2022  15:25:12 +0000 (0:00:01.955)       0:02:13.157 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:150
Wednesday 03 August 2022  15:25:12 +0000 (0:00:00.033)       0:02:13.190 ****** 
ok: [/cache/centos-8.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.005074",
    "end": "2022-08-03 15:25:12.749942",
    "rc": 0,
    "start": "2022-08-03 15:25:12.744868"
}

STDOUT:

/var/opt/mssql/log/errorlog

TASK [linux-system-roles.mssql : Gather system services facts] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:165
Wednesday 03 August 2022  15:25:13 +0000 (0:00:00.392)       0:02:13.582 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:179
Wednesday 03 August 2022  15:25:14 +0000 (0:00:01.536)       0:02:15.119 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Set up MSSQL] *********************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:189
Wednesday 03 August 2022  15:25:14 +0000 (0:00:00.054)       0:02:15.174 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:198
Wednesday 03 August 2022  15:25:14 +0000 (0:00:00.055)       0:02:15.230 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:203
Wednesday 03 August 2022  15:25:16 +0000 (0:00:01.837)       0:02:17.067 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "tuned",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ActiveEnterTimestampMonotonic": "89598335",
        "ActiveExitTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ActiveExitTimestampMonotonic": "89343597",
        "ActiveState": "active",
        "After": "dbus.service systemd-sysctl.service network.target dbus.socket basic.target systemd-journald.socket system.slice sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "AssertTimestampMonotonic": "89435781",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "com.redhat.tuned",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ConditionTimestampMonotonic": "89435781",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "cpupower.service shutdown.target",
        "ControlGroup": "/system.slice/tuned.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Dynamic System Tuning Daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "15342",
        "ExecMainStartTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ExecMainStartTimestampMonotonic": "89436597",
        "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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "tuned.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "InactiveEnterTimestampMonotonic": "89434685",
        "InactiveExitTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "InactiveExitTimestampMonotonic": "89436795",
        "InvocationID": "07bffe72b7c64cdc951b40852e300656",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14647",
        "LimitNPROCSoft": "14647",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "15342",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "18919424",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "tuned.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/tuned/tuned.pid",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "polkit.service dbus.service sysinit.target system.slice dbus.socket",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "StateChangeTimestampMonotonic": "89598335",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "5",
        "TasksMax": "23435",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "WatchdogTimestampMonotonic": "89598333",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.mssql : Get the active Tuned profiles] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:209
Wednesday 03 August 2022  15:25:17 +0000 (0:00:00.531)       0:02:17.599 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "tuned-adm",
        "active"
    ],
    "delta": "0:00:00.125583",
    "end": "2022-08-03 15:25:17.276362",
    "rc": 0,
    "start": "2022-08-03 15:25:17.150779"
}

STDOUT:

Current active profile: virtual-guest mssql

TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:219
Wednesday 03 August 2022  15:25:17 +0000 (0:00:00.547)       0:02:18.147 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:232
Wednesday 03 August 2022  15:25:17 +0000 (0:00:00.033)       0:02:18.180 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:241
Wednesday 03 August 2022  15:25:17 +0000 (0:00:00.032)       0:02:18.212 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:251
Wednesday 03 August 2022  15:25:17 +0000 (0:00:00.033)       0:02:18.246 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "repo": "packages-microsoft-com-prod",
    "state": "present"
}

TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:258
Wednesday 03 August 2022  15:25:18 +0000 (0:00:00.401)       0:02:18.647 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:270
Wednesday 03 August 2022  15:25:20 +0000 (0:00:01.844)       0:02:20.491 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3
Wednesday 03 August 2022  15:25:20 +0000 (0:00:00.063)       0:02:20.555 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ActiveEnterTimestampMonotonic": "142497319",
        "ActiveExitTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ActiveExitTimestampMonotonic": "142494888",
        "ActiveState": "active",
        "After": "systemd-journald.socket -.mount system.slice auditd.service network.target sysinit.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "AssertTimestampMonotonic": "142496479",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ConditionTimestampMonotonic": "142496479",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "19680",
        "ExecMainStartTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ExecMainStartTimestampMonotonic": "142497274",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 15:25:06 UTC] ; stop_time=[n/a] ; pid=19680 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "InactiveEnterTimestampMonotonic": "142495878",
        "InactiveExitTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "InactiveExitTimestampMonotonic": "142497319",
        "InvocationID": "a5799ce568534bf28677313ffa95894d",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "19680",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "735510528",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target -.mount",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "StateChangeTimestampMonotonic": "142497319",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "155",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "WatchdogTimestampMonotonic": "142497318",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8
Wednesday 03 August 2022  15:25:20 +0000 (0:00:00.557)       0:02:21.113 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002648",
    "end": "2022-08-03 15:25:20.710372",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 15:25:20.707724"
}

MSG:

non-zero return code

TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] ****
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14
Wednesday 03 August 2022  15:25:21 +0000 (0:00:00.429)       0:02:21.542 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002538",
    "end": "2022-08-03 15:25:21.103658",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:25:21.101120"
}

STDOUT:

ipaddress = 0.0.0.0

TASK [linux-system-roles.mssql : Set a fact with a password query] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20
Wednesday 03 August 2022  15:25:21 +0000 (0:00:00.394)       0:02:21.937 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": "/opt/mssql-tools/bin/sqlcmd -S 0.0.0.0 -U sa -P p@55w0rD"
    },
    "changed": false
}

TASK [linux-system-roles.mssql : Check if the set password matches the existing password] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:275
Wednesday 03 August 2022  15:25:21 +0000 (0:00:00.075)       0:02:22.012 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql-tools/bin/sqlcmd",
        "-S",
        "0.0.0.0",
        "-U",
        "sa",
        "-P",
        "p@55w0rD",
        "-Q",
        "SELECT @@VERSION"
    ],
    "delta": "0:00:00.031100",
    "end": "2022-08-03 15:25:21.616347",
    "rc": 0,
    "start": "2022-08-03 15:25:21.585247"
}

STDOUT:

                                                                                                                                                                                                                                                                                                            
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft SQL Server 2017 (RTM-CU30) (KB5013756) - 14.0.3451.2 (X64) 
	Jun 22 2022 18:20:15 
	Copyright (C) 2017 Microsoft Corporation
	Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8)                                                                                                   

(1 rows affected)

TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:281
Wednesday 03 August 2022  15:25:22 +0000 (0:00:00.446)       0:02:22.459 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Change the password of the sa user] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:288
Wednesday 03 August 2022  15:25:22 +0000 (0:00:00.039)       0:02:22.498 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Input the  sql file to SQL Server] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:296
Wednesday 03 August 2022  15:25:22 +0000 (0:00:00.042)       0:02:22.541 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:302
Wednesday 03 August 2022  15:25:22 +0000 (0:00:00.036)       0:02:22.577 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:311
Wednesday 03 August 2022  15:25:22 +0000 (0:00:00.042)       0:02:22.619 ****** 
ok: [/cache/centos-8.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.004485",
    "end": "2022-08-03 15:25:22.172018",
    "rc": 0,
    "start": "2022-08-03 15:25:22.167533"
}

STDOUT:

true

TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:324
Wednesday 03 August 2022  15:25:22 +0000 (0:00:00.382)       0:02:23.002 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Change the edition of MSSQL] ******************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:331
Wednesday 03 August 2022  15:25:22 +0000 (0:00:00.054)       0:02:23.056 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the IP address setting] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:340
Wednesday 03 August 2022  15:25:22 +0000 (0:00:00.055)       0:02:23.112 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the network ipaddress setting] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:25:22 +0000 (0:00:00.098)       0:02:23.210 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:01.003649",
    "end": "2022-08-03 15:25:23.777366",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:25:22.773717"
}

STDOUT:

ipaddress = 0.0.0.0

TASK [linux-system-roles.mssql : Configure the network ipaddress setting] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:25:24 +0000 (0:00:01.409)       0:02:24.620 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the network ipaddress setting] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:25:24 +0000 (0:00:00.049)       0:02:24.669 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Register the previous tcpport setting] ********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:347
Wednesday 03 August 2022  15:25:24 +0000 (0:00:00.039)       0:02:24.709 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Open the 1433 TCP port] **************************************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:354
Wednesday 03 August 2022  15:25:24 +0000 (0:00:00.050)       0:02:24.760 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:365
Wednesday 03 August 2022  15:25:24 +0000 (0:00:00.046)       0:02:24.806 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the network tcpport setting] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:25:24 +0000 (0:00:00.053)       0:02:24.859 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:01.003711",
    "end": "2022-08-03 15:25:25.425769",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 15:25:24.422058"
}

MSG:

non-zero return code

TASK [linux-system-roles.mssql : Configure the network tcpport setting] ********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:25:25 +0000 (0:00:01.401)       0:02:26.261 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "network.tcpport",
        "1433"
    ],
    "delta": "0:00:00.052815",
    "end": "2022-08-03 15:25:25.897150",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:25:25.844335"
}

STDOUT:

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

TASK [linux-system-roles.mssql : Unset the network tcpport setting] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:25:26 +0000 (0:00:00.481)       0:02:26.742 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Close the previously set SQL Server TCP port if it changed] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:371
Wednesday 03 August 2022  15:25:26 +0000 (0:00:00.031)       0:02:26.774 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the sqlagent setting] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:389
Wednesday 03 August 2022  15:25:26 +0000 (0:00:00.044)       0:02:26.818 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the sqlagent enabled setting] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:25:26 +0000 (0:00:00.059)       0:02:26.878 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^enabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003726",
    "end": "2022-08-03 15:25:26.461849",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:25:26.458123"
}

STDOUT:

enabled = True

TASK [linux-system-roles.mssql : Configure the sqlagent enabled setting] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:25:26 +0000 (0:00:00.421)       0:02:27.299 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the sqlagent enabled setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:25:26 +0000 (0:00:00.051)       0:02:27.350 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-fts package] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:396
Wednesday 03 August 2022  15:25:27 +0000 (0:00:00.036)       0:02:27.387 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.mssql : Ensure the powershell package] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:403
Wednesday 03 August 2022  15:25:28 +0000 (0:00:01.968)       0:02:29.355 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-ha package] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:412
Wednesday 03 August 2022  15:25:29 +0000 (0:00:00.042)       0:02:29.397 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.mssql : Configure the hadrenabled setting] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:418
Wednesday 03 August 2022  15:25:30 +0000 (0:00:01.846)       0:02:31.244 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the hadr hadrenabled setting] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:25:30 +0000 (0:00:00.064)       0:02:31.308 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^hadrenabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002843",
    "end": "2022-08-03 15:25:30.890506",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:25:30.887663"
}

STDOUT:

hadrenabled = 1

TASK [linux-system-roles.mssql : Configure the hadr hadrenabled setting] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:25:31 +0000 (0:00:00.417)       0:02:31.726 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the hadr hadrenabled setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:25:31 +0000 (0:00:00.090)       0:02:31.816 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:427
Wednesday 03 August 2022  15:25:31 +0000 (0:00:00.040)       0:02:31.857 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^traceflag[0-9] = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.005605",
    "end": "2022-08-03 15:25:31.580048",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:25:31.574443"
}

STDOUT:

traceflag0 = 3979

TASK [linux-system-roles.mssql : Set the 3979 traceflag] ***********************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:433
Wednesday 03 August 2022  15:25:32 +0000 (0:00:00.585)       0:02:32.442 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the 3979 traceflag] *********************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:439
Wednesday 03 August 2022  15:25:32 +0000 (0:00:00.055)       0:02:32.498 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:446
Wednesday 03 August 2022  15:25:32 +0000 (0:00:00.050)       0:02:32.549 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the control alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:25:32 +0000 (0:00:00.081)       0:02:32.630 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^alternatewritethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003635",
    "end": "2022-08-03 15:25:32.204303",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:25:32.200668"
}

STDOUT:

alternatewritethrough = 0

TASK [linux-system-roles.mssql : Configure the control alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:25:32 +0000 (0:00:00.411)       0:02:33.041 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the control alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:25:32 +0000 (0:00:00.055)       0:02:33.097 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the writethrough setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:452
Wednesday 03 August 2022  15:25:32 +0000 (0:00:00.037)       0:02:33.135 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the control writethrough setting] *********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:25:32 +0000 (0:00:00.059)       0:02:33.194 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^writethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003538",
    "end": "2022-08-03 15:25:32.769046",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:25:32.765508"
}

STDOUT:

writethrough = 1

TASK [linux-system-roles.mssql : Configure the control writethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.446)       0:02:33.641 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the control writethrough setting] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.052)       0:02:33.693 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:463
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.041)       0:02:33.735 ****** 
skipping: [/cache/centos-8.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the tlscert setting] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:479
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.041)       0:02:33.776 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the tlskey setting] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:488
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.038)       0:02:33.815 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:497
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.038)       0:02:33.854 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the forceencryption setting] ********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:504
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.036)       0:02:33.890 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:514
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.038)       0:02:33.929 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Set host variables] ***************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:533
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.044)       0:02:33.973 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-ha package] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:544
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.047)       0:02:34.020 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable the hadrenabled setting] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:550
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.044)       0:02:34.065 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:557
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.051)       0:02:34.116 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable AlwaysOn Health events] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:565
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.060)       0:02:34.176 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove certificate from SQL Server] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:570
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.051)       0:02:34.228 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove certificate and private key files] *****
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:576
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.048)       0:02:34.276 ****** 
skipping: [/cache/centos-8.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/centos-8.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 [linux-system-roles.mssql : Create master key encryption] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:585
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.052)       0:02:34.329 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create and back up certificate] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:590
Wednesday 03 August 2022  15:25:33 +0000 (0:00:00.049)       0:02:34.379 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Fetch certificate and private key from the primary node to the control node] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:596
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.047)       0:02:34.426 ****** 
skipping: [/cache/centos-8.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/centos-8.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 [linux-system-roles.mssql : Create database mirroring endpoints] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:608
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.051)       0:02:34.477 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create the] ***********************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:613
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.101)       0:02:34.579 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Get mssql-server version to see if WRITE_LEASE_VALIDITY is available] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:619
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.047)       0:02:34.626 ****** 
skipping: [/cache/centos-8.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 : Create the  availability group] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:624
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.051)       0:02:34.678 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Grant permissions to the  login] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:629
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.051)       0:02:34.729 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Back up and replicate the  database] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:634
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.047)       0:02:34.777 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Set a fact to indicate successful set up on the primary replica] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:641
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.053)       0:02:34.830 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Fail if the primary node failed] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:668
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.052)       0:02:34.882 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-ha package] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:675
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.048)       0:02:34.930 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable the hadrenabled setting] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:681
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.046)       0:02:34.976 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:688
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.049)       0:02:35.026 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable AlwaysOn Health events] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:696
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.054)       0:02:35.081 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create master key encryption] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:701
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.046)       0:02:35.128 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:706
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.044)       0:02:35.173 ****** 
skipping: [/cache/centos-8.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/centos-8.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 [linux-system-roles.mssql : Remove certificate from SQL Server] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:718
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.050)       0:02:35.223 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Restore certificate] **************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:724
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.049)       0:02:35.272 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create database mirroring endpoints] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:729
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.046)       0:02:35.319 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create the  login] ****************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:734
Wednesday 03 August 2022  15:25:34 +0000 (0:00:00.046)       0:02:35.366 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Join synchronous and witness servers to the availability group] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:739
Wednesday 03 August 2022  15:25:35 +0000 (0:00:00.046)       0:02:35.413 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Grant permissions to the  login] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:744
Wednesday 03 August 2022  15:25:35 +0000 (0:00:00.048)       0:02:35.461 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify if the  database exists on secondaries] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:749
Wednesday 03 August 2022  15:25:35 +0000 (0:00:00.085)       0:02:35.547 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:756
Wednesday 03 August 2022  15:25:35 +0000 (0:00:00.052)       0:02:35.600 ****** 
skipping: [/cache/centos-8.qcow2] => (item=cert)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "cert",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=key)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "key",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Save credentials for the  SQL Server login] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:769
Wednesday 03 August 2022  15:25:35 +0000 (0:00:00.054)       0:02:35.654 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Run ha_cluster to configure pacemaker] ***********************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:780
Wednesday 03 August 2022  15:25:35 +0000 (0:00:00.045)       0:02:35.700 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify if the  database exists] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:785
Wednesday 03 August 2022  15:25:35 +0000 (0:00:00.046)       0:02:35.747 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:793
Wednesday 03 August 2022  15:25:35 +0000 (0:00:00.044)       0:02:35.791 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

TASK [linux-system-roles.mssql : Input the  sql file to SQL Server] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:802
Wednesday 03 August 2022  15:25:35 +0000 (0:00:00.449)       0:02:36.241 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the mssql_post_input_sql_file fact] *****
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:808
Wednesday 03 August 2022  15:25:35 +0000 (0:00:00.041)       0:02:36.282 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "mssql_post_input_sql_file": null
    },
    "changed": false
}
META: role_complete for /cache/centos-8.qcow2

TASK [Verify settings] *********************************************************
task path: /tmp/tmpek3rdkcs/tests/tests_idempotency_2017.yml:45
Wednesday 03 August 2022  15:25:35 +0000 (0:00:00.064)       0:02:36.347 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml for /cache/centos-8.qcow2

TASK [Check if the errorlog file exists and its location] **********************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:8
Wednesday 03 August 2022  15:25:36 +0000 (0:00:00.108)       0:02:36.456 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n  echo \"${errorlog}\"\nelif [ -f /var/opt/mssql/log/errorlog ]; then\n  echo \"/var/opt/mssql/log/errorlog\"\nelse\n  echo \"\"\nfi\n",
    "delta": "0:00:00.005041",
    "end": "2022-08-03 15:25:36.006346",
    "rc": 0,
    "start": "2022-08-03 15:25:36.001305"
}

STDOUT:

/var/opt/mssql/log/errorlog

TASK [Check if the set edition matches the existing edition] *******************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:23
Wednesday 03 August 2022  15:25:36 +0000 (0:00:00.383)       0:02:36.839 ****** 
ok: [/cache/centos-8.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.005004",
    "end": "2022-08-03 15:25:36.465051",
    "rc": 0,
    "start": "2022-08-03 15:25:36.460047"
}

STDOUT:

true

TASK [Verify if the edition matches] *******************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:36
Wednesday 03 August 2022  15:25:36 +0000 (0:00:00.457)       0:02:37.297 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the IP address setting] *******************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:40
Wednesday 03 August 2022  15:25:36 +0000 (0:00:00.069)       0:02:37.366 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the TCP port setting] *********************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:47
Wednesday 03 August 2022  15:25:37 +0000 (0:00:00.038)       0:02:37.405 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Prepare MSSQL and facts for logging in] **********************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:57
Wednesday 03 August 2022  15:25:37 +0000 (0:00:00.037)       0:02:37.442 ****** 

TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3
Wednesday 03 August 2022  15:25:37 +0000 (0:00:00.065)       0:02:37.508 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ActiveEnterTimestampMonotonic": "142497319",
        "ActiveExitTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ActiveExitTimestampMonotonic": "142494888",
        "ActiveState": "active",
        "After": "systemd-journald.socket -.mount system.slice auditd.service network.target sysinit.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "AssertTimestampMonotonic": "142496479",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ConditionTimestampMonotonic": "142496479",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "19680",
        "ExecMainStartTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ExecMainStartTimestampMonotonic": "142497274",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 15:25:06 UTC] ; stop_time=[n/a] ; pid=19680 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "InactiveEnterTimestampMonotonic": "142495878",
        "InactiveExitTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "InactiveExitTimestampMonotonic": "142497319",
        "InvocationID": "a5799ce568534bf28677313ffa95894d",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "19680",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "741646336",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target -.mount",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "StateChangeTimestampMonotonic": "142497319",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "154",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "WatchdogTimestampMonotonic": "142497318",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8
Wednesday 03 August 2022  15:25:37 +0000 (0:00:00.534)       0:02:38.043 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003462",
    "end": "2022-08-03 15:25:37.612732",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 15:25:37.609270"
}

MSG:

non-zero return code

TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] ****
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14
Wednesday 03 August 2022  15:25:38 +0000 (0:00:00.407)       0:02:38.450 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003598",
    "end": "2022-08-03 15:25:38.012969",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:25:38.009371"
}

STDOUT:

ipaddress = 0.0.0.0

TASK [linux-system-roles.mssql : Set a fact with a password query] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20
Wednesday 03 August 2022  15:25:38 +0000 (0:00:00.400)       0:02:38.850 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": "/opt/mssql-tools/bin/sqlcmd -S 0.0.0.0 -U sa -P p@55w0rD"
    },
    "changed": false
}
META: role_complete for /cache/centos-8.qcow2

TASK [Wait for mssql-server to start and prepare for client connections] *******
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:65
Wednesday 03 August 2022  15:25:38 +0000 (0:00:00.179)       0:02:39.029 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "elapsed": 3,
    "gid": 987,
    "group": "mssql",
    "match_groupdict": {},
    "match_groups": [],
    "mode": "0660",
    "owner": "mssql",
    "path": "/var/opt/mssql/log/errorlog",
    "port": null,
    "search_regex": "SQL Server is now ready for client connections",
    "secontext": "system_u:object_r:var_t:s0",
    "size": 6312,
    "state": "file",
    "uid": 989
}

TASK [Check if the set password matches the existing password] *****************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:72
Wednesday 03 August 2022  15:25:42 +0000 (0:00:03.506)       0:02:42.535 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql-tools/bin/sqlcmd",
        "-S",
        "0.0.0.0",
        "-U",
        "sa",
        "-P",
        "p@55w0rD",
        "-Q",
        "SELECT @@VERSION"
    ],
    "delta": "0:00:00.022084",
    "end": "2022-08-03 15:25:42.111641",
    "rc": 0,
    "start": "2022-08-03 15:25:42.089557"
}

STDOUT:

                                                                                                                                                                                                                                                                                                            
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft SQL Server 2017 (RTM-CU30) (KB5013756) - 14.0.3451.2 (X64) 
	Jun 22 2022 18:20:15 
	Copyright (C) 2017 Microsoft Corporation
	Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8)                                                                                                   

(1 rows affected)

TASK [Verify if the password matched] ******************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:78
Wednesday 03 August 2022  15:25:42 +0000 (0:00:00.413)       0:02:42.949 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the SQL agent is enabled] ************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:82
Wednesday 03 August 2022  15:25:42 +0000 (0:00:00.052)       0:02:43.002 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the enabled setting] ************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  15:25:42 +0000 (0:00:00.061)       0:02:43.063 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.004339",
    "end": "2022-08-03 15:25:42.620045",
    "rc": 0,
    "start": "2022-08-03 15:25:42.615706"
}

STDOUT:

enabled = True

TASK [Verify the enabled setting when it is type str] **************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  15:25:43 +0000 (0:00:00.391)       0:02:43.455 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the enabled setting when it is type bool] *************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  15:25:43 +0000 (0:00:00.122)       0:02:43.578 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = True] **********************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  15:25:43 +0000 (0:00:00.065)       0:02:43.643 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the mssql-server-fts package] *************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:89
Wednesday 03 August 2022  15:25:43 +0000 (0:00:00.031)       0:02:43.675 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml for /cache/centos-8.qcow2

TASK [Gather package facts] ****************************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml:7
Wednesday 03 August 2022  15:25:43 +0000 (0:00:00.058)       0:02:43.734 ****** 
ok: [/cache/centos-8.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Verify if the mssql-server-fts package is installed] *********************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml:12
Wednesday 03 August 2022  15:25:44 +0000 (0:00:01.242)       0:02:44.977 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify if the mssql-server-fts package is not installed] *****************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml:17
Wednesday 03 August 2022  15:25:44 +0000 (0:00:00.065)       0:02:45.043 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the powershell package] *******************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:96
Wednesday 03 August 2022  15:25:44 +0000 (0:00:00.038)       0:02:45.081 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the mssql-server-ha package is installed] **********************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:107
Wednesday 03 August 2022  15:25:44 +0000 (0:00:00.039)       0:02:45.121 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml for /cache/centos-8.qcow2

TASK [Gather package facts] ****************************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml:7
Wednesday 03 August 2022  15:25:44 +0000 (0:00:00.104)       0:02:45.226 ****** 
ok: [/cache/centos-8.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Verify if the mssql-server-ha package is installed] **********************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml:12
Wednesday 03 August 2022  15:25:46 +0000 (0:00:01.198)       0:02:46.425 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify if the mssql-server-ha package is not installed] ******************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml:17
Wednesday 03 August 2022  15:25:46 +0000 (0:00:00.068)       0:02:46.493 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the hadrenabled setting] ******************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:113
Wednesday 03 August 2022  15:25:46 +0000 (0:00:00.037)       0:02:46.531 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the hadrenabled setting] ********************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  15:25:46 +0000 (0:00:00.059)       0:02:46.591 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^hadrenabled' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.004198",
    "end": "2022-08-03 15:25:46.158903",
    "rc": 0,
    "start": "2022-08-03 15:25:46.154705"
}

STDOUT:

hadrenabled = 1

TASK [Verify the hadrenabled setting when it is type str] **********************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  15:25:46 +0000 (0:00:00.401)       0:02:46.992 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the hadrenabled setting when it is type bool] *********************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  15:25:46 +0000 (0:00:00.087)       0:02:47.080 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = True] **********************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  15:25:46 +0000 (0:00:00.069)       0:02:47.149 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get the value of the traceflag setting] **********************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:123
Wednesday 03 August 2022  15:25:46 +0000 (0:00:00.041)       0:02:47.190 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.004943",
    "end": "2022-08-03 15:25:46.777225",
    "rc": 0,
    "start": "2022-08-03 15:25:46.772282"
}

STDOUT:

traceflag0 = 3979

TASK [Verify that the traceflag setting is set to 3979] ************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:128
Wednesday 03 August 2022  15:25:47 +0000 (0:00:00.426)       0:02:47.617 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the traceflag setting is not set to 3979] ********************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:133
Wednesday 03 August 2022  15:25:47 +0000 (0:00:00.065)       0:02:47.682 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the alternatewritethrough setting is false] ******************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:139
Wednesday 03 August 2022  15:25:47 +0000 (0:00:00.051)       0:02:47.734 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the alternatewritethrough setting] **********************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  15:25:47 +0000 (0:00:00.059)       0:02:47.793 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.004208",
    "end": "2022-08-03 15:25:47.358561",
    "rc": 0,
    "start": "2022-08-03 15:25:47.354353"
}

STDOUT:

alternatewritethrough = 0

TASK [Verify the alternatewritethrough setting when it is type str] ************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  15:25:47 +0000 (0:00:00.400)       0:02:48.194 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the alternatewritethrough setting when it is type bool] ***********
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  15:25:47 +0000 (0:00:00.051)       0:02:48.246 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = False] *********************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  15:25:47 +0000 (0:00:00.064)       0:02:48.310 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the writethrough setting] *****************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:145
Wednesday 03 August 2022  15:25:47 +0000 (0:00:00.041)       0:02:48.351 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the writethrough setting] *******************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  15:25:48 +0000 (0:00:00.062)       0:02:48.414 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.004971",
    "end": "2022-08-03 15:25:48.059166",
    "rc": 0,
    "start": "2022-08-03 15:25:48.054195"
}

STDOUT:

writethrough = 1

TASK [Verify the writethrough setting when it is type str] *********************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  15:25:48 +0000 (0:00:00.479)       0:02:48.894 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the writethrough setting when it is type bool] ********************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  15:25:48 +0000 (0:00:00.051)       0:02:48.945 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = True] **********************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  15:25:48 +0000 (0:00:00.068)       0:02:49.014 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlscert setting] **********************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:155
Wednesday 03 August 2022  15:25:48 +0000 (0:00:00.039)       0:02:49.053 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlskey setting] ***********************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:163
Wednesday 03 August 2022  15:25:48 +0000 (0:00:00.036)       0:02:49.089 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlsprotocols setting] *****************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:171
Wednesday 03 August 2022  15:25:48 +0000 (0:00:00.037)       0:02:49.127 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the forceencryption setting] **************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:179
Wednesday 03 August 2022  15:25:48 +0000 (0:00:00.034)       0:02:49.162 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Run to edit settings] ****************************************************
task path: /tmp/tmpek3rdkcs/tests/tests_idempotency_2017.yml:57
Wednesday 03 August 2022  15:25:48 +0000 (0:00:00.035)       0:02:49.197 ****** 

TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:3
Wednesday 03 August 2022  15:25:49 +0000 (0:00:00.201)       0:02:49.399 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3
Wednesday 03 August 2022  15:25:49 +0000 (0:00:00.055)       0:02:49.454 ****** 
ok: [/cache/centos-8.qcow2]

TASK [linux-system-roles.mssql : Set platform/version specific variables] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:11
Wednesday 03 August 2022  15:25:49 +0000 (0:00:00.622)       0:02:50.077 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:8
Wednesday 03 August 2022  15:25:49 +0000 (0:00:00.066)       0:02:50.144 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:12
Wednesday 03 August 2022  15:25:49 +0000 (0:00:00.044)       0:02:50.188 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:16
Wednesday 03 August 2022  15:25:49 +0000 (0:00:00.041)       0:02:50.229 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:22
Wednesday 03 August 2022  15:25:49 +0000 (0:00:00.040)       0:02:50.270 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:27
Wednesday 03 August 2022  15:25:49 +0000 (0:00:00.039)       0:02:50.309 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:39
Wednesday 03 August 2022  15:25:49 +0000 (0:00:00.063)       0:02:50.372 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [linux-system-roles.mssql : Verify if the mssql_upgrade variable is provided correctly] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:44
Wednesday 03 August 2022  15:25:50 +0000 (0:00:00.058)       0:02:50.431 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:55
Wednesday 03 August 2022  15:25:50 +0000 (0:00:00.047)       0:02:50.478 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:63
Wednesday 03 August 2022  15:25:50 +0000 (0:00:00.048)       0:02:50.527 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:72
Wednesday 03 August 2022  15:25:50 +0000 (0:00:00.045)       0:02:50.573 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Gather package facts] *************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:85
Wednesday 03 August 2022  15:25:50 +0000 (0:00:00.051)       0:02:50.624 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:90
Wednesday 03 August 2022  15:25:51 +0000 (0:00:01.289)       0:02:51.914 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:101
Wednesday 03 August 2022  15:25:51 +0000 (0:00:00.049)       0:02:51.963 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

TASK [linux-system-roles.mssql : Update all packages from SQL Server 2017 repo] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:107
Wednesday 03 August 2022  15:25:52 +0000 (0:00:00.639)       0:02:52.603 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:118
Wednesday 03 August 2022  15:25:52 +0000 (0:00:00.046)       0:02:52.649 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server 2019 repository] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:124
Wednesday 03 August 2022  15:25:52 +0000 (0:00:00.051)       0:02:52.701 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server package] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:134
Wednesday 03 August 2022  15:25:52 +0000 (0:00:00.055)       0:02:52.756 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:142
Wednesday 03 August 2022  15:25:54 +0000 (0:00:01.860)       0:02:54.617 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:150
Wednesday 03 August 2022  15:25:54 +0000 (0:00:00.033)       0:02:54.650 ****** 
ok: [/cache/centos-8.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.005525",
    "end": "2022-08-03 15:25:54.221151",
    "rc": 0,
    "start": "2022-08-03 15:25:54.215626"
}

STDOUT:

/var/opt/mssql/log/errorlog

TASK [linux-system-roles.mssql : Gather system services facts] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:165
Wednesday 03 August 2022  15:25:54 +0000 (0:00:00.407)       0:02:55.057 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:179
Wednesday 03 August 2022  15:25:56 +0000 (0:00:01.467)       0:02:56.524 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Set up MSSQL] *********************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:189
Wednesday 03 August 2022  15:25:56 +0000 (0:00:00.053)       0:02:56.578 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:198
Wednesday 03 August 2022  15:25:56 +0000 (0:00:00.053)       0:02:56.631 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:203
Wednesday 03 August 2022  15:25:58 +0000 (0:00:01.897)       0:02:58.529 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "tuned",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ActiveEnterTimestampMonotonic": "89598335",
        "ActiveExitTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ActiveExitTimestampMonotonic": "89343597",
        "ActiveState": "active",
        "After": "dbus.service systemd-sysctl.service network.target dbus.socket basic.target systemd-journald.socket system.slice sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "AssertTimestampMonotonic": "89435781",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "com.redhat.tuned",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ConditionTimestampMonotonic": "89435781",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "cpupower.service shutdown.target",
        "ControlGroup": "/system.slice/tuned.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Dynamic System Tuning Daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "15342",
        "ExecMainStartTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ExecMainStartTimestampMonotonic": "89436597",
        "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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "tuned.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "InactiveEnterTimestampMonotonic": "89434685",
        "InactiveExitTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "InactiveExitTimestampMonotonic": "89436795",
        "InvocationID": "07bffe72b7c64cdc951b40852e300656",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14647",
        "LimitNPROCSoft": "14647",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "15342",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "18919424",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "tuned.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/tuned/tuned.pid",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "polkit.service dbus.service sysinit.target system.slice dbus.socket",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "StateChangeTimestampMonotonic": "89598335",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "5",
        "TasksMax": "23435",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "WatchdogTimestampMonotonic": "89598333",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.mssql : Get the active Tuned profiles] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:209
Wednesday 03 August 2022  15:25:58 +0000 (0:00:00.514)       0:02:59.043 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "tuned-adm",
        "active"
    ],
    "delta": "0:00:00.111512",
    "end": "2022-08-03 15:25:58.690818",
    "rc": 0,
    "start": "2022-08-03 15:25:58.579306"
}

STDOUT:

Current active profile: virtual-guest mssql

TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:219
Wednesday 03 August 2022  15:25:59 +0000 (0:00:00.484)       0:02:59.528 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:232
Wednesday 03 August 2022  15:25:59 +0000 (0:00:00.036)       0:02:59.564 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:241
Wednesday 03 August 2022  15:25:59 +0000 (0:00:00.035)       0:02:59.599 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:251
Wednesday 03 August 2022  15:25:59 +0000 (0:00:00.034)       0:02:59.633 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "repo": "packages-microsoft-com-prod",
    "state": "present"
}

TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:258
Wednesday 03 August 2022  15:25:59 +0000 (0:00:00.402)       0:03:00.035 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:270
Wednesday 03 August 2022  15:26:01 +0000 (0:00:01.853)       0:03:01.889 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3
Wednesday 03 August 2022  15:26:01 +0000 (0:00:00.060)       0:03:01.950 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ActiveEnterTimestampMonotonic": "142497319",
        "ActiveExitTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ActiveExitTimestampMonotonic": "142494888",
        "ActiveState": "active",
        "After": "systemd-journald.socket -.mount system.slice auditd.service network.target sysinit.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "AssertTimestampMonotonic": "142496479",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ConditionTimestampMonotonic": "142496479",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "19680",
        "ExecMainStartTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ExecMainStartTimestampMonotonic": "142497274",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 15:25:06 UTC] ; stop_time=[n/a] ; pid=19680 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "InactiveEnterTimestampMonotonic": "142495878",
        "InactiveExitTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "InactiveExitTimestampMonotonic": "142497319",
        "InvocationID": "a5799ce568534bf28677313ffa95894d",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "19680",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "673017856",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target -.mount",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "StateChangeTimestampMonotonic": "142497319",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "149",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "WatchdogTimestampMonotonic": "142497318",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8
Wednesday 03 August 2022  15:26:02 +0000 (0:00:00.550)       0:03:02.500 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003511",
    "end": "2022-08-03 15:26:02.058501",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 15:26:02.054990"
}

MSG:

non-zero return code

TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] ****
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14
Wednesday 03 August 2022  15:26:02 +0000 (0:00:00.394)       0:03:02.895 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002718",
    "end": "2022-08-03 15:26:02.473708",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:02.470990"
}

STDOUT:

ipaddress = 0.0.0.0

TASK [linux-system-roles.mssql : Set a fact with a password query] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20
Wednesday 03 August 2022  15:26:02 +0000 (0:00:00.415)       0:03:03.310 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": "/opt/mssql-tools/bin/sqlcmd -S 0.0.0.0 -U sa -P p@55w0rd"
    },
    "changed": false
}

TASK [linux-system-roles.mssql : Check if the set password matches the existing password] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:275
Wednesday 03 August 2022  15:26:02 +0000 (0:00:00.065)       0:03:03.375 ****** 
fatal: [/cache/centos-8.qcow2]: FAILED! => {
    "changed": false,
    "cmd": [
        "/opt/mssql-tools/bin/sqlcmd",
        "-S",
        "0.0.0.0",
        "-U",
        "sa",
        "-P",
        "p@55w0rd",
        "-Q",
        "SELECT @@VERSION"
    ],
    "delta": "0:00:00.033842",
    "end": "2022-08-03 15:26:03.028553",
    "rc": 1,
    "start": "2022-08-03 15:26:02.994711"
}

STDERR:

Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Login failed for user 'sa'..


MSG:

non-zero return code
...ignoring

TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:281
Wednesday 03 August 2022  15:26:03 +0000 (0:00:00.489)       0:03:03.864 ****** 
NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for /cache/centos-8.qcow2
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "name": "mssql-server",
    "state": "stopped",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ActiveEnterTimestampMonotonic": "142497319",
        "ActiveExitTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ActiveExitTimestampMonotonic": "142494888",
        "ActiveState": "active",
        "After": "systemd-journald.socket -.mount system.slice auditd.service network.target sysinit.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "AssertTimestampMonotonic": "142496479",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ConditionTimestampMonotonic": "142496479",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "19680",
        "ExecMainStartTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ExecMainStartTimestampMonotonic": "142497274",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 15:25:06 UTC] ; stop_time=[n/a] ; pid=19680 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "InactiveEnterTimestampMonotonic": "142495878",
        "InactiveExitTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "InactiveExitTimestampMonotonic": "142497319",
        "InvocationID": "a5799ce568534bf28677313ffa95894d",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "19680",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "673128448",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target -.mount",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "StateChangeTimestampMonotonic": "142497319",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "149",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "WatchdogTimestampMonotonic": "142497318",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [linux-system-roles.mssql : Change the password of the sa user] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:288
Wednesday 03 August 2022  15:26:04 +0000 (0:00:00.830)       0:03:04.695 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set-sa-password"
    ],
    "delta": "0:00:05.854999",
    "end": "2022-08-03 15:26:10.099250",
    "rc": 0,
    "start": "2022-08-03 15:26:04.244251"
}

STDOUT:


Configuring SQL Server...
The system administrator password has been changed.
Please run 'sudo systemctl start mssql-server' to start SQL Server.

TASK [linux-system-roles.mssql : Input the  sql file to SQL Server] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:296
Wednesday 03 August 2022  15:26:10 +0000 (0:00:06.253)       0:03:10.948 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:302
Wednesday 03 August 2022  15:26:10 +0000 (0:00:00.038)       0:03:10.987 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:311
Wednesday 03 August 2022  15:26:10 +0000 (0:00:00.041)       0:03:11.028 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "errorlog_edition=\"$(grep -oi 'Standard 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.004464",
    "end": "2022-08-03 15:26:10.589327",
    "rc": 0,
    "start": "2022-08-03 15:26:10.584863"
}

STDOUT:

false

TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:324
Wednesday 03 August 2022  15:26:11 +0000 (0:00:00.395)       0:03:11.424 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "name": "mssql-server",
    "state": "stopped",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ActiveEnterTimestampMonotonic": "142497319",
        "ActiveExitTimestamp": "Wed 2022-08-03 15:26:03 UTC",
        "ActiveExitTimestampMonotonic": "199255382",
        "ActiveState": "inactive",
        "After": "systemd-journald.socket -.mount system.slice auditd.service network.target sysinit.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "AssertTimestampMonotonic": "142496479",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ConditionTimestampMonotonic": "142496479",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Wed 2022-08-03 15:26:03 UTC",
        "ExecMainExitTimestampMonotonic": "199529633",
        "ExecMainPID": "19680",
        "ExecMainStartTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ExecMainStartTimestampMonotonic": "142497274",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 15:25:06 UTC] ; stop_time=[Wed 2022-08-03 15:26:03 UTC] ; pid=19680 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 15:26:03 UTC",
        "InactiveEnterTimestampMonotonic": "199529718",
        "InactiveExitTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "InactiveExitTimestampMonotonic": "142497319",
        "InvocationID": "a5799ce568534bf28677313ffa95894d",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target -.mount",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 15:26:03 UTC",
        "StateChangeTimestampMonotonic": "199529718",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [linux-system-roles.mssql : Change the edition of MSSQL] ******************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:331
Wednesday 03 August 2022  15:26:11 +0000 (0:00:00.586)       0:03:12.010 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set-edition"
    ],
    "delta": "0:00:04.478863",
    "end": "2022-08-03 15:26:16.107882",
    "rc": 0,
    "start": "2022-08-03 15:26:11.629019"
}

STDOUT:


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

Configuring SQL Server...
Please run 'sudo systemctl start mssql-server' to start SQL Server.

TASK [linux-system-roles.mssql : Configure the IP address setting] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:340
Wednesday 03 August 2022  15:26:16 +0000 (0:00:04.937)       0:03:16.948 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the network ipaddress setting] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:26:16 +0000 (0:00:00.064)       0:03:17.012 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.004005",
    "end": "2022-08-03 15:26:16.593672",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:16.589667"
}

STDOUT:

ipaddress = 0.0.0.0

TASK [linux-system-roles.mssql : Configure the network ipaddress setting] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:26:17 +0000 (0:00:00.423)       0:03:17.436 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "network.ipaddress",
        "127.0.0.1"
    ],
    "delta": "0:00:00.044600",
    "end": "2022-08-03 15:26:17.041520",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:16.996920"
}

STDOUT:

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

TASK [linux-system-roles.mssql : Unset the network ipaddress setting] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:26:17 +0000 (0:00:00.449)       0:03:17.885 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Register the previous tcpport setting] ********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:347
Wednesday 03 August 2022  15:26:17 +0000 (0:00:00.032)       0:03:17.918 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Open the 1435 TCP port] **************************************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:354
Wednesday 03 August 2022  15:26:17 +0000 (0:00:00.083)       0:03:18.001 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the TCP port setting to 1435] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:365
Wednesday 03 August 2022  15:26:17 +0000 (0:00:00.045)       0:03:18.047 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the network tcpport setting] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:26:17 +0000 (0:00:00.055)       0:03:18.102 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003706",
    "end": "2022-08-03 15:26:17.679840",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 15:26:17.676134"
}

MSG:

non-zero return code

TASK [linux-system-roles.mssql : Configure the network tcpport setting] ********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:26:18 +0000 (0:00:00.417)       0:03:18.520 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "network.tcpport",
        "1435"
    ],
    "delta": "0:00:00.045982",
    "end": "2022-08-03 15:26:18.147262",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:18.101280"
}

STDOUT:

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

TASK [linux-system-roles.mssql : Unset the network tcpport setting] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:26:18 +0000 (0:00:00.476)       0:03:18.996 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Close the previously set SQL Server TCP port if it changed] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:371
Wednesday 03 August 2022  15:26:18 +0000 (0:00:00.034)       0:03:19.030 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the sqlagent setting] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:389
Wednesday 03 August 2022  15:26:18 +0000 (0:00:00.047)       0:03:19.078 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the sqlagent enabled setting] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:26:18 +0000 (0:00:00.065)       0:03:19.144 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^enabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002773",
    "end": "2022-08-03 15:26:18.723935",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:18.721162"
}

STDOUT:

enabled = True

TASK [linux-system-roles.mssql : Configure the sqlagent enabled setting] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:26:19 +0000 (0:00:00.428)       0:03:19.572 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "sqlagent.enabled",
        "False"
    ],
    "delta": "0:00:00.043779",
    "end": "2022-08-03 15:26:19.184295",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:19.140516"
}

STDOUT:

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

TASK [linux-system-roles.mssql : Unset the sqlagent enabled setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:26:19 +0000 (0:00:00.496)       0:03:20.069 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-fts package] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:396
Wednesday 03 August 2022  15:26:19 +0000 (0:00:00.036)       0:03:20.106 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: mssql-server-fts-14.0.3451.2-1.x86_64"
    ]
}

TASK [linux-system-roles.mssql : Ensure the powershell package] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:403
Wednesday 03 August 2022  15:26:22 +0000 (0:00:02.295)       0:03:22.401 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-ha package] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:412
Wednesday 03 August 2022  15:26:22 +0000 (0:00:00.040)       0:03:22.441 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: mssql-server-ha-14.0.3451.2-1.x86_64"
    ]
}

TASK [linux-system-roles.mssql : Configure the hadrenabled setting] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:418
Wednesday 03 August 2022  15:26:24 +0000 (0:00:02.182)       0:03:24.623 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the hadr hadrenabled setting] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:26:24 +0000 (0:00:00.061)       0:03:24.685 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^hadrenabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002835",
    "end": "2022-08-03 15:26:24.310944",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:24.308109"
}

STDOUT:

hadrenabled = 1

TASK [linux-system-roles.mssql : Configure the hadr hadrenabled setting] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:26:24 +0000 (0:00:00.513)       0:03:25.198 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "hadr.hadrenabled",
        "0"
    ],
    "delta": "0:00:00.043628",
    "end": "2022-08-03 15:26:24.814290",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:24.770662"
}

STDOUT:

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

TASK [linux-system-roles.mssql : Unset the hadr hadrenabled setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:26:25 +0000 (0:00:00.458)       0:03:25.657 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:427
Wednesday 03 August 2022  15:26:25 +0000 (0:00:00.038)       0:03:25.696 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^traceflag[0-9] = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002652",
    "end": "2022-08-03 15:26:25.251605",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:25.248953"
}

STDOUT:

traceflag0 = 3979

TASK [linux-system-roles.mssql : Set the 3979 traceflag] ***********************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:433
Wednesday 03 August 2022  15:26:25 +0000 (0:00:00.395)       0:03:26.092 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the 3979 traceflag] *********************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:439
Wednesday 03 August 2022  15:26:25 +0000 (0:00:00.051)       0:03:26.143 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "traceflag",
        "3979",
        "off"
    ],
    "delta": "0:00:00.043016",
    "end": "2022-08-03 15:26:25.740157",
    "rc": 0,
    "start": "2022-08-03 15:26:25.697141"
}

STDOUT:

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

TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:446
Wednesday 03 August 2022  15:26:26 +0000 (0:00:00.432)       0:03:26.575 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the control alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:26:26 +0000 (0:00:00.062)       0:03:26.638 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^alternatewritethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002736",
    "end": "2022-08-03 15:26:26.200562",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:26.197826"
}

STDOUT:

alternatewritethrough = 0

TASK [linux-system-roles.mssql : Configure the control alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:26:26 +0000 (0:00:00.398)       0:03:27.036 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the control alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:26:26 +0000 (0:00:00.058)       0:03:27.094 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the writethrough setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:452
Wednesday 03 August 2022  15:26:26 +0000 (0:00:00.041)       0:03:27.136 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the control writethrough setting] *********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:26:26 +0000 (0:00:00.121)       0:03:27.258 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^writethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:01.004307",
    "end": "2022-08-03 15:26:27.836888",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:26.832581"
}

STDOUT:

writethrough = 1

TASK [linux-system-roles.mssql : Configure the control writethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:26:28 +0000 (0:00:01.432)       0:03:28.690 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "control.writethrough",
        "0"
    ],
    "delta": "0:00:00.047155",
    "end": "2022-08-03 15:26:28.313046",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:28.265891"
}

STDOUT:

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

TASK [linux-system-roles.mssql : Unset the control writethrough setting] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:26:28 +0000 (0:00:00.470)       0:03:29.161 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:463
Wednesday 03 August 2022  15:26:28 +0000 (0:00:00.039)       0:03:29.201 ****** 
skipping: [/cache/centos-8.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the tlscert setting] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:479
Wednesday 03 August 2022  15:26:28 +0000 (0:00:00.044)       0:03:29.245 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the tlskey setting] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:488
Wednesday 03 August 2022  15:26:28 +0000 (0:00:00.038)       0:03:29.283 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:497
Wednesday 03 August 2022  15:26:28 +0000 (0:00:00.036)       0:03:29.320 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the forceencryption setting] ********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:504
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.097)       0:03:29.418 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:514
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.040)       0:03:29.459 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Set host variables] ***************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:533
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.047)       0:03:29.506 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-ha package] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:544
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.051)       0:03:29.557 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable the hadrenabled setting] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:550
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.050)       0:03:29.607 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:557
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.048)       0:03:29.655 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable AlwaysOn Health events] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:565
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.046)       0:03:29.702 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove certificate from SQL Server] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:570
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.048)       0:03:29.751 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove certificate and private key files] *****
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:576
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.046)       0:03:29.797 ****** 
skipping: [/cache/centos-8.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/centos-8.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 [linux-system-roles.mssql : Create master key encryption] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:585
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.055)       0:03:29.853 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create and back up certificate] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:590
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.044)       0:03:29.897 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Fetch certificate and private key from the primary node to the control node] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:596
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.043)       0:03:29.941 ****** 
skipping: [/cache/centos-8.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/centos-8.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 [linux-system-roles.mssql : Create database mirroring endpoints] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:608
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.054)       0:03:29.996 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create the] ***********************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:613
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.045)       0:03:30.041 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Get mssql-server version to see if WRITE_LEASE_VALIDITY is available] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:619
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.050)       0:03:30.092 ****** 
skipping: [/cache/centos-8.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 : Create the  availability group] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:624
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.052)       0:03:30.145 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Grant permissions to the  login] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:629
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.048)       0:03:30.193 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Back up and replicate the  database] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:634
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.048)       0:03:30.242 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Set a fact to indicate successful set up on the primary replica] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:641
Wednesday 03 August 2022  15:26:29 +0000 (0:00:00.051)       0:03:30.293 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Fail if the primary node failed] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:668
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.108)       0:03:30.402 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-ha package] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:675
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.047)       0:03:30.450 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable the hadrenabled setting] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:681
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.048)       0:03:30.499 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:688
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.044)       0:03:30.544 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable AlwaysOn Health events] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:696
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.043)       0:03:30.587 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create master key encryption] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:701
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.051)       0:03:30.639 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:706
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.051)       0:03:30.690 ****** 
skipping: [/cache/centos-8.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/centos-8.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 [linux-system-roles.mssql : Remove certificate from SQL Server] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:718
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.059)       0:03:30.750 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Restore certificate] **************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:724
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.049)       0:03:30.799 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create database mirroring endpoints] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:729
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.050)       0:03:30.850 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create the  login] ****************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:734
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.050)       0:03:30.900 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Join synchronous and witness servers to the availability group] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:739
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.046)       0:03:30.946 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Grant permissions to the  login] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:744
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.047)       0:03:30.993 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify if the  database exists on secondaries] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:749
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.045)       0:03:31.039 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:756
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.053)       0:03:31.092 ****** 
skipping: [/cache/centos-8.qcow2] => (item=cert)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "cert",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=key)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "key",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Save credentials for the  SQL Server login] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:769
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.054)       0:03:31.146 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Run ha_cluster to configure pacemaker] ***********************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:780
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.048)       0:03:31.195 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify if the  database exists] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:785
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.049)       0:03:31.244 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:793
Wednesday 03 August 2022  15:26:30 +0000 (0:00:00.047)       0:03:31.292 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true
}

MSG:

Block inserted

TASK [linux-system-roles.mssql : Input the  sql file to SQL Server] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:802
Wednesday 03 August 2022  15:26:31 +0000 (0:00:00.527)       0:03:31.819 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the mssql_post_input_sql_file fact] *****
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:808
Wednesday 03 August 2022  15:26:31 +0000 (0:00:00.040)       0:03:31.860 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "mssql_post_input_sql_file": null
    },
    "changed": false
}
META: role_complete for /cache/centos-8.qcow2

TASK [Flush handlers] **********************************************************
task path: /tmp/tmpek3rdkcs/tests/tests_idempotency_2017.yml:70
Wednesday 03 August 2022  15:26:31 +0000 (0:00:00.061)       0:03:31.922 ****** 

RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/handlers/main.yml:3
Wednesday 03 August 2022  15:26:31 +0000 (0:00:00.000)       0:03:31.922 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ActiveEnterTimestampMonotonic": "142497319",
        "ActiveExitTimestamp": "Wed 2022-08-03 15:26:03 UTC",
        "ActiveExitTimestampMonotonic": "199255382",
        "ActiveState": "inactive",
        "After": "systemd-journald.socket -.mount system.slice auditd.service network.target sysinit.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "AssertTimestampMonotonic": "142496479",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ConditionTimestampMonotonic": "142496479",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Wed 2022-08-03 15:26:03 UTC",
        "ExecMainExitTimestampMonotonic": "199529633",
        "ExecMainPID": "19680",
        "ExecMainStartTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "ExecMainStartTimestampMonotonic": "142497274",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 15:25:06 UTC] ; stop_time=[Wed 2022-08-03 15:26:03 UTC] ; pid=19680 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 15:26:03 UTC",
        "InactiveEnterTimestampMonotonic": "199529718",
        "InactiveExitTimestamp": "Wed 2022-08-03 15:25:06 UTC",
        "InactiveExitTimestampMonotonic": "142497319",
        "InvocationID": "a5799ce568534bf28677313ffa95894d",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target -.mount",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 15:26:03 UTC",
        "StateChangeTimestampMonotonic": "199529718",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}
META: ran handlers

TASK [Run with the edited settings again - should report not changed] **********
task path: /tmp/tmpek3rdkcs/tests/tests_idempotency_2017.yml:73
Wednesday 03 August 2022  15:26:32 +0000 (0:00:00.582)       0:03:32.504 ****** 

TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:3
Wednesday 03 August 2022  15:26:32 +0000 (0:00:00.205)       0:03:32.709 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3
Wednesday 03 August 2022  15:26:32 +0000 (0:00:00.104)       0:03:32.814 ****** 
ok: [/cache/centos-8.qcow2]

TASK [linux-system-roles.mssql : Set platform/version specific variables] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:11
Wednesday 03 August 2022  15:26:32 +0000 (0:00:00.537)       0:03:33.351 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:8
Wednesday 03 August 2022  15:26:33 +0000 (0:00:00.062)       0:03:33.414 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:12
Wednesday 03 August 2022  15:26:33 +0000 (0:00:00.043)       0:03:33.458 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:16
Wednesday 03 August 2022  15:26:33 +0000 (0:00:00.046)       0:03:33.504 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:22
Wednesday 03 August 2022  15:26:33 +0000 (0:00:00.037)       0:03:33.542 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:27
Wednesday 03 August 2022  15:26:33 +0000 (0:00:00.039)       0:03:33.581 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:39
Wednesday 03 August 2022  15:26:33 +0000 (0:00:00.062)       0:03:33.644 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [linux-system-roles.mssql : Verify if the mssql_upgrade variable is provided correctly] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:44
Wednesday 03 August 2022  15:26:33 +0000 (0:00:00.056)       0:03:33.700 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:55
Wednesday 03 August 2022  15:26:33 +0000 (0:00:00.044)       0:03:33.745 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:63
Wednesday 03 August 2022  15:26:33 +0000 (0:00:00.048)       0:03:33.794 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:72
Wednesday 03 August 2022  15:26:33 +0000 (0:00:00.049)       0:03:33.844 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Gather package facts] *************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:85
Wednesday 03 August 2022  15:26:33 +0000 (0:00:00.044)       0:03:33.888 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:90
Wednesday 03 August 2022  15:26:34 +0000 (0:00:01.363)       0:03:35.252 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:101
Wednesday 03 August 2022  15:26:34 +0000 (0:00:00.049)       0:03:35.302 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

TASK [linux-system-roles.mssql : Update all packages from SQL Server 2017 repo] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:107
Wednesday 03 August 2022  15:26:35 +0000 (0:00:00.670)       0:03:35.973 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:118
Wednesday 03 August 2022  15:26:35 +0000 (0:00:00.046)       0:03:36.019 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server 2019 repository] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:124
Wednesday 03 August 2022  15:26:35 +0000 (0:00:00.045)       0:03:36.065 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server package] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:134
Wednesday 03 August 2022  15:26:35 +0000 (0:00:00.058)       0:03:36.124 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:142
Wednesday 03 August 2022  15:26:37 +0000 (0:00:01.901)       0:03:38.026 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:150
Wednesday 03 August 2022  15:26:37 +0000 (0:00:00.032)       0:03:38.059 ****** 
ok: [/cache/centos-8.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.005321",
    "end": "2022-08-03 15:26:37.622860",
    "rc": 0,
    "start": "2022-08-03 15:26:37.617539"
}

STDOUT:

/var/opt/mssql/log/errorlog

TASK [linux-system-roles.mssql : Gather system services facts] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:165
Wednesday 03 August 2022  15:26:38 +0000 (0:00:00.400)       0:03:38.459 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:179
Wednesday 03 August 2022  15:26:39 +0000 (0:00:01.453)       0:03:39.912 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Set up MSSQL] *********************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:189
Wednesday 03 August 2022  15:26:39 +0000 (0:00:00.055)       0:03:39.969 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:198
Wednesday 03 August 2022  15:26:39 +0000 (0:00:00.057)       0:03:40.026 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:203
Wednesday 03 August 2022  15:26:41 +0000 (0:00:01.827)       0:03:41.854 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "tuned",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ActiveEnterTimestampMonotonic": "89598335",
        "ActiveExitTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ActiveExitTimestampMonotonic": "89343597",
        "ActiveState": "active",
        "After": "dbus.service systemd-sysctl.service network.target dbus.socket basic.target systemd-journald.socket system.slice sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "AssertTimestampMonotonic": "89435781",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "com.redhat.tuned",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ConditionTimestampMonotonic": "89435781",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "cpupower.service shutdown.target",
        "ControlGroup": "/system.slice/tuned.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Dynamic System Tuning Daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "15342",
        "ExecMainStartTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "ExecMainStartTimestampMonotonic": "89436597",
        "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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "tuned.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "InactiveEnterTimestampMonotonic": "89434685",
        "InactiveExitTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "InactiveExitTimestampMonotonic": "89436795",
        "InvocationID": "07bffe72b7c64cdc951b40852e300656",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14647",
        "LimitNPROCSoft": "14647",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "15342",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "18747392",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "tuned.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/tuned/tuned.pid",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "polkit.service dbus.service sysinit.target system.slice dbus.socket",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "StateChangeTimestampMonotonic": "89598335",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "5",
        "TasksMax": "23435",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 15:24:13 UTC",
        "WatchdogTimestampMonotonic": "89598333",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.mssql : Get the active Tuned profiles] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:209
Wednesday 03 August 2022  15:26:42 +0000 (0:00:00.578)       0:03:42.432 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "tuned-adm",
        "active"
    ],
    "delta": "0:00:00.102907",
    "end": "2022-08-03 15:26:42.089552",
    "rc": 0,
    "start": "2022-08-03 15:26:41.986645"
}

STDOUT:

Current active profile: virtual-guest mssql

TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:219
Wednesday 03 August 2022  15:26:42 +0000 (0:00:00.496)       0:03:42.928 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:232
Wednesday 03 August 2022  15:26:42 +0000 (0:00:00.032)       0:03:42.961 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:241
Wednesday 03 August 2022  15:26:42 +0000 (0:00:00.033)       0:03:42.995 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:251
Wednesday 03 August 2022  15:26:42 +0000 (0:00:00.035)       0:03:43.030 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "repo": "packages-microsoft-com-prod",
    "state": "present"
}

TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:258
Wednesday 03 August 2022  15:26:43 +0000 (0:00:00.384)       0:03:43.415 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:270
Wednesday 03 August 2022  15:26:44 +0000 (0:00:01.912)       0:03:45.327 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3
Wednesday 03 August 2022  15:26:45 +0000 (0:00:00.068)       0:03:45.396 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 15:26:31 UTC",
        "ActiveEnterTimestampMonotonic": "227337696",
        "ActiveExitTimestamp": "Wed 2022-08-03 15:26:03 UTC",
        "ActiveExitTimestampMonotonic": "199255382",
        "ActiveState": "active",
        "After": "systemd-journald.socket -.mount system.slice auditd.service network.target sysinit.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 15:26:31 UTC",
        "AssertTimestampMonotonic": "227336472",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 15:26:31 UTC",
        "ConditionTimestampMonotonic": "227336472",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "27802",
        "ExecMainStartTimestamp": "Wed 2022-08-03 15:26:31 UTC",
        "ExecMainStartTimestampMonotonic": "227337642",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 15:26:31 UTC] ; stop_time=[n/a] ; pid=27802 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 15:26:03 UTC",
        "InactiveEnterTimestampMonotonic": "199529718",
        "InactiveExitTimestamp": "Wed 2022-08-03 15:26:31 UTC",
        "InactiveExitTimestampMonotonic": "227337696",
        "InvocationID": "db441a08a7f7428a92af5f01a9d7ec34",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "27802",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "585957376",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target -.mount",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 15:26:31 UTC",
        "StateChangeTimestampMonotonic": "227337696",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "130",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 15:26:31 UTC",
        "WatchdogTimestampMonotonic": "227337694",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8
Wednesday 03 August 2022  15:26:45 +0000 (0:00:00.572)       0:03:45.969 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002923",
    "end": "2022-08-03 15:26:45.617048",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:45.614125"
}

STDOUT:

tcpport = 1435

TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] ****
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14
Wednesday 03 August 2022  15:26:46 +0000 (0:00:00.484)       0:03:46.453 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002873",
    "end": "2022-08-03 15:26:46.023899",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:46.021026"
}

STDOUT:

ipaddress = 127.0.0.1

TASK [linux-system-roles.mssql : Set a fact with a password query] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20
Wednesday 03 August 2022  15:26:46 +0000 (0:00:00.407)       0:03:46.861 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": "/opt/mssql-tools/bin/sqlcmd -S 127.0.0.1,1435 -U sa -P p@55w0rd"
    },
    "changed": false
}

TASK [linux-system-roles.mssql : Check if the set password matches the existing password] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:275
Wednesday 03 August 2022  15:26:46 +0000 (0:00:00.070)       0:03:46.932 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql-tools/bin/sqlcmd",
        "-S",
        "127.0.0.1,1435",
        "-U",
        "sa",
        "-P",
        "p@55w0rd",
        "-Q",
        "SELECT @@VERSION"
    ],
    "delta": "0:00:00.025150",
    "end": "2022-08-03 15:26:46.517351",
    "rc": 0,
    "start": "2022-08-03 15:26:46.492201"
}

STDOUT:

                                                                                                                                                                                                                                                                                                            
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft SQL Server 2017 (RTM-CU30) (KB5013756) - 14.0.3451.2 (X64) 
	Jun 22 2022 18:20:15 
	Copyright (C) 2017 Microsoft Corporation
	Standard Edition (64-bit) on Linux (CentOS Stream 8)                                                                                                                

(1 rows affected)

TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:281
Wednesday 03 August 2022  15:26:46 +0000 (0:00:00.428)       0:03:47.360 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Change the password of the sa user] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:288
Wednesday 03 August 2022  15:26:47 +0000 (0:00:00.048)       0:03:47.408 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Input the  sql file to SQL Server] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:296
Wednesday 03 August 2022  15:26:47 +0000 (0:00:00.043)       0:03:47.452 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:302
Wednesday 03 August 2022  15:26:47 +0000 (0:00:00.040)       0:03:47.492 ****** 
ok: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:311
Wednesday 03 August 2022  15:26:47 +0000 (0:00:00.056)       0:03:47.549 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "errorlog_edition=\"$(grep -oi 'Standard 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.004911",
    "end": "2022-08-03 15:26:47.128349",
    "rc": 0,
    "start": "2022-08-03 15:26:47.123438"
}

STDOUT:

true

TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:324
Wednesday 03 August 2022  15:26:47 +0000 (0:00:00.420)       0:03:47.969 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Change the edition of MSSQL] ******************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:331
Wednesday 03 August 2022  15:26:47 +0000 (0:00:00.056)       0:03:48.025 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the IP address setting] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:340
Wednesday 03 August 2022  15:26:47 +0000 (0:00:00.109)       0:03:48.135 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the network ipaddress setting] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:26:47 +0000 (0:00:00.062)       0:03:48.198 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002986",
    "end": "2022-08-03 15:26:47.772839",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:47.769853"
}

STDOUT:

ipaddress = 127.0.0.1

TASK [linux-system-roles.mssql : Configure the network ipaddress setting] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:26:48 +0000 (0:00:00.415)       0:03:48.613 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the network ipaddress setting] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:26:48 +0000 (0:00:00.053)       0:03:48.667 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Register the previous tcpport setting] ********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:347
Wednesday 03 August 2022  15:26:48 +0000 (0:00:00.036)       0:03:48.703 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Open the 1435 TCP port] **************************************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:354
Wednesday 03 August 2022  15:26:48 +0000 (0:00:00.047)       0:03:48.750 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the TCP port setting to 1435] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:365
Wednesday 03 August 2022  15:26:48 +0000 (0:00:00.046)       0:03:48.797 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the network tcpport setting] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:26:48 +0000 (0:00:00.054)       0:03:48.851 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:01.004043",
    "end": "2022-08-03 15:26:49.433519",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:48.429476"
}

STDOUT:

tcpport = 1435

TASK [linux-system-roles.mssql : Configure the network tcpport setting] ********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:26:49 +0000 (0:00:01.422)       0:03:50.274 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the network tcpport setting] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:26:49 +0000 (0:00:00.096)       0:03:50.370 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Close the previously set SQL Server TCP port if it changed] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:371
Wednesday 03 August 2022  15:26:50 +0000 (0:00:00.036)       0:03:50.406 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the sqlagent setting] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:389
Wednesday 03 August 2022  15:26:50 +0000 (0:00:00.051)       0:03:50.458 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the sqlagent enabled setting] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:26:50 +0000 (0:00:00.064)       0:03:50.523 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^enabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003343",
    "end": "2022-08-03 15:26:50.081657",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:50.078314"
}

STDOUT:

enabled = False

TASK [linux-system-roles.mssql : Configure the sqlagent enabled setting] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:26:50 +0000 (0:00:00.400)       0:03:50.924 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the sqlagent enabled setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:26:50 +0000 (0:00:00.053)       0:03:50.977 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-fts package] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:396
Wednesday 03 August 2022  15:26:50 +0000 (0:00:00.037)       0:03:51.015 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.mssql : Ensure the powershell package] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:403
Wednesday 03 August 2022  15:26:52 +0000 (0:00:01.885)       0:03:52.901 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-ha package] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:412
Wednesday 03 August 2022  15:26:52 +0000 (0:00:00.041)       0:03:52.943 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.mssql : Configure the hadrenabled setting] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:418
Wednesday 03 August 2022  15:26:54 +0000 (0:00:02.042)       0:03:54.985 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the hadr hadrenabled setting] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:26:54 +0000 (0:00:00.063)       0:03:55.049 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^hadrenabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:01.003986",
    "end": "2022-08-03 15:26:55.623449",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:54.619463"
}

STDOUT:

hadrenabled = 0

TASK [linux-system-roles.mssql : Configure the hadr hadrenabled setting] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:26:56 +0000 (0:00:01.414)       0:03:56.463 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the hadr hadrenabled setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:26:56 +0000 (0:00:00.061)       0:03:56.524 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:427
Wednesday 03 August 2022  15:26:56 +0000 (0:00:00.042)       0:03:56.567 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^traceflag[0-9] = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002656",
    "end": "2022-08-03 15:26:56.124576",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 15:26:56.121920"
}

MSG:

non-zero return code

TASK [linux-system-roles.mssql : Set the 3979 traceflag] ***********************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:433
Wednesday 03 August 2022  15:26:56 +0000 (0:00:00.392)       0:03:56.960 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the 3979 traceflag] *********************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:439
Wednesday 03 August 2022  15:26:56 +0000 (0:00:00.063)       0:03:57.023 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:446
Wednesday 03 August 2022  15:26:56 +0000 (0:00:00.054)       0:03:57.078 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the control alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:26:56 +0000 (0:00:00.104)       0:03:57.183 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^alternatewritethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:01.003958",
    "end": "2022-08-03 15:26:57.765076",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:56.761118"
}

STDOUT:

alternatewritethrough = 0

TASK [linux-system-roles.mssql : Configure the control alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:26:58 +0000 (0:00:01.421)       0:03:58.605 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the control alternatewritethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:26:58 +0000 (0:00:00.058)       0:03:58.663 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the writethrough setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:452
Wednesday 03 August 2022  15:26:58 +0000 (0:00:00.041)       0:03:58.705 ****** 
included: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.mssql : Get the control writethrough setting] *********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  15:26:58 +0000 (0:00:00.063)       0:03:58.769 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^writethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002643",
    "end": "2022-08-03 15:26:58.325521",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:26:58.322878"
}

STDOUT:

writethrough = 0

TASK [linux-system-roles.mssql : Configure the control writethrough setting] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  15:26:58 +0000 (0:00:00.396)       0:03:59.165 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the control writethrough setting] *******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  15:26:58 +0000 (0:00:00.058)       0:03:59.224 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:463
Wednesday 03 August 2022  15:26:58 +0000 (0:00:00.082)       0:03:59.306 ****** 
skipping: [/cache/centos-8.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the tlscert setting] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:479
Wednesday 03 August 2022  15:26:58 +0000 (0:00:00.040)       0:03:59.347 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the tlskey setting] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:488
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.039)       0:03:59.386 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:497
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.037)       0:03:59.424 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Configure the forceencryption setting] ********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:504
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.036)       0:03:59.460 ****** 
skipping: [/cache/centos-8.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/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:514
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.040)       0:03:59.500 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Set host variables] ***************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:533
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.048)       0:03:59.548 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-ha package] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:544
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.048)       0:03:59.597 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable the hadrenabled setting] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:550
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.053)       0:03:59.650 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:557
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.054)       0:03:59.705 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable AlwaysOn Health events] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:565
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.054)       0:03:59.760 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove certificate from SQL Server] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:570
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.051)       0:03:59.811 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove certificate and private key files] *****
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:576
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.047)       0:03:59.859 ****** 
skipping: [/cache/centos-8.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/centos-8.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 [linux-system-roles.mssql : Create master key encryption] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:585
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.048)       0:03:59.907 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create and back up certificate] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:590
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.049)       0:03:59.957 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Fetch certificate and private key from the primary node to the control node] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:596
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.049)       0:04:00.006 ****** 
skipping: [/cache/centos-8.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/centos-8.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 [linux-system-roles.mssql : Create database mirroring endpoints] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:608
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.056)       0:04:00.063 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create the] ***********************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:613
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.049)       0:04:00.113 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Get mssql-server version to see if WRITE_LEASE_VALIDITY is available] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:619
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.047)       0:04:00.160 ****** 
skipping: [/cache/centos-8.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 : Create the  availability group] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:624
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.119)       0:04:00.280 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Grant permissions to the  login] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:629
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.047)       0:04:00.327 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Back up and replicate the  database] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:634
Wednesday 03 August 2022  15:26:59 +0000 (0:00:00.049)       0:04:00.377 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Set a fact to indicate successful set up on the primary replica] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:641
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.052)       0:04:00.429 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Fail if the primary node failed] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:668
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.052)       0:04:00.482 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the mssql-server-ha package] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:675
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.049)       0:04:00.532 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable the hadrenabled setting] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:681
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.044)       0:04:00.576 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:688
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.045)       0:04:00.622 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Enable AlwaysOn Health events] ****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:696
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.047)       0:04:00.669 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create master key encryption] *****************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:701
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.049)       0:04:00.718 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:706
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.050)       0:04:00.768 ****** 
skipping: [/cache/centos-8.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/centos-8.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 [linux-system-roles.mssql : Remove certificate from SQL Server] ***********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:718
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.052)       0:04:00.821 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Restore certificate] **************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:724
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.048)       0:04:00.869 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create database mirroring endpoints] **********
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:729
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.047)       0:04:00.917 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Create the  login] ****************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:734
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.054)       0:04:00.971 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Join synchronous and witness servers to the availability group] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:739
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.048)       0:04:01.020 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Grant permissions to the  login] **************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:744
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.047)       0:04:01.067 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify if the  database exists on secondaries] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:749
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.048)       0:04:01.116 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:756
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.052)       0:04:01.168 ****** 
skipping: [/cache/centos-8.qcow2] => (item=cert)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "cert",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=key)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "key",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Save credentials for the  SQL Server login] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:769
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.105)       0:04:01.273 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Run ha_cluster to configure pacemaker] ***********************************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:780
Wednesday 03 August 2022  15:27:00 +0000 (0:00:00.054)       0:04:01.328 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Verify if the  database exists] ***************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:785
Wednesday 03 August 2022  15:27:01 +0000 (0:00:00.058)       0:04:01.386 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:793
Wednesday 03 August 2022  15:27:01 +0000 (0:00:00.048)       0:04:01.434 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

TASK [linux-system-roles.mssql : Input the  sql file to SQL Server] ************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:802
Wednesday 03 August 2022  15:27:01 +0000 (0:00:00.446)       0:04:01.880 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.mssql : Unset the mssql_post_input_sql_file fact] *****
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:808
Wednesday 03 August 2022  15:27:01 +0000 (0:00:00.036)       0:04:01.917 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "mssql_post_input_sql_file": null
    },
    "changed": false
}
META: role_complete for /cache/centos-8.qcow2

TASK [Verify disabled settings] ************************************************
task path: /tmp/tmpek3rdkcs/tests/tests_idempotency_2017.yml:86
Wednesday 03 August 2022  15:27:01 +0000 (0:00:00.072)       0:04:01.990 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml for /cache/centos-8.qcow2

TASK [Check if the errorlog file exists and its location] **********************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:8
Wednesday 03 August 2022  15:27:01 +0000 (0:00:00.164)       0:04:02.154 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n  echo \"${errorlog}\"\nelif [ -f /var/opt/mssql/log/errorlog ]; then\n  echo \"/var/opt/mssql/log/errorlog\"\nelse\n  echo \"\"\nfi\n",
    "delta": "0:00:00.004972",
    "end": "2022-08-03 15:27:01.725367",
    "rc": 0,
    "start": "2022-08-03 15:27:01.720395"
}

STDOUT:

/var/opt/mssql/log/errorlog

TASK [Check if the set edition matches the existing edition] *******************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:23
Wednesday 03 August 2022  15:27:02 +0000 (0:00:00.410)       0:04:02.565 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "errorlog_edition=\"$(grep -oi 'Standard 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.005096",
    "end": "2022-08-03 15:27:02.126415",
    "rc": 0,
    "start": "2022-08-03 15:27:02.121319"
}

STDOUT:

true

TASK [Verify if the edition matches] *******************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:36
Wednesday 03 August 2022  15:27:02 +0000 (0:00:00.396)       0:04:02.961 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the IP address setting] *******************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:40
Wednesday 03 August 2022  15:27:02 +0000 (0:00:00.065)       0:04:03.027 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the TCP port setting] *********************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:47
Wednesday 03 August 2022  15:27:02 +0000 (0:00:00.040)       0:04:03.068 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Prepare MSSQL and facts for logging in] **********************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:57
Wednesday 03 August 2022  15:27:02 +0000 (0:00:00.039)       0:04:03.107 ****** 

TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] ***
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3
Wednesday 03 August 2022  15:27:02 +0000 (0:00:00.062)       0:04:03.169 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 15:26:31 UTC",
        "ActiveEnterTimestampMonotonic": "227337696",
        "ActiveExitTimestamp": "Wed 2022-08-03 15:26:03 UTC",
        "ActiveExitTimestampMonotonic": "199255382",
        "ActiveState": "active",
        "After": "systemd-journald.socket -.mount system.slice auditd.service network.target sysinit.target basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 15:26:31 UTC",
        "AssertTimestampMonotonic": "227336472",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 15:26:31 UTC",
        "ConditionTimestampMonotonic": "227336472",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "27802",
        "ExecMainStartTimestamp": "Wed 2022-08-03 15:26:31 UTC",
        "ExecMainStartTimestampMonotonic": "227337642",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 15:26:31 UTC] ; stop_time=[n/a] ; pid=27802 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 15:26:03 UTC",
        "InactiveEnterTimestampMonotonic": "199529718",
        "InactiveExitTimestamp": "Wed 2022-08-03 15:26:31 UTC",
        "InactiveExitTimestampMonotonic": "227337696",
        "InvocationID": "db441a08a7f7428a92af5f01a9d7ec34",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "27802",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "589783040",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target -.mount",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 15:26:31 UTC",
        "StateChangeTimestampMonotonic": "227337696",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "129",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 15:26:31 UTC",
        "WatchdogTimestampMonotonic": "227337694",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ******
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8
Wednesday 03 August 2022  15:27:03 +0000 (0:00:00.528)       0:04:03.697 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003355",
    "end": "2022-08-03 15:27:03.257800",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:27:03.254445"
}

STDOUT:

tcpport = 1435

TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] ****
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14
Wednesday 03 August 2022  15:27:03 +0000 (0:00:00.400)       0:04:04.097 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002590",
    "end": "2022-08-03 15:27:03.652611",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 15:27:03.650021"
}

STDOUT:

ipaddress = 127.0.0.1

TASK [linux-system-roles.mssql : Set a fact with a password query] *************
task path: /tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20
Wednesday 03 August 2022  15:27:04 +0000 (0:00:00.393)       0:04:04.491 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": "/opt/mssql-tools/bin/sqlcmd -S 127.0.0.1,1435 -U sa -P p@55w0rd"
    },
    "changed": false
}
META: role_complete for /cache/centos-8.qcow2

TASK [Wait for mssql-server to start and prepare for client connections] *******
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:65
Wednesday 03 August 2022  15:27:04 +0000 (0:00:00.091)       0:04:04.582 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "elapsed": 3,
    "gid": 987,
    "group": "mssql",
    "match_groupdict": {},
    "match_groups": [],
    "mode": "0660",
    "owner": "mssql",
    "path": "/var/opt/mssql/log/errorlog",
    "port": null,
    "search_regex": "SQL Server is now ready for client connections",
    "secontext": "system_u:object_r:var_t:s0",
    "size": 6879,
    "state": "file",
    "uid": 989
}

TASK [Check if the set password matches the existing password] *****************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:72
Wednesday 03 August 2022  15:27:07 +0000 (0:00:03.483)       0:04:08.066 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql-tools/bin/sqlcmd",
        "-S",
        "127.0.0.1,1435",
        "-U",
        "sa",
        "-P",
        "p@55w0rd",
        "-Q",
        "SELECT @@VERSION"
    ],
    "delta": "0:00:00.021502",
    "end": "2022-08-03 15:27:07.638978",
    "rc": 0,
    "start": "2022-08-03 15:27:07.617476"
}

STDOUT:

                                                                                                                                                                                                                                                                                                            
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft SQL Server 2017 (RTM-CU30) (KB5013756) - 14.0.3451.2 (X64) 
	Jun 22 2022 18:20:15 
	Copyright (C) 2017 Microsoft Corporation
	Standard Edition (64-bit) on Linux (CentOS Stream 8)                                                                                                                

(1 rows affected)

TASK [Verify if the password matched] ******************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:78
Wednesday 03 August 2022  15:27:08 +0000 (0:00:00.411)       0:04:08.478 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the SQL agent is enabled] ************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:82
Wednesday 03 August 2022  15:27:08 +0000 (0:00:00.051)       0:04:08.529 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the enabled setting] ************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  15:27:08 +0000 (0:00:00.066)       0:04:08.596 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.003880",
    "end": "2022-08-03 15:27:08.159213",
    "rc": 0,
    "start": "2022-08-03 15:27:08.155333"
}

STDOUT:

enabled = False

TASK [Verify the enabled setting when it is type str] **************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  15:27:08 +0000 (0:00:00.405)       0:04:09.001 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the enabled setting when it is type bool] *************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  15:27:08 +0000 (0:00:00.050)       0:04:09.052 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = False] *********************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  15:27:08 +0000 (0:00:00.068)       0:04:09.120 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the mssql-server-fts package] *************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:89
Wednesday 03 August 2022  15:27:08 +0000 (0:00:00.095)       0:04:09.215 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml for /cache/centos-8.qcow2

TASK [Gather package facts] ****************************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml:7
Wednesday 03 August 2022  15:27:08 +0000 (0:00:00.062)       0:04:09.278 ****** 
ok: [/cache/centos-8.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Verify if the mssql-server-fts package is installed] *********************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml:12
Wednesday 03 August 2022  15:27:10 +0000 (0:00:01.202)       0:04:10.480 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the mssql-server-fts package is not installed] *****************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml:17
Wednesday 03 August 2022  15:27:10 +0000 (0:00:00.051)       0:04:10.531 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the powershell package] *******************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:96
Wednesday 03 August 2022  15:27:10 +0000 (0:00:00.055)       0:04:10.587 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the mssql-server-ha package is installed] **********************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:107
Wednesday 03 August 2022  15:27:10 +0000 (0:00:00.037)       0:04:10.625 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml for /cache/centos-8.qcow2

TASK [Gather package facts] ****************************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml:7
Wednesday 03 August 2022  15:27:10 +0000 (0:00:00.059)       0:04:10.684 ****** 
ok: [/cache/centos-8.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Verify if the mssql-server-ha package is installed] **********************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml:12
Wednesday 03 August 2022  15:27:11 +0000 (0:00:01.228)       0:04:11.913 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the mssql-server-ha package is not installed] ******************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_package.yml:17
Wednesday 03 August 2022  15:27:11 +0000 (0:00:00.051)       0:04:11.964 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the hadrenabled setting] ******************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:113
Wednesday 03 August 2022  15:27:11 +0000 (0:00:00.064)       0:04:12.029 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the hadrenabled setting] ********************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  15:27:11 +0000 (0:00:00.064)       0:04:12.094 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^hadrenabled' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.003943",
    "end": "2022-08-03 15:27:11.658224",
    "rc": 0,
    "start": "2022-08-03 15:27:11.654281"
}

STDOUT:

hadrenabled = 0

TASK [Verify the hadrenabled setting when it is type str] **********************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  15:27:12 +0000 (0:00:00.402)       0:04:12.497 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the hadrenabled setting when it is type bool] *********************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  15:27:12 +0000 (0:00:00.052)       0:04:12.549 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = False] *********************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  15:27:12 +0000 (0:00:00.068)       0:04:12.617 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get the value of the traceflag setting] **********************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:123
Wednesday 03 August 2022  15:27:12 +0000 (0:00:00.043)       0:04:12.661 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.004993",
    "end": "2022-08-03 15:27:12.275342",
    "rc": 0,
    "start": "2022-08-03 15:27:12.270349"
}

TASK [Verify that the traceflag setting is set to 3979] ************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:128
Wednesday 03 August 2022  15:27:12 +0000 (0:00:00.453)       0:04:13.114 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the traceflag setting is not set to 3979] ********************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:133
Wednesday 03 August 2022  15:27:12 +0000 (0:00:00.051)       0:04:13.166 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the alternatewritethrough setting is false] ******************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:139
Wednesday 03 August 2022  15:27:12 +0000 (0:00:00.065)       0:04:13.232 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the alternatewritethrough setting] **********************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  15:27:12 +0000 (0:00:00.060)       0:04:13.293 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.003984",
    "end": "2022-08-03 15:27:12.849347",
    "rc": 0,
    "start": "2022-08-03 15:27:12.845363"
}

STDOUT:

alternatewritethrough = 0

TASK [Verify the alternatewritethrough setting when it is type str] ************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  15:27:13 +0000 (0:00:00.395)       0:04:13.688 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the alternatewritethrough setting when it is type bool] ***********
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  15:27:13 +0000 (0:00:00.053)       0:04:13.742 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = False] *********************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  15:27:13 +0000 (0:00:00.068)       0:04:13.810 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the writethrough setting] *****************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:145
Wednesday 03 August 2022  15:27:13 +0000 (0:00:00.040)       0:04:13.850 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the writethrough setting] *******************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  15:27:13 +0000 (0:00:00.060)       0:04:13.911 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.004048",
    "end": "2022-08-03 15:27:13.462186",
    "rc": 0,
    "start": "2022-08-03 15:27:13.458138"
}

STDOUT:

writethrough = 0

TASK [Verify the writethrough setting when it is type str] *********************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  15:27:13 +0000 (0:00:00.392)       0:04:14.304 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the writethrough setting when it is type bool] ********************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  15:27:13 +0000 (0:00:00.053)       0:04:14.357 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = False] *********************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  15:27:14 +0000 (0:00:00.173)       0:04:14.531 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlscert setting] **********************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:155
Wednesday 03 August 2022  15:27:14 +0000 (0:00:00.039)       0:04:14.571 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlskey setting] ***********************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:163
Wednesday 03 August 2022  15:27:14 +0000 (0:00:00.041)       0:04:14.612 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlsprotocols setting] *****************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:171
Wednesday 03 August 2022  15:27:14 +0000 (0:00:00.039)       0:04:14.652 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the forceencryption setting] **************************************
task path: /tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:179
Wednesday 03 August 2022  15:27:14 +0000 (0:00:00.038)       0:04:14.690 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check the ansible_managed header in the configuration file] **************
task path: /tmp/tmpek3rdkcs/tests/tests_idempotency_2017.yml:98
Wednesday 03 August 2022  15:27:14 +0000 (0:00:00.045)       0:04:14.736 ****** 
included: /tmp/tmpek3rdkcs/tests/tasks/check_header.yml for /cache/centos-8.qcow2

TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************
task path: /tmp/tmpek3rdkcs/tests/tasks/check_header.yml:4
Wednesday 03 August 2022  15:27:14 +0000 (0:00:00.170)       0:04:14.906 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "Ansible managed\n",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:01.003938",
    "end": "2022-08-03 15:27:15.501459",
    "rc": 0,
    "start": "2022-08-03 15:27:14.497521"
}

STDOUT:

# BEGIN ANSIBLE MANAGED BLOCK
#
# Ansible managed
#
# END ANSIBLE MANAGED BLOCK
[sqlagent]
enabled = False

[EULA]
accepteula = Y

[network]
ipaddress = 127.0.0.1
tcpport = 1435

[hadr]
hadrenabled = 0

[traceflag]

[control]
alternatewritethrough = 0
writethrough = 0
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-8.qcow2      : ok=254  changed=35   unreachable=0    failed=0    skipped=341  rescued=0    ignored=1   

Wednesday 03 August 2022  15:27:16 +0000 (0:00:01.510)       0:04:16.416 ****** 
=============================================================================== 
linux-system-roles.mssql : Ensure the mssql-server package ------------- 59.72s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:134 ------
linux-system-roles.mssql : Ensure the mssql-server-fts package --------- 24.88s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:396 ------
linux-system-roles.mssql : Ensure the mssql-server-ha package ----------- 9.88s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:412 ------
linux-system-roles.mssql : Change the password of the sa user ----------- 6.30s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:288 ------
linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 5.98s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:258 ------
linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 5.29s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:198 ------
linux-system-roles.mssql : Change the edition of MSSQL ------------------ 5.05s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:331 ------
linux-system-roles.mssql : Set up MSSQL --------------------------------- 4.77s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:189 ------
linux-system-roles.mssql : Ensure the mssql-server-ha package ----------- 4.22s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:412 ------
linux-system-roles.mssql : Ensure the mssql-server-fts package ---------- 4.18s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:396 ------
linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 3.77s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:258 ------
linux-system-roles.mssql : Ensure the mssql-server package -------------- 3.76s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:134 ------
linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 3.73s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:198 ------
linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories --- 3.51s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:101 ------
Wait for mssql-server to start and prepare for client connections ------- 3.51s
/tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:65 ---------------------------
Wait for mssql-server to start and prepare for client connections ------- 3.48s
/tmp/tmpek3rdkcs/tests/tasks/verify_settings.yml:65 ---------------------------
linux-system-roles.mssql : Gather system services facts ----------------- 3.14s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:165 ------
linux-system-roles.mssql : Gather system services facts ----------------- 2.92s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:165 ------
linux-system-roles.mssql : Gather package facts ------------------------- 2.79s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:85 -------
linux-system-roles.mssql : Gather package facts ------------------------- 2.65s
/tmp/tmpek3rdkcs/tests/roles/linux-system-roles.mssql/tasks/main.yml:85 -------
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/tmpn59lzvet
  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: centos-8_setup.yml ***************************************************
1 plays in /cache/centos-8_setup.yml

PLAY [Enable HA repos] *********************************************************
META: ran handlers

TASK [Enable HA repos] *********************************************************
task path: /cache/centos-8_setup.yml:5
Wednesday 03 August 2022  16:08:34 +0000 (0:00:00.019)       0:00:00.019 ****** 
changed: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/libexec/platform-python"
    },
    "changed": true,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "ha"
    ],
    "delta": "0:00:00.369321",
    "end": "2022-08-03 16:08:34.909525",
    "rc": 0,
    "start": "2022-08-03 16:08:34.540204"
}
META: ran handlers
META: ran handlers

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

Wednesday 03 August 2022  16:08:35 +0000 (0:00:01.004)       0:00:01.024 ****** 
=============================================================================== 
Enable HA repos --------------------------------------------------------- 1.00s
/cache/centos-8_setup.yml:5 ---------------------------------------------------

PLAYBOOK: tests_idempotency_2017.yml *******************************************
1 plays in /tmp/tmpsacc72k6/tests/mssql/tests_idempotency_2017.yml

PLAY [Ensure that the role is idempotent] **************************************
META: ran handlers

TASK [Run on a fresh host and set all parameters] ******************************
task path: /tmp/tmpsacc72k6/tests/mssql/tests_idempotency_2017.yml:11
Wednesday 03 August 2022  16:08:35 +0000 (0:00:00.019)       0:00:01.044 ****** 

TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3
Wednesday 03 August 2022  16:08:35 +0000 (0:00:00.134)       0:00:01.178 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3
Wednesday 03 August 2022  16:08:35 +0000 (0:00:00.028)       0:00:01.207 ****** 
ok: [/cache/centos-8.qcow2]

TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:10
Wednesday 03 August 2022  16:08:36 +0000 (0:00:00.789)       0:00:01.996 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8
Wednesday 03 August 2022  16:08:36 +0000 (0:00:00.049)       0:00:02.046 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:12
Wednesday 03 August 2022  16:08:36 +0000 (0:00:00.025)       0:00:02.072 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16
Wednesday 03 August 2022  16:08:36 +0000 (0:00:00.025)       0:00:02.097 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:22
Wednesday 03 August 2022  16:08:36 +0000 (0:00:00.023)       0:00:02.121 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:27
Wednesday 03 August 2022  16:08:36 +0000 (0:00:00.021)       0:00:02.143 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:39
Wednesday 03 August 2022  16:08:36 +0000 (0:00:00.043)       0:00:02.186 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44
Wednesday 03 August 2022  16:08:36 +0000 (0:00:00.041)       0:00:02.228 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55
Wednesday 03 August 2022  16:08:36 +0000 (0:00:00.031)       0:00:02.259 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:63
Wednesday 03 August 2022  16:08:36 +0000 (0:00:00.031)       0:00:02.291 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:71
Wednesday 03 August 2022  16:08:36 +0000 (0:00:00.033)       0:00:02.324 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Gather package facts] ******************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:80
Wednesday 03 August 2022  16:08:36 +0000 (0:00:00.031)       0:00:02.356 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:85
Wednesday 03 August 2022  16:08:38 +0000 (0:00:01.506)       0:00:03.863 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:96
Wednesday 03 August 2022  16:08:38 +0000 (0:00:00.104)       0:00:03.967 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true
}

TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server 2017 repo] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:102
Wednesday 03 August 2022  16:08:39 +0000 (0:00:01.106)       0:00:05.073 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:113
Wednesday 03 August 2022  16:08:39 +0000 (0:00:00.042)       0:00:05.116 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server 2017 repository] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:119
Wednesday 03 August 2022  16:08:39 +0000 (0:00:00.043)       0:00:05.159 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "repo": "packages-microsoft-com-mssql-server-2017",
    "state": "present"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server package] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:129
Wednesday 03 August 2022  16:08:41 +0000 (0:00:02.126)       0:00:07.285 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: libpkgconf-1.4.2-1.el8.x86_64",
        "Installed: python2-libs-2.7.18-11.module_el8.7.0+1179+42dadd5f.x86_64",
        "Installed: libatomic-8.5.0-15.el8.x86_64",
        "Installed: pkgconf-1.4.2-1.el8.x86_64",
        "Installed: pkgconf-m4-1.4.2-1.el8.noarch",
        "Installed: pkgconf-pkg-config-1.4.2-1.el8.x86_64",
        "Installed: glibc-headers-2.28-184.el8.x86_64",
        "Installed: isl-0.16.1-6.el8.x86_64",
        "Installed: python2-pip-9.0.3-19.module_el8.6.0+987+71f62bb6.noarch",
        "Installed: binutils-2.30-117.el8.x86_64",
        "Installed: python2-pip-wheel-9.0.3-19.module_el8.6.0+987+71f62bb6.noarch",
        "Installed: libmpc-1.1.0-9.1.el8.x86_64",
        "Installed: libtool-ltdl-2.4.6-25.el8.x86_64",
        "Installed: libxcrypt-devel-4.1.1-6.el8.x86_64",
        "Installed: gc-7.6.4-3.el8.x86_64",
        "Installed: libipt-1.6.1-8.el8.x86_64",
        "Installed: libbabeltrace-1.5.4-4.el8.x86_64",
        "Installed: gcc-8.5.0-7.el8.x86_64",
        "Installed: mssql-server-14.0.3451.2-1.x86_64",
        "Installed: gdb-8.2-19.el8.x86_64",
        "Installed: python2-2.7.18-11.module_el8.7.0+1179+42dadd5f.x86_64",
        "Installed: kernel-headers-4.18.0-408.el8.x86_64",
        "Installed: python2-setuptools-39.0.1-13.module_el8.5.0+743+cd2f5d28.noarch",
        "Installed: python2-setuptools-wheel-39.0.1-13.module_el8.5.0+743+cd2f5d28.noarch",
        "Installed: cpp-8.5.0-7.el8.x86_64",
        "Installed: cyrus-sasl-2.1.27-5.el8.x86_64",
        "Installed: gdb-headless-8.2-19.el8.x86_64",
        "Installed: glibc-devel-2.28-184.el8.x86_64",
        "Installed: cyrus-sasl-gssapi-2.1.27-5.el8.x86_64",
        "Installed: guile-5:2.0.14-7.el8.x86_64",
        "Installed: gcc-gdb-plugin-8.5.0-7.el8.x86_64",
        "Installed: libatomic_ops-7.6.2-3.el8.x86_64"
    ]
}

TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137
Wednesday 03 August 2022  16:09:52 +0000 (0:01:10.594)       0:01:17.880 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:145
Wednesday 03 August 2022  16:09:52 +0000 (0:00:00.075)       0:01:17.956 ****** 
ok: [/cache/centos-8.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.009528",
    "end": "2022-08-03 16:09:52.380578",
    "rc": 0,
    "start": "2022-08-03 16:09:52.371050"
}

TASK [fedora.linux_system_roles.mssql : Gather system services facts] **********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:160
Wednesday 03 August 2022  16:09:52 +0000 (0:00:00.587)       0:01:18.543 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174
Wednesday 03 August 2022  16:09:54 +0000 (0:00:01.685)       0:01:20.229 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [fedora.linux_system_roles.mssql : Set up MSSQL] **************************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:184
Wednesday 03 August 2022  16:09:54 +0000 (0:00:00.069)       0:01:20.299 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "-n",
        "setup"
    ],
    "delta": "0:00:04.923259",
    "end": "2022-08-03 16:09:59.518434",
    "rc": 0,
    "start": "2022-08-03 16:09:54.595175"
}

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=855862&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 /etc/systemd/system/multi-user.target.wants/mssql-server.service → /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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:193
Wednesday 03 August 2022  16:09:59 +0000 (0:00:05.345)       0:01:25.644 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: tuned-2.18.0-3.el8.noarch",
        "Installed: tuned-profiles-mssql-2.18.0-3.el8.noarch",
        "Removed: tuned-2.16.0-1.el8.noarch"
    ]
}

TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:198
Wednesday 03 August 2022  16:10:04 +0000 (0:00:04.068)       0:01:29.713 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "tuned",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ActiveEnterTimestampMonotonic": "103731164",
        "ActiveExitTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ActiveExitTimestampMonotonic": "103244449",
        "ActiveState": "active",
        "After": "dbus.socket network.target dbus.service basic.target sysinit.target systemd-sysctl.service system.slice systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "AssertTimestampMonotonic": "103541478",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "com.redhat.tuned",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ConditionTimestampMonotonic": "103541477",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "cpupower.service shutdown.target",
        "ControlGroup": "/system.slice/tuned.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Dynamic System Tuning Daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "15341",
        "ExecMainStartTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ExecMainStartTimestampMonotonic": "103542854",
        "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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "tuned.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "InactiveEnterTimestampMonotonic": "103540036",
        "InactiveExitTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "InactiveExitTimestampMonotonic": "103543009",
        "InvocationID": "987122e791964592b0186a6315ebd537",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14647",
        "LimitNPROCSoft": "14647",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "15341",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "17465344",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "tuned.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/tuned/tuned.pid",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice dbus.socket dbus.service polkit.service",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "StateChangeTimestampMonotonic": "103731164",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "5",
        "TasksMax": "23435",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "WatchdogTimestampMonotonic": "103731162",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] *********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:204
Wednesday 03 August 2022  16:10:04 +0000 (0:00:00.841)       0:01:30.555 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "tuned-adm",
        "active"
    ],
    "delta": "0:00:00.122860",
    "end": "2022-08-03 16:10:04.954058",
    "rc": 0,
    "start": "2022-08-03 16:10:04.831198"
}

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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214
Wednesday 03 August 2022  16:10:05 +0000 (0:00:00.522)       0:01:31.077 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "tuned-adm",
        "profile",
        "virtual-guest",
        "mssql"
    ],
    "delta": "0:00:02.196126",
    "end": "2022-08-03 16:10:07.568153",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:10:05.372027"
}

TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:227
Wednesday 03 August 2022  16:10:08 +0000 (0:00:02.621)       0:01:33.699 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:236
Wednesday 03 August 2022  16:10:08 +0000 (0:00:00.035)       0:01:33.735 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:246
Wednesday 03 August 2022  16:10:08 +0000 (0:00:00.035)       0:01:33.771 ****** 
changed: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:253
Wednesday 03 August 2022  16:10:08 +0000 (0:00:00.403)       0:01:34.175 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: unixODBC-2.3.7-1.rh.x86_64",
        "Installed: unixODBC-devel-2.3.7-1.rh.x86_64",
        "Installed: msodbcsql17-17.10.1.1-1.x86_64",
        "Installed: mssql-tools-17.10.1.1-1.x86_64"
    ]
}

TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:265
Wednesday 03 August 2022  16:10:12 +0000 (0:00:04.317)       0:01:38.493 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:270
Wednesday 03 August 2022  16:10:12 +0000 (0:00:00.037)       0:01:38.530 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:276
Wednesday 03 August 2022  16:10:12 +0000 (0:00:00.077)       0:01:38.607 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:283
Wednesday 03 August 2022  16:10:12 +0000 (0:00:00.034)       0:01:38.642 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291
Wednesday 03 August 2022  16:10:13 +0000 (0:00:00.037)       0:01:38.679 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:297
Wednesday 03 August 2022  16:10:13 +0000 (0:00:00.038)       0:01:38.718 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:306
Wednesday 03 August 2022  16:10:13 +0000 (0:00:00.039)       0:01:38.757 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:319
Wednesday 03 August 2022  16:10:13 +0000 (0:00:00.034)       0:01:38.792 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:335
Wednesday 03 August 2022  16:10:13 +0000 (0:00:00.035)       0:01:38.862 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the network ipaddress setting] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:10:13 +0000 (0:00:00.059)       0:01:38.922 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003092",
    "end": "2022-08-03 16:10:13.209331",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 16:10:13.206239"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Configure the network ipaddress setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:10:13 +0000 (0:00:00.407)       0:01:39.330 ****** 
NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for /cache/centos-8.qcow2
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "network.ipaddress",
        "0.0.0.0"
    ],
    "delta": "0:00:00.046633",
    "end": "2022-08-03 16:10:13.666183",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:10:13.619550"
}

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 ipaddress setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:10:14 +0000 (0:00:00.467)       0:01:39.797 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:342
Wednesday 03 August 2022  16:10:14 +0000 (0:00:00.033)       0:01:39.831 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Open the 1433 TCP port] **************************************************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349
Wednesday 03 August 2022  16:10:14 +0000 (0:00:00.045)       0:01:39.876 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:360
Wednesday 03 August 2022  16:10:14 +0000 (0:00:00.047)       0:01:39.923 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the network tcpport setting] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:10:14 +0000 (0:00:00.085)       0:01:40.009 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002947",
    "end": "2022-08-03 16:10:14.293463",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 16:10:14.290516"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Configure the network tcpport setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:10:14 +0000 (0:00:00.403)       0:01:40.412 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "network.tcpport",
        "1433"
    ],
    "delta": "0:00:00.047353",
    "end": "2022-08-03 16:10:14.753120",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:10:14.705767"
}

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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:10:15 +0000 (0:00:00.472)       0:01:40.885 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:384
Wednesday 03 August 2022  16:10:15 +0000 (0:00:00.044)       0:01:40.964 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the sqlagent enabled setting] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:10:15 +0000 (0:00:00.066)       0:01:41.030 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^enabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003736",
    "end": "2022-08-03 16:10:15.325132",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:10:15.321396"
}

STDOUT:

enabled = false

TASK [fedora.linux_system_roles.mssql : Configure the sqlagent enabled setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:10:15 +0000 (0:00:00.418)       0:01:41.449 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "sqlagent.enabled",
        "True"
    ],
    "delta": "0:00:00.045619",
    "end": "2022-08-03 16:10:15.785373",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:10:15.739754"
}

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 sqlagent enabled setting] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:10:16 +0000 (0:00:00.466)       0:01:41.916 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-fts package] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:391
Wednesday 03 August 2022  16:10:16 +0000 (0:00:00.034)       0:01:41.951 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: mssql-server-fts-14.0.3451.2-1.x86_64"
    ]
}

TASK [fedora.linux_system_roles.mssql : Ensure the powershell package] *********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:398
Wednesday 03 August 2022  16:10:39 +0000 (0:00:23.699)       0:02:05.650 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:407
Wednesday 03 August 2022  16:10:40 +0000 (0:00:00.040)       0:02:05.691 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: lvm2-libs-8:2.03.14-2.el8.x86_64",
        "Installed: samba-common-libs-4.16.2-1.el8.x86_64",
        "Installed: device-mapper-event-libs-8:1.02.181-2.el8.x86_64",
        "Installed: avahi-libs-0.7-20.el8.x86_64",
        "Installed: libaio-0.3.112-1.el8.x86_64",
        "Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64",
        "Installed: lvm2-8:2.03.14-2.el8.x86_64",
        "Installed: net-tools-2.0-0.52.20160912git.el8.x86_64",
        "Installed: samba-client-libs-4.16.2-1.el8.x86_64",
        "Installed: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64",
        "Installed: resource-agents-4.9.0-27.el8.x86_64",
        "Installed: mssql-server-ha-14.0.3451.2-1.x86_64",
        "Installed: python3-setuptools-39.2.0-6.el8.noarch",
        "Installed: python3-pip-9.0.3-22.el8.noarch",
        "Installed: device-mapper-event-8:1.02.181-2.el8.x86_64",
        "Installed: samba-common-4.16.2-1.el8.noarch",
        "Installed: libwbclient-4.16.2-1.el8.x86_64",
        "Installed: cifs-utils-6.8-3.el8.x86_64",
        "Installed: libicu-60.3-2.el8_1.x86_64"
    ]
}

TASK [fedora.linux_system_roles.mssql : Configure the hadrenabled setting] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413
Wednesday 03 August 2022  16:10:54 +0000 (0:00:14.173)       0:02:19.864 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the hadr hadrenabled setting] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:10:54 +0000 (0:00:00.062)       0:02:19.927 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^hadrenabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.004622",
    "end": "2022-08-03 16:10:54.284465",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 16:10:54.279843"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Configure the hadr hadrenabled setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:10:54 +0000 (0:00:00.520)       0:02:20.448 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "hadr.hadrenabled",
        "1"
    ],
    "delta": "0:00:00.049439",
    "end": "2022-08-03 16:10:54.795922",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:10:54.746483"
}

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 hadr hadrenabled setting] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:10:55 +0000 (0:00:00.478)       0:02:20.926 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:422
Wednesday 03 August 2022  16:10:55 +0000 (0:00:00.039)       0:02:20.966 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^traceflag[0-9] = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003527",
    "end": "2022-08-03 16:10:55.248460",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 16:10:55.244933"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] ****************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:428
Wednesday 03 August 2022  16:10:55 +0000 (0:00:00.404)       0:02:21.370 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "traceflag",
        "3979",
        "on"
    ],
    "delta": "0:00:00.045468",
    "end": "2022-08-03 16:10:55.708631",
    "rc": 0,
    "start": "2022-08-03 16:10:55.663163"
}

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 3979 traceflag] **************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:434
Wednesday 03 August 2022  16:10:56 +0000 (0:00:00.461)       0:02:21.832 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441
Wednesday 03 August 2022  16:10:56 +0000 (0:00:00.046)       0:02:21.878 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the control alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:10:56 +0000 (0:00:00.057)       0:02:21.936 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^alternatewritethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002862",
    "end": "2022-08-03 16:10:56.223893",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 16:10:56.221031"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Configure the control alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:10:56 +0000 (0:00:00.426)       0:02:22.363 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "control.alternatewritethrough",
        "0"
    ],
    "delta": "0:00:00.047578",
    "end": "2022-08-03 16:10:56.716917",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:10:56.669339"
}

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 control alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:10:57 +0000 (0:00:00.513)       0:02:22.876 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:447
Wednesday 03 August 2022  16:10:57 +0000 (0:00:00.039)       0:02:22.916 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the control writethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:10:57 +0000 (0:00:00.081)       0:02:22.997 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^writethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003415",
    "end": "2022-08-03 16:10:57.288590",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 16:10:57.285175"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Configure the control writethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:10:57 +0000 (0:00:00.413)       0:02:23.411 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "control.writethrough",
        "1"
    ],
    "delta": "0:00:00.048444",
    "end": "2022-08-03 16:10:57.761479",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:10:57.713035"
}

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 control writethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:10:58 +0000 (0:00:00.483)       0:02:23.894 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458
Wednesday 03 August 2022  16:10:58 +0000 (0:00:00.038)       0:02:23.933 ****** 
skipping: [/cache/centos-8.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:474
Wednesday 03 August 2022  16:10:58 +0000 (0:00:00.050)       0:02:23.984 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] **********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483
Wednesday 03 August 2022  16:10:58 +0000 (0:00:00.037)       0:02:24.021 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:499
Wednesday 03 August 2022  16:10:58 +0000 (0:00:00.033)       0:02:24.089 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:509
Wednesday 03 August 2022  16:10:58 +0000 (0:00:00.036)       0:02:24.126 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

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

TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:545
Wednesday 03 August 2022  16:10:58 +0000 (0:00:00.044)       0:02:24.264 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:552
Wednesday 03 August 2022  16:10:58 +0000 (0:00:00.097)       0:02:24.362 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

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

TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:570
Wednesday 03 August 2022  16:10:58 +0000 (0:00:00.041)       0:02:24.493 ****** 
skipping: [/cache/centos-8.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/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:579
Wednesday 03 August 2022  16:10:58 +0000 (0:00:00.050)       0:02:24.544 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create and back up certificate] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:584
Wednesday 03 August 2022  16:10:58 +0000 (0:00:00.044)       0:02:24.588 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:590
Wednesday 03 August 2022  16:10:58 +0000 (0:00:00.046)       0:02:24.635 ****** 
skipping: [/cache/centos-8.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/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:602
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.052)       0:02:24.687 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create the] ****************************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:607
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.044)       0:02:24.732 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:613
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.044)       0:02:24.776 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:618
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.044)       0:02:24.820 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.mssql : Back up and replicate the  database] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.045)       0:02:24.911 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.050)       0:02:24.961 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.046)       0:02:25.057 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:675
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.044)       0:02:25.101 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:682
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.043)       0:02:25.145 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable AlwaysOn Health events] *********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:689
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.044)       0:02:25.189 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create master key encryption] **********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:694
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.044)       0:02:25.234 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.080)       0:02:25.314 ****** 
skipping: [/cache/centos-8.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/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:711
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.050)       0:02:25.365 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Restore certificate] *******************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:717
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.045)       0:02:25.410 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.mssql : Create the  login] *********************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:727
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.044)       0:02:25.500 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:732
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.042)       0:02:25.542 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Grant permissions to the  login] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:737
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.047)       0:02:25.589 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:742
Wednesday 03 August 2022  16:10:59 +0000 (0:00:00.046)       0:02:25.636 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:749
Wednesday 03 August 2022  16:11:00 +0000 (0:00:00.047)       0:02:25.683 ****** 
skipping: [/cache/centos-8.qcow2] => (item=cert)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "cert",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:762
Wednesday 03 August 2022  16:11:00 +0000 (0:00:00.049)       0:02:25.733 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.mssql : Verify if the  database exists] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:778
Wednesday 03 August 2022  16:11:00 +0000 (0:00:00.045)       0:02:25.823 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:786
Wednesday 03 August 2022  16:11:00 +0000 (0:00:00.043)       0:02:25.867 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true
}

MSG:

Block inserted

TASK [fedora.linux_system_roles.mssql : Input the  sql file to SQL Server] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:795
Wednesday 03 August 2022  16:11:00 +0000 (0:00:00.585)       0:02:26.452 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:801
Wednesday 03 August 2022  16:11:00 +0000 (0:00:00.037)       0:02:26.490 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "mssql_post_input_sql_file": null
    },
    "changed": false
}
META: role_complete for /cache/centos-8.qcow2

TASK [Configure the mssql-server service start limit interval and burst] *******
task path: /tmp/tmpsacc72k6/tests/mssql/tests_idempotency_2017.yml:25
Wednesday 03 August 2022  16:11:00 +0000 (0:00:00.060)       0:02:26.551 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql-sever-increase-start-limit.yml for /cache/centos-8.qcow2

TASK [Modify the mssql-server service start limit interval] ********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:3
Wednesday 03 August 2022  16:11:01 +0000 (0:00:00.106)       0:02:26.658 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true
}

MSG:

1 replacements made

TASK [Modify the mssql-server service start limit burst] ***********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:10
Wednesday 03 August 2022  16:11:01 +0000 (0:00:00.477)       0:02:27.135 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true
}

MSG:

1 replacements made

TASK [Reload service daemon] ***************************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:17
Wednesday 03 August 2022  16:11:01 +0000 (0:00:00.400)       0:02:27.536 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 16:09:59 UTC",
        "ActiveEnterTimestampMonotonic": "100178155",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "-.mount sysinit.target basic.target system.slice network.target auditd.service systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 16:09:59 UTC",
        "AssertTimestampMonotonic": "100169088",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 16:09:59 UTC",
        "ConditionTimestampMonotonic": "100169088",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "15062",
        "ExecMainStartTimestamp": "Wed 2022-08-03 16:09:59 UTC",
        "ExecMainStartTimestampMonotonic": "100178119",
        "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",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2022-08-03 16:09:59 UTC",
        "InactiveExitTimestampMonotonic": "100178155",
        "InvocationID": "d7cce86c224941f6bc7ee1159ce10fa7",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "15062",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "607338496",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "-.mount system.slice sysinit.target",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 16:09:59 UTC",
        "StateChangeTimestampMonotonic": "100178155",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "134",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 16:09:59 UTC",
        "WatchdogTimestampMonotonic": "100178153",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [Flush handlers] **********************************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tests_idempotency_2017.yml:28
Wednesday 03 August 2022  16:11:03 +0000 (0:00:01.916)       0:02:29.452 ****** 

RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3
Wednesday 03 August 2022  16:11:03 +0000 (0:00:00.000)       0:02:29.453 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ActiveEnterTimestampMonotonic": "164109759",
        "ActiveExitTimestamp": "Wed 2022-08-03 16:11:02 UTC",
        "ActiveExitTimestampMonotonic": "162892882",
        "ActiveState": "active",
        "After": "-.mount sysinit.target basic.target system.slice network.target auditd.service systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "AssertTimestampMonotonic": "164108295",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ConditionTimestampMonotonic": "164108295",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "19578",
        "ExecMainStartTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ExecMainStartTimestampMonotonic": "164109686",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 16:11:03 UTC] ; stop_time=[n/a] ; pid=19578 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "InactiveEnterTimestampMonotonic": "164106494",
        "InactiveExitTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "InactiveExitTimestampMonotonic": "164109759",
        "InvocationID": "0160c9eb3b4e455fb92bb46367977214",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "19578",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "117870592",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "-.mount system.slice sysinit.target",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "StateChangeTimestampMonotonic": "164109759",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "WatchdogTimestampMonotonic": "164109757",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}
META: ran handlers

TASK [Run again with the same settings - should report not changed] ************
task path: /tmp/tmpsacc72k6/tests/mssql/tests_idempotency_2017.yml:31
Wednesday 03 August 2022  16:11:04 +0000 (0:00:00.612)       0:02:30.065 ****** 

TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3
Wednesday 03 August 2022  16:11:04 +0000 (0:00:00.148)       0:02:30.213 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3
Wednesday 03 August 2022  16:11:04 +0000 (0:00:00.055)       0:02:30.269 ****** 
ok: [/cache/centos-8.qcow2]

TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:10
Wednesday 03 August 2022  16:11:05 +0000 (0:00:00.557)       0:02:30.826 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8
Wednesday 03 August 2022  16:11:05 +0000 (0:00:00.062)       0:02:30.889 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:12
Wednesday 03 August 2022  16:11:05 +0000 (0:00:00.045)       0:02:30.934 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16
Wednesday 03 August 2022  16:11:05 +0000 (0:00:00.043)       0:02:30.978 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:22
Wednesday 03 August 2022  16:11:05 +0000 (0:00:00.035)       0:02:31.014 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:27
Wednesday 03 August 2022  16:11:05 +0000 (0:00:00.037)       0:02:31.052 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:39
Wednesday 03 August 2022  16:11:05 +0000 (0:00:00.058)       0:02:31.110 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44
Wednesday 03 August 2022  16:11:05 +0000 (0:00:00.058)       0:02:31.169 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55
Wednesday 03 August 2022  16:11:05 +0000 (0:00:00.043)       0:02:31.212 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:63
Wednesday 03 August 2022  16:11:05 +0000 (0:00:00.050)       0:02:31.263 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:71
Wednesday 03 August 2022  16:11:05 +0000 (0:00:00.045)       0:02:31.309 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Gather package facts] ******************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:80
Wednesday 03 August 2022  16:11:05 +0000 (0:00:00.084)       0:02:31.393 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:85
Wednesday 03 August 2022  16:11:07 +0000 (0:00:01.337)       0:02:32.730 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:96
Wednesday 03 August 2022  16:11:07 +0000 (0:00:00.064)       0:02:32.794 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server 2017 repo] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:102
Wednesday 03 August 2022  16:11:07 +0000 (0:00:00.704)       0:02:33.499 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:113
Wednesday 03 August 2022  16:11:07 +0000 (0:00:00.061)       0:02:33.561 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server 2017 repository] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:119
Wednesday 03 August 2022  16:11:07 +0000 (0:00:00.081)       0:02:33.642 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server package] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:129
Wednesday 03 August 2022  16:11:08 +0000 (0:00:00.055)       0:02:33.698 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137
Wednesday 03 August 2022  16:11:10 +0000 (0:00:02.007)       0:02:35.706 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:145
Wednesday 03 August 2022  16:11:10 +0000 (0:00:00.039)       0:02:35.745 ****** 
ok: [/cache/centos-8.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.006684",
    "end": "2022-08-03 16:11:10.024258",
    "rc": 0,
    "start": "2022-08-03 16:11:10.017574"
}

STDOUT:

/var/opt/mssql/log/errorlog

TASK [fedora.linux_system_roles.mssql : Gather system services facts] **********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:160
Wednesday 03 August 2022  16:11:10 +0000 (0:00:00.423)       0:02:36.169 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174
Wednesday 03 August 2022  16:11:12 +0000 (0:00:01.568)       0:02:37.737 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set up MSSQL] **************************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:184
Wednesday 03 August 2022  16:11:12 +0000 (0:00:00.057)       0:02:37.794 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:193
Wednesday 03 August 2022  16:11:12 +0000 (0:00:00.097)       0:02:37.892 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:198
Wednesday 03 August 2022  16:11:14 +0000 (0:00:01.918)       0:02:39.811 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "tuned",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ActiveEnterTimestampMonotonic": "103731164",
        "ActiveExitTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ActiveExitTimestampMonotonic": "103244449",
        "ActiveState": "active",
        "After": "network.target system.slice systemd-journald.socket systemd-sysctl.service dbus.service basic.target dbus.socket sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "AssertTimestampMonotonic": "103541478",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "com.redhat.tuned",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ConditionTimestampMonotonic": "103541477",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "cpupower.service shutdown.target",
        "ControlGroup": "/system.slice/tuned.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Dynamic System Tuning Daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "15341",
        "ExecMainStartTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ExecMainStartTimestampMonotonic": "103542854",
        "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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "tuned.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "InactiveEnterTimestampMonotonic": "103540036",
        "InactiveExitTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "InactiveExitTimestampMonotonic": "103543009",
        "InvocationID": "987122e791964592b0186a6315ebd537",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14647",
        "LimitNPROCSoft": "14647",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "15341",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "18907136",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "tuned.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/tuned/tuned.pid",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "polkit.service dbus.service sysinit.target dbus.socket system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "StateChangeTimestampMonotonic": "103731164",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "5",
        "TasksMax": "23435",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "WatchdogTimestampMonotonic": "103731162",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] *********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:204
Wednesday 03 August 2022  16:11:14 +0000 (0:00:00.561)       0:02:40.372 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "tuned-adm",
        "active"
    ],
    "delta": "0:00:00.130155",
    "end": "2022-08-03 16:11:14.780736",
    "rc": 0,
    "start": "2022-08-03 16:11:14.650581"
}

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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214
Wednesday 03 August 2022  16:11:15 +0000 (0:00:00.534)       0:02:40.907 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:227
Wednesday 03 August 2022  16:11:15 +0000 (0:00:00.034)       0:02:40.942 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:236
Wednesday 03 August 2022  16:11:15 +0000 (0:00:00.036)       0:02:40.978 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:246
Wednesday 03 August 2022  16:11:15 +0000 (0:00:00.037)       0:02:41.016 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:253
Wednesday 03 August 2022  16:11:15 +0000 (0:00:00.465)       0:02:41.481 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:265
Wednesday 03 August 2022  16:11:17 +0000 (0:00:01.939)       0:02:43.420 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3
Wednesday 03 August 2022  16:11:17 +0000 (0:00:00.069)       0:02:43.490 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ActiveEnterTimestampMonotonic": "164730000",
        "ActiveExitTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ActiveExitTimestampMonotonic": "164726089",
        "ActiveState": "active",
        "After": "-.mount sysinit.target basic.target system.slice network.target auditd.service systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "AssertTimestampMonotonic": "164728914",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ConditionTimestampMonotonic": "164728914",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "19678",
        "ExecMainStartTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ExecMainStartTimestampMonotonic": "164729946",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 16:11:03 UTC] ; stop_time=[n/a] ; pid=19678 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "InactiveEnterTimestampMonotonic": "164727622",
        "InactiveExitTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "InactiveExitTimestampMonotonic": "164730000",
        "InvocationID": "09cbf59f5a814bf9a3d2f59712319cd2",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "19678",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "735649792",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "-.mount system.slice sysinit.target",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "StateChangeTimestampMonotonic": "164730000",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "153",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "WatchdogTimestampMonotonic": "164729999",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8
Wednesday 03 August 2022  16:11:18 +0000 (0:00:00.544)       0:02:44.035 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:01.014163",
    "end": "2022-08-03 16:11:19.316384",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 16:11:18.302221"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14
Wednesday 03 August 2022  16:11:19 +0000 (0:00:01.412)       0:02:45.447 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003311",
    "end": "2022-08-03 16:11:19.762297",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:11:19.758986"
}

STDOUT:

ipaddress = 0.0.0.0

TASK [fedora.linux_system_roles.mssql : Set a fact with a password query] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20
Wednesday 03 August 2022  16:11:20 +0000 (0:00:00.442)       0:02:45.890 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": "/opt/mssql-tools/bin/sqlcmd -S 0.0.0.0 -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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:270
Wednesday 03 August 2022  16:11:20 +0000 (0:00:00.070)       0:02:45.960 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql-tools/bin/sqlcmd",
        "-S",
        "0.0.0.0",
        "-U",
        "sa",
        "-P",
        "p@55w0rD",
        "-Q",
        "SELECT @@VERSION"
    ],
    "delta": "0:00:00.028995",
    "end": "2022-08-03 16:11:20.261266",
    "rc": 0,
    "start": "2022-08-03 16:11:20.232271"
}

STDOUT:

                                                                                                                                                                                                                                                                                                            
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft SQL Server 2017 (RTM-CU30) (KB5013756) - 14.0.3451.2 (X64) 
	Jun 22 2022 18:20:15 
	Copyright (C) 2017 Microsoft Corporation
	Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8)                                                                                                   

(1 rows affected)

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:276
Wednesday 03 August 2022  16:11:20 +0000 (0:00:00.428)       0:02:46.389 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:283
Wednesday 03 August 2022  16:11:20 +0000 (0:00:00.041)       0:02:46.431 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291
Wednesday 03 August 2022  16:11:20 +0000 (0:00:00.043)       0:02:46.474 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:297
Wednesday 03 August 2022  16:11:20 +0000 (0:00:00.038)       0:02:46.513 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:306
Wednesday 03 August 2022  16:11:20 +0000 (0:00:00.048)       0:02:46.561 ****** 
ok: [/cache/centos-8.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.005306",
    "end": "2022-08-03 16:11:20.842368",
    "rc": 0,
    "start": "2022-08-03 16:11:20.837062"
}

STDOUT:

true

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:319
Wednesday 03 August 2022  16:11:21 +0000 (0:00:00.405)       0:02:46.967 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] ***********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:326
Wednesday 03 August 2022  16:11:21 +0000 (0:00:00.056)       0:02:47.024 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:335
Wednesday 03 August 2022  16:11:21 +0000 (0:00:00.053)       0:02:47.077 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the network ipaddress setting] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:11:21 +0000 (0:00:00.068)       0:02:47.146 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003481",
    "end": "2022-08-03 16:11:21.495552",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:11:21.492071"
}

STDOUT:

ipaddress = 0.0.0.0

TASK [fedora.linux_system_roles.mssql : Configure the network ipaddress setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:11:21 +0000 (0:00:00.476)       0:02:47.622 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the network ipaddress setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:11:22 +0000 (0:00:00.057)       0:02:47.679 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:342
Wednesday 03 August 2022  16:11:22 +0000 (0:00:00.035)       0:02:47.715 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Open the 1433 TCP port] **************************************************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349
Wednesday 03 August 2022  16:11:22 +0000 (0:00:00.050)       0:02:47.766 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:360
Wednesday 03 August 2022  16:11:22 +0000 (0:00:00.050)       0:02:47.816 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the network tcpport setting] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:11:22 +0000 (0:00:00.059)       0:02:47.876 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003365",
    "end": "2022-08-03 16:11:22.153786",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 16:11:22.150421"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Configure the network tcpport setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:11:22 +0000 (0:00:00.405)       0:02:48.282 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "network.tcpport",
        "1433"
    ],
    "delta": "0:00:00.051849",
    "end": "2022-08-03 16:11:22.626372",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:11:22.574523"
}

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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:11:23 +0000 (0:00:00.483)       0:02:48.766 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Close the previously set SQL Server TCP port if it changed] **************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:366
Wednesday 03 August 2022  16:11:23 +0000 (0:00:00.034)       0:02:48.801 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:384
Wednesday 03 August 2022  16:11:23 +0000 (0:00:00.043)       0:02:48.844 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the sqlagent enabled setting] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:11:23 +0000 (0:00:00.096)       0:02:48.941 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^enabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003996",
    "end": "2022-08-03 16:11:23.223475",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:11:23.219479"
}

STDOUT:

enabled = True

TASK [fedora.linux_system_roles.mssql : Configure the sqlagent enabled setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:11:23 +0000 (0:00:00.413)       0:02:49.354 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the sqlagent enabled setting] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:11:23 +0000 (0:00:00.050)       0:02:49.405 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-fts package] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:391
Wednesday 03 August 2022  16:11:23 +0000 (0:00:00.033)       0:02:49.438 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.mssql : Ensure the powershell package] *********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:398
Wednesday 03 August 2022  16:11:25 +0000 (0:00:01.963)       0:02:51.401 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:407
Wednesday 03 August 2022  16:11:25 +0000 (0:00:00.044)       0:02:51.446 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.mssql : Configure the hadrenabled setting] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413
Wednesday 03 August 2022  16:11:27 +0000 (0:00:02.001)       0:02:53.448 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the hadr hadrenabled setting] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:11:27 +0000 (0:00:00.066)       0:02:53.514 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^hadrenabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003538",
    "end": "2022-08-03 16:11:27.813557",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:11:27.810019"
}

STDOUT:

hadrenabled = 1

TASK [fedora.linux_system_roles.mssql : Configure the hadr hadrenabled setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:11:28 +0000 (0:00:00.431)       0:02:53.946 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the hadr hadrenabled setting] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:11:28 +0000 (0:00:00.055)       0:02:54.001 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:422
Wednesday 03 August 2022  16:11:28 +0000 (0:00:00.042)       0:02:54.044 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^traceflag[0-9] = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003204",
    "end": "2022-08-03 16:11:28.323456",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:11:28.320252"
}

STDOUT:

traceflag0 = 3979

TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] ****************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:428
Wednesday 03 August 2022  16:11:28 +0000 (0:00:00.409)       0:02:54.453 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] **************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:434
Wednesday 03 August 2022  16:11:28 +0000 (0:00:00.053)       0:02:54.507 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441
Wednesday 03 August 2022  16:11:28 +0000 (0:00:00.053)       0:02:54.560 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the control alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:11:28 +0000 (0:00:00.067)       0:02:54.628 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^alternatewritethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003540",
    "end": "2022-08-03 16:11:28.916003",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:11:28.912463"
}

STDOUT:

alternatewritethrough = 0

TASK [fedora.linux_system_roles.mssql : Configure the control alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:11:29 +0000 (0:00:00.418)       0:02:55.046 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the control alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:11:29 +0000 (0:00:00.056)       0:02:55.102 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:447
Wednesday 03 August 2022  16:11:29 +0000 (0:00:00.085)       0:02:55.188 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the control writethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:11:29 +0000 (0:00:00.069)       0:02:55.258 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^writethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003335",
    "end": "2022-08-03 16:11:29.548877",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:11:29.545542"
}

STDOUT:

writethrough = 1

TASK [fedora.linux_system_roles.mssql : Configure the control writethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.417)       0:02:55.675 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the control writethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.058)       0:02:55.733 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.042)       0:02:55.776 ****** 
skipping: [/cache/centos-8.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:474
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.044)       0:02:55.821 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] **********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.038)       0:02:55.859 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:492
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.040)       0:02:55.900 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:499
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.038)       0:02:55.938 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:509
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.052)       0:02:55.991 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set host variables] ********************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:528
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.056)       0:02:56.047 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:539
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.050)       0:02:56.098 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:545
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.049)       0:02:56.147 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:552
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.048)       0:02:56.196 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable AlwaysOn Health events] *********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:559
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.051)       0:02:56.247 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:564
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.048)       0:02:56.296 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:570
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.098)       0:02:56.394 ****** 
skipping: [/cache/centos-8.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/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:579
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.053)       0:02:56.448 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create and back up certificate] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:584
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.051)       0:02:56.499 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:590
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.045)       0:02:56.545 ****** 
skipping: [/cache/centos-8.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/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:602
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.050)       0:02:56.595 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create the] ****************************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:607
Wednesday 03 August 2022  16:11:30 +0000 (0:00:00.043)       0:02:56.639 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:613
Wednesday 03 August 2022  16:11:31 +0000 (0:00:00.049)       0:02:56.688 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:618
Wednesday 03 August 2022  16:11:31 +0000 (0:00:00.048)       0:02:56.737 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Grant permissions to the  login] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:623
Wednesday 03 August 2022  16:11:31 +0000 (0:00:00.048)       0:02:56.786 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Back up and replicate the  database] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628
Wednesday 03 August 2022  16:11:31 +0000 (0:00:00.047)       0:02:56.833 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635
Wednesday 03 August 2022  16:11:31 +0000 (0:00:00.055)       0:02:56.888 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Fail if the primary node failed] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:662
Wednesday 03 August 2022  16:11:31 +0000 (0:00:00.054)       0:02:56.943 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:675
Wednesday 03 August 2022  16:11:31 +0000 (0:00:00.047)       0:02:57.037 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:682
Wednesday 03 August 2022  16:11:31 +0000 (0:00:00.047)       0:02:57.085 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.mssql : Create master key encryption] **********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:694
Wednesday 03 August 2022  16:11:31 +0000 (0:00:00.046)       0:02:57.181 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699
Wednesday 03 August 2022  16:11:31 +0000 (0:00:00.046)       0:02:57.227 ****** 
skipping: [/cache/centos-8.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/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:711
Wednesday 03 August 2022  16:11:31 +0000 (0:00:00.101)       0:02:57.329 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

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

TASK [fedora.linux_system_roles.mssql : Create the  login] *********************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:727
Wednesday 03 August 2022  16:11:31 +0000 (0:00:00.048)       0:02:57.482 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:732
Wednesday 03 August 2022  16:11:31 +0000 (0:00:00.048)       0:02:57.530 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Grant permissions to the  login] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:737
Wednesday 03 August 2022  16:11:31 +0000 (0:00:00.049)       0:02:57.580 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:742
Wednesday 03 August 2022  16:11:31 +0000 (0:00:00.053)       0:02:57.633 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:749
Wednesday 03 August 2022  16:11:32 +0000 (0:00:00.068)       0:02:57.702 ****** 
skipping: [/cache/centos-8.qcow2] => (item=cert)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "cert",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:762
Wednesday 03 August 2022  16:11:32 +0000 (0:00:00.055)       0:02:57.758 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [fedora.linux_system_roles.mssql : Verify if the  database exists] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:778
Wednesday 03 August 2022  16:11:32 +0000 (0:00:00.052)       0:02:57.863 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:786
Wednesday 03 August 2022  16:11:32 +0000 (0:00:00.050)       0:02:57.913 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Input the  sql file to SQL Server] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:795
Wednesday 03 August 2022  16:11:32 +0000 (0:00:00.458)       0:02:58.371 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:801
Wednesday 03 August 2022  16:11:32 +0000 (0:00:00.038)       0:02:58.410 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "mssql_post_input_sql_file": null
    },
    "changed": false
}
META: role_complete for /cache/centos-8.qcow2

TASK [Verify settings] *********************************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tests_idempotency_2017.yml:45
Wednesday 03 August 2022  16:11:32 +0000 (0:00:00.061)       0:02:58.471 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml for /cache/centos-8.qcow2

TASK [Check if the errorlog file exists and its location] **********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:8
Wednesday 03 August 2022  16:11:32 +0000 (0:00:00.155)       0:02:58.626 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n  echo \"${errorlog}\"\nelif [ -f /var/opt/mssql/log/errorlog ]; then\n  echo \"/var/opt/mssql/log/errorlog\"\nelse\n  echo \"\"\nfi\n",
    "delta": "0:00:00.006768",
    "end": "2022-08-03 16:11:32.979874",
    "rc": 0,
    "start": "2022-08-03 16:11:32.973106"
}

STDOUT:

/var/opt/mssql/log/errorlog

TASK [Check if the set edition matches the existing edition] *******************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:23
Wednesday 03 August 2022  16:11:33 +0000 (0:00:00.491)       0:02:59.117 ****** 
ok: [/cache/centos-8.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.005385",
    "end": "2022-08-03 16:11:33.410591",
    "rc": 0,
    "start": "2022-08-03 16:11:33.405206"
}

STDOUT:

true

TASK [Verify if the edition matches] *******************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:36
Wednesday 03 August 2022  16:11:33 +0000 (0:00:00.420)       0:02:59.538 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the IP address setting] *******************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:40
Wednesday 03 August 2022  16:11:33 +0000 (0:00:00.061)       0:02:59.599 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the TCP port setting] *********************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:47
Wednesday 03 August 2022  16:11:33 +0000 (0:00:00.040)       0:02:59.639 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Prepare MSSQL and facts for logging in] **********************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:57
Wednesday 03 August 2022  16:11:34 +0000 (0:00:00.038)       0:02:59.677 ****** 

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3
Wednesday 03 August 2022  16:11:34 +0000 (0:00:00.067)       0:02:59.745 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ActiveEnterTimestampMonotonic": "164730000",
        "ActiveExitTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ActiveExitTimestampMonotonic": "164726089",
        "ActiveState": "active",
        "After": "-.mount sysinit.target basic.target system.slice network.target auditd.service systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "AssertTimestampMonotonic": "164728914",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ConditionTimestampMonotonic": "164728914",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "19678",
        "ExecMainStartTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ExecMainStartTimestampMonotonic": "164729946",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 16:11:03 UTC] ; stop_time=[n/a] ; pid=19678 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "InactiveEnterTimestampMonotonic": "164727622",
        "InactiveExitTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "InactiveExitTimestampMonotonic": "164730000",
        "InvocationID": "09cbf59f5a814bf9a3d2f59712319cd2",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "19678",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "739647488",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "-.mount system.slice sysinit.target",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "StateChangeTimestampMonotonic": "164730000",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "152",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "WatchdogTimestampMonotonic": "164729999",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8
Wednesday 03 August 2022  16:11:34 +0000 (0:00:00.564)       0:03:00.310 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003277",
    "end": "2022-08-03 16:11:34.704258",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 16:11:34.700981"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14
Wednesday 03 August 2022  16:11:35 +0000 (0:00:00.518)       0:03:00.829 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003476",
    "end": "2022-08-03 16:11:35.135809",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:11:35.132333"
}

STDOUT:

ipaddress = 0.0.0.0

TASK [fedora.linux_system_roles.mssql : Set a fact with a password query] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20
Wednesday 03 August 2022  16:11:35 +0000 (0:00:00.442)       0:03:01.271 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": "/opt/mssql-tools/bin/sqlcmd -S 0.0.0.0 -U sa -P p@55w0rD"
    },
    "changed": false
}
META: role_complete for /cache/centos-8.qcow2

TASK [Wait for mssql-server to start and prepare for client connections] *******
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:65
Wednesday 03 August 2022  16:11:35 +0000 (0:00:00.096)       0:03:01.368 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "elapsed": 3,
    "gid": 987,
    "group": "mssql",
    "match_groupdict": {},
    "match_groups": [],
    "mode": "0660",
    "owner": "mssql",
    "path": "/var/opt/mssql/log/errorlog",
    "port": null,
    "search_regex": "SQL Server is now ready for client connections",
    "secontext": "system_u:object_r:var_t:s0",
    "size": 6312,
    "state": "file",
    "uid": 989
}

TASK [Check if the set password matches the existing password] *****************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:72
Wednesday 03 August 2022  16:11:39 +0000 (0:00:03.589)       0:03:04.957 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql-tools/bin/sqlcmd",
        "-S",
        "0.0.0.0",
        "-U",
        "sa",
        "-P",
        "p@55w0rD",
        "-Q",
        "SELECT @@VERSION"
    ],
    "delta": "0:00:00.023613",
    "end": "2022-08-03 16:11:39.259758",
    "rc": 0,
    "start": "2022-08-03 16:11:39.236145"
}

STDOUT:

                                                                                                                                                                                                                                                                                                            
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft SQL Server 2017 (RTM-CU30) (KB5013756) - 14.0.3451.2 (X64) 
	Jun 22 2022 18:20:15 
	Copyright (C) 2017 Microsoft Corporation
	Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8)                                                                                                   

(1 rows affected)

TASK [Verify if the password matched] ******************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:78
Wednesday 03 August 2022  16:11:39 +0000 (0:00:00.434)       0:03:05.391 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the SQL agent is enabled] ************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:82
Wednesday 03 August 2022  16:11:39 +0000 (0:00:00.105)       0:03:05.496 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the enabled setting] ************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  16:11:39 +0000 (0:00:00.104)       0:03:05.601 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.004143",
    "end": "2022-08-03 16:11:39.870717",
    "rc": 0,
    "start": "2022-08-03 16:11:39.866574"
}

STDOUT:

enabled = True

TASK [Verify the enabled setting when it is type str] **************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  16:11:40 +0000 (0:00:00.393)       0:03:05.994 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the enabled setting when it is type bool] *************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  16:11:40 +0000 (0:00:00.047)       0:03:06.042 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = True] **********************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  16:11:40 +0000 (0:00:00.062)       0:03:06.105 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the mssql-server-fts package] *************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:89
Wednesday 03 August 2022  16:11:40 +0000 (0:00:00.034)       0:03:06.140 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml for /cache/centos-8.qcow2

TASK [Gather package facts] ****************************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml:7
Wednesday 03 August 2022  16:11:40 +0000 (0:00:00.060)       0:03:06.200 ****** 
ok: [/cache/centos-8.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Verify if the mssql-server-fts package is installed] *********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml:12
Wednesday 03 August 2022  16:11:41 +0000 (0:00:01.250)       0:03:07.450 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify if the mssql-server-fts package is not installed] *****************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml:17
Wednesday 03 August 2022  16:11:41 +0000 (0:00:00.064)       0:03:07.515 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the powershell package] *******************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:96
Wednesday 03 August 2022  16:11:41 +0000 (0:00:00.033)       0:03:07.548 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the mssql-server-ha package is installed] **********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:107
Wednesday 03 August 2022  16:11:41 +0000 (0:00:00.040)       0:03:07.589 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml for /cache/centos-8.qcow2

TASK [Gather package facts] ****************************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml:7
Wednesday 03 August 2022  16:11:41 +0000 (0:00:00.067)       0:03:07.656 ****** 
ok: [/cache/centos-8.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Verify if the mssql-server-ha package is installed] **********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml:12
Wednesday 03 August 2022  16:11:43 +0000 (0:00:01.208)       0:03:08.865 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify if the mssql-server-ha package is not installed] ******************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml:17
Wednesday 03 August 2022  16:11:43 +0000 (0:00:00.066)       0:03:08.932 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the hadrenabled setting] ******************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:113
Wednesday 03 August 2022  16:11:43 +0000 (0:00:00.038)       0:03:08.970 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the hadrenabled setting] ********************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  16:11:43 +0000 (0:00:00.103)       0:03:09.074 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^hadrenabled' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.004260",
    "end": "2022-08-03 16:11:43.345531",
    "rc": 0,
    "start": "2022-08-03 16:11:43.341271"
}

STDOUT:

hadrenabled = 1

TASK [Verify the hadrenabled setting when it is type str] **********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  16:11:43 +0000 (0:00:00.398)       0:03:09.473 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the hadrenabled setting when it is type bool] *********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  16:11:43 +0000 (0:00:00.053)       0:03:09.526 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = True] **********************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  16:11:43 +0000 (0:00:00.068)       0:03:09.595 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get the value of the traceflag setting] **********************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:123
Wednesday 03 August 2022  16:11:43 +0000 (0:00:00.039)       0:03:09.634 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.005538",
    "end": "2022-08-03 16:11:43.918239",
    "rc": 0,
    "start": "2022-08-03 16:11:43.912701"
}

STDOUT:

traceflag0 = 3979

TASK [Verify that the traceflag setting is set to 3979] ************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:128
Wednesday 03 August 2022  16:11:44 +0000 (0:00:00.413)       0:03:10.047 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the traceflag setting is not set to 3979] ********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:133
Wednesday 03 August 2022  16:11:44 +0000 (0:00:00.080)       0:03:10.128 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the alternatewritethrough setting is false] ******************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:139
Wednesday 03 August 2022  16:11:44 +0000 (0:00:00.050)       0:03:10.179 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the alternatewritethrough setting] **********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  16:11:44 +0000 (0:00:00.062)       0:03:10.241 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.004744",
    "end": "2022-08-03 16:11:44.516244",
    "rc": 0,
    "start": "2022-08-03 16:11:44.511500"
}

STDOUT:

alternatewritethrough = 0

TASK [Verify the alternatewritethrough setting when it is type str] ************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  16:11:44 +0000 (0:00:00.401)       0:03:10.643 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the alternatewritethrough setting when it is type bool] ***********
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  16:11:45 +0000 (0:00:00.052)       0:03:10.695 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = False] *********************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  16:11:45 +0000 (0:00:00.107)       0:03:10.803 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the writethrough setting] *****************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:145
Wednesday 03 August 2022  16:11:45 +0000 (0:00:00.097)       0:03:10.901 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the writethrough setting] *******************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  16:11:45 +0000 (0:00:00.063)       0:03:10.964 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.005190",
    "end": "2022-08-03 16:11:45.253821",
    "rc": 0,
    "start": "2022-08-03 16:11:45.248631"
}

STDOUT:

writethrough = 1

TASK [Verify the writethrough setting when it is type str] *********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  16:11:45 +0000 (0:00:00.431)       0:03:11.396 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the writethrough setting when it is type bool] ********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  16:11:45 +0000 (0:00:00.057)       0:03:11.453 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = True] **********************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  16:11:45 +0000 (0:00:00.071)       0:03:11.524 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlscert setting] **********************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:155
Wednesday 03 August 2022  16:11:45 +0000 (0:00:00.043)       0:03:11.568 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlskey setting] ***********************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:163
Wednesday 03 August 2022  16:11:45 +0000 (0:00:00.040)       0:03:11.609 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlsprotocols setting] *****************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:171
Wednesday 03 August 2022  16:11:45 +0000 (0:00:00.037)       0:03:11.646 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the forceencryption setting] **************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:179
Wednesday 03 August 2022  16:11:46 +0000 (0:00:00.035)       0:03:11.682 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Run to edit settings] ****************************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tests_idempotency_2017.yml:57
Wednesday 03 August 2022  16:11:46 +0000 (0:00:00.037)       0:03:11.720 ****** 

TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3
Wednesday 03 August 2022  16:11:46 +0000 (0:00:00.281)       0:03:12.001 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3
Wednesday 03 August 2022  16:11:46 +0000 (0:00:00.058)       0:03:12.059 ****** 
ok: [/cache/centos-8.qcow2]

TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:10
Wednesday 03 August 2022  16:11:46 +0000 (0:00:00.566)       0:03:12.626 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8
Wednesday 03 August 2022  16:11:47 +0000 (0:00:00.072)       0:03:12.698 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:12
Wednesday 03 August 2022  16:11:47 +0000 (0:00:00.043)       0:03:12.742 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16
Wednesday 03 August 2022  16:11:47 +0000 (0:00:00.045)       0:03:12.788 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:22
Wednesday 03 August 2022  16:11:47 +0000 (0:00:00.038)       0:03:12.827 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:27
Wednesday 03 August 2022  16:11:47 +0000 (0:00:00.039)       0:03:12.867 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:39
Wednesday 03 August 2022  16:11:47 +0000 (0:00:00.061)       0:03:12.929 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44
Wednesday 03 August 2022  16:11:47 +0000 (0:00:00.056)       0:03:12.985 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55
Wednesday 03 August 2022  16:11:47 +0000 (0:00:00.049)       0:03:13.035 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:63
Wednesday 03 August 2022  16:11:47 +0000 (0:00:00.047)       0:03:13.082 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:71
Wednesday 03 August 2022  16:11:47 +0000 (0:00:00.047)       0:03:13.129 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Gather package facts] ******************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:80
Wednesday 03 August 2022  16:11:47 +0000 (0:00:00.090)       0:03:13.220 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:85
Wednesday 03 August 2022  16:11:48 +0000 (0:00:01.237)       0:03:14.457 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:96
Wednesday 03 August 2022  16:11:48 +0000 (0:00:00.050)       0:03:14.507 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server 2017 repo] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:102
Wednesday 03 August 2022  16:11:49 +0000 (0:00:00.619)       0:03:15.126 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:113
Wednesday 03 August 2022  16:11:49 +0000 (0:00:00.048)       0:03:15.174 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:119
Wednesday 03 August 2022  16:11:49 +0000 (0:00:00.052)       0:03:15.227 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server package] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:129
Wednesday 03 August 2022  16:11:49 +0000 (0:00:00.056)       0:03:15.284 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137
Wednesday 03 August 2022  16:11:51 +0000 (0:00:01.990)       0:03:17.274 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:145
Wednesday 03 August 2022  16:11:51 +0000 (0:00:00.095)       0:03:17.370 ****** 
ok: [/cache/centos-8.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.005621",
    "end": "2022-08-03 16:11:51.662156",
    "rc": 0,
    "start": "2022-08-03 16:11:51.656535"
}

STDOUT:

/var/opt/mssql/log/errorlog

TASK [fedora.linux_system_roles.mssql : Gather system services facts] **********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:160
Wednesday 03 August 2022  16:11:52 +0000 (0:00:00.422)       0:03:17.792 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174
Wednesday 03 August 2022  16:11:53 +0000 (0:00:01.740)       0:03:19.533 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set up MSSQL] **************************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:184
Wednesday 03 August 2022  16:11:53 +0000 (0:00:00.057)       0:03:19.590 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:193
Wednesday 03 August 2022  16:11:53 +0000 (0:00:00.055)       0:03:19.646 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:198
Wednesday 03 August 2022  16:11:55 +0000 (0:00:01.910)       0:03:21.556 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "tuned",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ActiveEnterTimestampMonotonic": "103731164",
        "ActiveExitTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ActiveExitTimestampMonotonic": "103244449",
        "ActiveState": "active",
        "After": "network.target system.slice systemd-journald.socket systemd-sysctl.service dbus.service basic.target dbus.socket sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "AssertTimestampMonotonic": "103541478",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "com.redhat.tuned",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ConditionTimestampMonotonic": "103541477",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "cpupower.service shutdown.target",
        "ControlGroup": "/system.slice/tuned.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Dynamic System Tuning Daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "15341",
        "ExecMainStartTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ExecMainStartTimestampMonotonic": "103542854",
        "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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "tuned.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "InactiveEnterTimestampMonotonic": "103540036",
        "InactiveExitTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "InactiveExitTimestampMonotonic": "103543009",
        "InvocationID": "987122e791964592b0186a6315ebd537",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14647",
        "LimitNPROCSoft": "14647",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "15341",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "18784256",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "tuned.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/tuned/tuned.pid",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "polkit.service dbus.service sysinit.target dbus.socket system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "StateChangeTimestampMonotonic": "103731164",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "5",
        "TasksMax": "23435",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "WatchdogTimestampMonotonic": "103731162",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] *********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:204
Wednesday 03 August 2022  16:11:56 +0000 (0:00:00.579)       0:03:22.136 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "tuned-adm",
        "active"
    ],
    "delta": "0:00:00.116370",
    "end": "2022-08-03 16:11:56.558915",
    "rc": 0,
    "start": "2022-08-03 16:11:56.442545"
}

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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214
Wednesday 03 August 2022  16:11:57 +0000 (0:00:00.553)       0:03:22.690 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:227
Wednesday 03 August 2022  16:11:57 +0000 (0:00:00.033)       0:03:22.723 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:236
Wednesday 03 August 2022  16:11:57 +0000 (0:00:00.031)       0:03:22.755 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:246
Wednesday 03 August 2022  16:11:57 +0000 (0:00:00.033)       0:03:22.788 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:253
Wednesday 03 August 2022  16:11:57 +0000 (0:00:00.416)       0:03:23.205 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:265
Wednesday 03 August 2022  16:11:59 +0000 (0:00:01.908)       0:03:25.114 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3
Wednesday 03 August 2022  16:11:59 +0000 (0:00:00.064)       0:03:25.179 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ActiveEnterTimestampMonotonic": "164730000",
        "ActiveExitTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ActiveExitTimestampMonotonic": "164726089",
        "ActiveState": "active",
        "After": "-.mount sysinit.target basic.target system.slice network.target auditd.service systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "AssertTimestampMonotonic": "164728914",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ConditionTimestampMonotonic": "164728914",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "19678",
        "ExecMainStartTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ExecMainStartTimestampMonotonic": "164729946",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 16:11:03 UTC] ; stop_time=[n/a] ; pid=19678 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "InactiveEnterTimestampMonotonic": "164727622",
        "InactiveExitTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "InactiveExitTimestampMonotonic": "164730000",
        "InvocationID": "09cbf59f5a814bf9a3d2f59712319cd2",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "19678",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "674734080",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "-.mount system.slice sysinit.target",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "StateChangeTimestampMonotonic": "164730000",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "147",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "WatchdogTimestampMonotonic": "164729999",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8
Wednesday 03 August 2022  16:12:00 +0000 (0:00:00.573)       0:03:25.752 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003220",
    "end": "2022-08-03 16:12:00.022310",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 16:12:00.019090"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14
Wednesday 03 August 2022  16:12:00 +0000 (0:00:00.395)       0:03:26.148 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003373",
    "end": "2022-08-03 16:12:00.420170",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:00.416797"
}

STDOUT:

ipaddress = 0.0.0.0

TASK [fedora.linux_system_roles.mssql : Set a fact with a password query] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20
Wednesday 03 August 2022  16:12:00 +0000 (0:00:00.398)       0:03:26.547 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": "/opt/mssql-tools/bin/sqlcmd -S 0.0.0.0 -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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:270
Wednesday 03 August 2022  16:12:00 +0000 (0:00:00.068)       0:03:26.615 ****** 
fatal: [/cache/centos-8.qcow2]: FAILED! => {
    "changed": false,
    "cmd": [
        "/opt/mssql-tools/bin/sqlcmd",
        "-S",
        "0.0.0.0",
        "-U",
        "sa",
        "-P",
        "p@55w0rd",
        "-Q",
        "SELECT @@VERSION"
    ],
    "delta": "0:00:00.029368",
    "end": "2022-08-03 16:12:00.925323",
    "rc": 1,
    "start": "2022-08-03 16:12:00.895955"
}

STDERR:

Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Login failed for user 'sa'..


MSG:

non-zero return code
...ignoring

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:276
Wednesday 03 August 2022  16:12:01 +0000 (0:00:00.441)       0:03:27.056 ****** 
NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for /cache/centos-8.qcow2
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "name": "mssql-server",
    "state": "stopped",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ActiveEnterTimestampMonotonic": "164730000",
        "ActiveExitTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ActiveExitTimestampMonotonic": "164726089",
        "ActiveState": "active",
        "After": "-.mount sysinit.target basic.target system.slice network.target auditd.service systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "AssertTimestampMonotonic": "164728914",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ConditionTimestampMonotonic": "164728914",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "19678",
        "ExecMainStartTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ExecMainStartTimestampMonotonic": "164729946",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 16:11:03 UTC] ; stop_time=[n/a] ; pid=19678 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "InactiveEnterTimestampMonotonic": "164727622",
        "InactiveExitTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "InactiveExitTimestampMonotonic": "164730000",
        "InvocationID": "09cbf59f5a814bf9a3d2f59712319cd2",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "19678",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "674807808",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "-.mount system.slice sysinit.target",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "StateChangeTimestampMonotonic": "164730000",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "147",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "WatchdogTimestampMonotonic": "164729999",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [fedora.linux_system_roles.mssql : Change the password of the sa user] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:283
Wednesday 03 August 2022  16:12:02 +0000 (0:00:00.802)       0:03:27.858 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set-sa-password"
    ],
    "delta": "0:00:06.531890",
    "end": "2022-08-03 16:12:08.719762",
    "rc": 0,
    "start": "2022-08-03 16:12:02.187872"
}

STDOUT:


Configuring SQL Server...
The system administrator password has been changed.
Please run 'sudo systemctl start mssql-server' to start SQL Server.

TASK [fedora.linux_system_roles.mssql : Input the  sql file to SQL Server] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291
Wednesday 03 August 2022  16:12:09 +0000 (0:00:06.991)       0:03:34.850 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:297
Wednesday 03 August 2022  16:12:09 +0000 (0:00:00.098)       0:03:34.948 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:306
Wednesday 03 August 2022  16:12:09 +0000 (0:00:00.045)       0:03:34.994 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "errorlog_edition=\"$(grep -oi 'Standard 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.005681",
    "end": "2022-08-03 16:12:09.300381",
    "rc": 0,
    "start": "2022-08-03 16:12:09.294700"
}

STDOUT:

false

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:319
Wednesday 03 August 2022  16:12:09 +0000 (0:00:00.437)       0:03:35.431 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "name": "mssql-server",
    "state": "stopped",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ActiveEnterTimestampMonotonic": "164730000",
        "ActiveExitTimestamp": "Wed 2022-08-03 16:12:01 UTC",
        "ActiveExitTimestampMonotonic": "222306507",
        "ActiveState": "inactive",
        "After": "-.mount sysinit.target basic.target system.slice network.target auditd.service systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "AssertTimestampMonotonic": "164728914",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ConditionTimestampMonotonic": "164728914",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Wed 2022-08-03 16:12:01 UTC",
        "ExecMainExitTimestampMonotonic": "222516614",
        "ExecMainPID": "19678",
        "ExecMainStartTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ExecMainStartTimestampMonotonic": "164729946",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 16:11:03 UTC] ; stop_time=[Wed 2022-08-03 16:12:01 UTC] ; pid=19678 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 16:12:01 UTC",
        "InactiveEnterTimestampMonotonic": "222516720",
        "InactiveExitTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "InactiveExitTimestampMonotonic": "164730000",
        "InvocationID": "09cbf59f5a814bf9a3d2f59712319cd2",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "-.mount system.slice sysinit.target",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 16:12:01 UTC",
        "StateChangeTimestampMonotonic": "222516720",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] ***********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:326
Wednesday 03 August 2022  16:12:10 +0000 (0:00:00.570)       0:03:36.002 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set-edition"
    ],
    "delta": "0:00:05.796771",
    "end": "2022-08-03 16:12:16.092550",
    "rc": 0,
    "start": "2022-08-03 16:12:10.295779"
}

STDOUT:


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

Configuring SQL Server...
Please run 'sudo systemctl start mssql-server' to start SQL Server.

TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:335
Wednesday 03 August 2022  16:12:16 +0000 (0:00:06.224)       0:03:42.226 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the network ipaddress setting] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:12:16 +0000 (0:00:00.065)       0:03:42.292 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003937",
    "end": "2022-08-03 16:12:16.589923",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:16.585986"
}

STDOUT:

ipaddress = 0.0.0.0

TASK [fedora.linux_system_roles.mssql : Configure the network ipaddress setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:12:17 +0000 (0:00:00.430)       0:03:42.722 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "network.ipaddress",
        "127.0.0.1"
    ],
    "delta": "0:00:00.046105",
    "end": "2022-08-03 16:12:17.100859",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:17.054754"
}

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 ipaddress setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:12:17 +0000 (0:00:00.517)       0:03:43.240 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:342
Wednesday 03 August 2022  16:12:17 +0000 (0:00:00.096)       0:03:43.336 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Open the 1435 TCP port] **************************************************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349
Wednesday 03 August 2022  16:12:17 +0000 (0:00:00.053)       0:03:43.390 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1435] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:360
Wednesday 03 August 2022  16:12:17 +0000 (0:00:00.050)       0:03:43.441 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the network tcpport setting] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:12:17 +0000 (0:00:00.080)       0:03:43.521 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003520",
    "end": "2022-08-03 16:12:17.811531",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 16:12:17.808011"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Configure the network tcpport setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:12:18 +0000 (0:00:00.423)       0:03:43.944 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "network.tcpport",
        "1435"
    ],
    "delta": "0:00:00.047210",
    "end": "2022-08-03 16:12:18.297005",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:18.249795"
}

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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:12:18 +0000 (0:00:00.490)       0:03:44.435 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Close the previously set SQL Server TCP port if it changed] **************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:366
Wednesday 03 August 2022  16:12:18 +0000 (0:00:00.035)       0:03:44.470 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:384
Wednesday 03 August 2022  16:12:18 +0000 (0:00:00.050)       0:03:44.520 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the sqlagent enabled setting] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:12:18 +0000 (0:00:00.068)       0:03:44.589 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^enabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003398",
    "end": "2022-08-03 16:12:18.884754",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:18.881356"
}

STDOUT:

enabled = True

TASK [fedora.linux_system_roles.mssql : Configure the sqlagent enabled setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:12:19 +0000 (0:00:00.424)       0:03:45.014 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "sqlagent.enabled",
        "False"
    ],
    "delta": "0:00:00.048133",
    "end": "2022-08-03 16:12:19.415425",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:19.367292"
}

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 sqlagent enabled setting] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:12:19 +0000 (0:00:00.537)       0:03:45.551 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-fts package] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:391
Wednesday 03 August 2022  16:12:19 +0000 (0:00:00.036)       0:03:45.587 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: mssql-server-fts-14.0.3451.2-1.x86_64"
    ]
}

TASK [fedora.linux_system_roles.mssql : Ensure the powershell package] *********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:398
Wednesday 03 August 2022  16:12:22 +0000 (0:00:02.459)       0:03:48.047 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:407
Wednesday 03 August 2022  16:12:22 +0000 (0:00:00.040)       0:03:48.088 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: mssql-server-ha-14.0.3451.2-1.x86_64"
    ]
}

TASK [fedora.linux_system_roles.mssql : Configure the hadrenabled setting] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413
Wednesday 03 August 2022  16:12:24 +0000 (0:00:02.334)       0:03:50.423 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the hadr hadrenabled setting] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:12:24 +0000 (0:00:00.064)       0:03:50.487 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^hadrenabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003038",
    "end": "2022-08-03 16:12:24.817564",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:24.814526"
}

STDOUT:

hadrenabled = 1

TASK [fedora.linux_system_roles.mssql : Configure the hadr hadrenabled setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:12:25 +0000 (0:00:00.458)       0:03:50.946 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "hadr.hadrenabled",
        "0"
    ],
    "delta": "0:00:00.048098",
    "end": "2022-08-03 16:12:25.282935",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:25.234837"
}

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 hadr hadrenabled setting] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:12:25 +0000 (0:00:00.481)       0:03:51.428 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:422
Wednesday 03 August 2022  16:12:25 +0000 (0:00:00.046)       0:03:51.475 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^traceflag[0-9] = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003198",
    "end": "2022-08-03 16:12:25.752837",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:25.749639"
}

STDOUT:

traceflag0 = 3979

TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] ****************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:428
Wednesday 03 August 2022  16:12:26 +0000 (0:00:00.406)       0:03:51.881 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] **************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:434
Wednesday 03 August 2022  16:12:26 +0000 (0:00:00.052)       0:03:51.933 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "traceflag",
        "3979",
        "off"
    ],
    "delta": "0:00:00.045393",
    "end": "2022-08-03 16:12:26.269187",
    "rc": 0,
    "start": "2022-08-03 16:12:26.223794"
}

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 : Configure the alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441
Wednesday 03 August 2022  16:12:26 +0000 (0:00:00.467)       0:03:52.400 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the control alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:12:26 +0000 (0:00:00.066)       0:03:52.467 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^alternatewritethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003424",
    "end": "2022-08-03 16:12:26.759031",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:26.755607"
}

STDOUT:

alternatewritethrough = 0

TASK [fedora.linux_system_roles.mssql : Configure the control alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:12:27 +0000 (0:00:00.424)       0:03:52.892 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the control alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:12:27 +0000 (0:00:00.128)       0:03:53.020 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:447
Wednesday 03 August 2022  16:12:27 +0000 (0:00:00.040)       0:03:53.060 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the control writethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:12:27 +0000 (0:00:00.066)       0:03:53.127 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^writethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003528",
    "end": "2022-08-03 16:12:27.477017",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:27.473489"
}

STDOUT:

writethrough = 1

TASK [fedora.linux_system_roles.mssql : Configure the control writethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:12:27 +0000 (0:00:00.482)       0:03:53.609 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/opt/mssql/bin/mssql-conf",
        "set",
        "control.writethrough",
        "0"
    ],
    "delta": "0:00:00.046179",
    "end": "2022-08-03 16:12:27.945048",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:27.898869"
}

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 control writethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:12:28 +0000 (0:00:00.470)       0:03:54.079 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458
Wednesday 03 August 2022  16:12:28 +0000 (0:00:00.043)       0:03:54.122 ****** 
skipping: [/cache/centos-8.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:474
Wednesday 03 August 2022  16:12:28 +0000 (0:00:00.048)       0:03:54.170 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] **********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483
Wednesday 03 August 2022  16:12:28 +0000 (0:00:00.036)       0:03:54.207 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:492
Wednesday 03 August 2022  16:12:28 +0000 (0:00:00.036)       0:03:54.244 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:499
Wednesday 03 August 2022  16:12:28 +0000 (0:00:00.036)       0:03:54.281 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:509
Wednesday 03 August 2022  16:12:28 +0000 (0:00:00.040)       0:03:54.321 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set host variables] ********************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:528
Wednesday 03 August 2022  16:12:28 +0000 (0:00:00.051)       0:03:54.372 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:539
Wednesday 03 August 2022  16:12:28 +0000 (0:00:00.049)       0:03:54.421 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:545
Wednesday 03 August 2022  16:12:28 +0000 (0:00:00.102)       0:03:54.524 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:552
Wednesday 03 August 2022  16:12:28 +0000 (0:00:00.048)       0:03:54.573 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable AlwaysOn Health events] *********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:559
Wednesday 03 August 2022  16:12:28 +0000 (0:00:00.049)       0:03:54.622 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:564
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.050)       0:03:54.673 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:570
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.046)       0:03:54.719 ****** 
skipping: [/cache/centos-8.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/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:579
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.054)       0:03:54.774 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create and back up certificate] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:584
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.046)       0:03:54.820 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:590
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.045)       0:03:54.866 ****** 
skipping: [/cache/centos-8.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/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:602
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.056)       0:03:54.922 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create the] ****************************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:607
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.049)       0:03:54.972 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:613
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.052)       0:03:55.024 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:618
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.056)       0:03:55.081 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Grant permissions to the  login] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:623
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.050)       0:03:55.132 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Back up and replicate the  database] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.048)       0:03:55.180 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.055)       0:03:55.236 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Fail if the primary node failed] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:662
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.058)       0:03:55.295 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.052)       0:03:55.347 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:675
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.047)       0:03:55.395 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:682
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.105)       0:03:55.500 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable AlwaysOn Health events] *********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:689
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.046)       0:03:55.547 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create master key encryption] **********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:694
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.049)       0:03:55.596 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699
Wednesday 03 August 2022  16:12:29 +0000 (0:00:00.045)       0:03:55.641 ****** 
skipping: [/cache/centos-8.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/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:711
Wednesday 03 August 2022  16:12:30 +0000 (0:00:00.058)       0:03:55.699 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Restore certificate] *******************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:717
Wednesday 03 August 2022  16:12:30 +0000 (0:00:00.048)       0:03:55.747 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create database mirroring endpoints] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722
Wednesday 03 August 2022  16:12:30 +0000 (0:00:00.048)       0:03:55.796 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create the  login] *********************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:727
Wednesday 03 August 2022  16:12:30 +0000 (0:00:00.047)       0:03:55.843 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:732
Wednesday 03 August 2022  16:12:30 +0000 (0:00:00.045)       0:03:55.888 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Grant permissions to the  login] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:737
Wednesday 03 August 2022  16:12:30 +0000 (0:00:00.051)       0:03:55.940 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:742
Wednesday 03 August 2022  16:12:30 +0000 (0:00:00.046)       0:03:55.987 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:749
Wednesday 03 August 2022  16:12:30 +0000 (0:00:00.053)       0:03:56.041 ****** 
skipping: [/cache/centos-8.qcow2] => (item=cert)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "cert",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:762
Wednesday 03 August 2022  16:12:30 +0000 (0:00:00.052)       0:03:56.093 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Run ha_cluster to configure pacemaker] ***********************************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:773
Wednesday 03 August 2022  16:12:30 +0000 (0:00:00.044)       0:03:56.138 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify if the  database exists] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:778
Wednesday 03 August 2022  16:12:30 +0000 (0:00:00.052)       0:03:56.190 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:786
Wednesday 03 August 2022  16:12:30 +0000 (0:00:00.046)       0:03:56.237 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true
}

MSG:

Block inserted

TASK [fedora.linux_system_roles.mssql : Input the  sql file to SQL Server] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:795
Wednesday 03 August 2022  16:12:31 +0000 (0:00:00.554)       0:03:56.792 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:801
Wednesday 03 August 2022  16:12:31 +0000 (0:00:00.038)       0:03:56.830 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "mssql_post_input_sql_file": null
    },
    "changed": false
}
META: role_complete for /cache/centos-8.qcow2

TASK [Flush handlers] **********************************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tests_idempotency_2017.yml:70
Wednesday 03 August 2022  16:12:31 +0000 (0:00:00.072)       0:03:56.902 ****** 

RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3
Wednesday 03 August 2022  16:12:31 +0000 (0:00:00.000)       0:03:56.903 ****** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ActiveEnterTimestampMonotonic": "164730000",
        "ActiveExitTimestamp": "Wed 2022-08-03 16:12:01 UTC",
        "ActiveExitTimestampMonotonic": "222306507",
        "ActiveState": "inactive",
        "After": "-.mount sysinit.target basic.target system.slice network.target auditd.service systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "AssertTimestampMonotonic": "164728914",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ConditionTimestampMonotonic": "164728914",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Wed 2022-08-03 16:12:01 UTC",
        "ExecMainExitTimestampMonotonic": "222516614",
        "ExecMainPID": "19678",
        "ExecMainStartTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "ExecMainStartTimestampMonotonic": "164729946",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 16:11:03 UTC] ; stop_time=[Wed 2022-08-03 16:12:01 UTC] ; pid=19678 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 16:12:01 UTC",
        "InactiveEnterTimestampMonotonic": "222516720",
        "InactiveExitTimestamp": "Wed 2022-08-03 16:11:03 UTC",
        "InactiveExitTimestampMonotonic": "164730000",
        "InvocationID": "09cbf59f5a814bf9a3d2f59712319cd2",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "-.mount system.slice sysinit.target",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 16:12:01 UTC",
        "StateChangeTimestampMonotonic": "222516720",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}
META: ran handlers

TASK [Run with the edited settings again - should report not changed] **********
task path: /tmp/tmpsacc72k6/tests/mssql/tests_idempotency_2017.yml:73
Wednesday 03 August 2022  16:12:31 +0000 (0:00:00.595)       0:03:57.498 ****** 

TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3
Wednesday 03 August 2022  16:12:32 +0000 (0:00:00.235)       0:03:57.734 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3
Wednesday 03 August 2022  16:12:32 +0000 (0:00:00.059)       0:03:57.794 ****** 
ok: [/cache/centos-8.qcow2]

TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:10
Wednesday 03 August 2022  16:12:32 +0000 (0:00:00.596)       0:03:58.390 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8
Wednesday 03 August 2022  16:12:32 +0000 (0:00:00.063)       0:03:58.454 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:12
Wednesday 03 August 2022  16:12:32 +0000 (0:00:00.042)       0:03:58.497 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16
Wednesday 03 August 2022  16:12:32 +0000 (0:00:00.043)       0:03:58.541 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:22
Wednesday 03 August 2022  16:12:32 +0000 (0:00:00.041)       0:03:58.583 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:27
Wednesday 03 August 2022  16:12:32 +0000 (0:00:00.039)       0:03:58.622 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:39
Wednesday 03 August 2022  16:12:33 +0000 (0:00:00.067)       0:03:58.690 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44
Wednesday 03 August 2022  16:12:33 +0000 (0:00:00.060)       0:03:58.750 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55
Wednesday 03 August 2022  16:12:33 +0000 (0:00:00.050)       0:03:58.801 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:63
Wednesday 03 August 2022  16:12:33 +0000 (0:00:00.051)       0:03:58.852 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:71
Wednesday 03 August 2022  16:12:33 +0000 (0:00:00.048)       0:03:58.900 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Gather package facts] ******************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:80
Wednesday 03 August 2022  16:12:33 +0000 (0:00:00.049)       0:03:58.950 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:85
Wednesday 03 August 2022  16:12:34 +0000 (0:00:01.357)       0:04:00.308 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:96
Wednesday 03 August 2022  16:12:34 +0000 (0:00:00.047)       0:04:00.356 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server 2017 repo] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:102
Wednesday 03 August 2022  16:12:35 +0000 (0:00:00.751)       0:04:01.107 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:113
Wednesday 03 August 2022  16:12:35 +0000 (0:00:00.050)       0:04:01.157 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:119
Wednesday 03 August 2022  16:12:35 +0000 (0:00:00.049)       0:04:01.207 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server package] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:129
Wednesday 03 August 2022  16:12:35 +0000 (0:00:00.060)       0:04:01.267 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137
Wednesday 03 August 2022  16:12:37 +0000 (0:00:01.991)       0:04:03.259 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:145
Wednesday 03 August 2022  16:12:37 +0000 (0:00:00.037)       0:04:03.296 ****** 
ok: [/cache/centos-8.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.005727",
    "end": "2022-08-03 16:12:37.654194",
    "rc": 0,
    "start": "2022-08-03 16:12:37.648467"
}

STDOUT:

/var/opt/mssql/log/errorlog

TASK [fedora.linux_system_roles.mssql : Gather system services facts] **********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:160
Wednesday 03 August 2022  16:12:38 +0000 (0:00:00.484)       0:04:03.781 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174
Wednesday 03 August 2022  16:12:39 +0000 (0:00:01.549)       0:04:05.330 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set up MSSQL] **************************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:184
Wednesday 03 August 2022  16:12:39 +0000 (0:00:00.059)       0:04:05.390 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:193
Wednesday 03 August 2022  16:12:39 +0000 (0:00:00.056)       0:04:05.446 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:198
Wednesday 03 August 2022  16:12:41 +0000 (0:00:01.869)       0:04:07.315 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "tuned",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ActiveEnterTimestampMonotonic": "103731164",
        "ActiveExitTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ActiveExitTimestampMonotonic": "103244449",
        "ActiveState": "active",
        "After": "network.target system.slice systemd-journald.socket systemd-sysctl.service dbus.service basic.target dbus.socket sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "AssertTimestampMonotonic": "103541478",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "com.redhat.tuned",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ConditionTimestampMonotonic": "103541477",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "cpupower.service shutdown.target",
        "ControlGroup": "/system.slice/tuned.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Dynamic System Tuning Daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "15341",
        "ExecMainStartTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "ExecMainStartTimestampMonotonic": "103542854",
        "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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "tuned.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "InactiveEnterTimestampMonotonic": "103540036",
        "InactiveExitTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "InactiveExitTimestampMonotonic": "103543009",
        "InvocationID": "987122e791964592b0186a6315ebd537",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14647",
        "LimitNPROCSoft": "14647",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "15341",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "18845696",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "tuned.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/tuned/tuned.pid",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "polkit.service dbus.service sysinit.target dbus.socket system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "StateChangeTimestampMonotonic": "103731164",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "5",
        "TasksMax": "23435",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 16:10:02 UTC",
        "WatchdogTimestampMonotonic": "103731162",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] *********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:204
Wednesday 03 August 2022  16:12:42 +0000 (0:00:00.556)       0:04:07.872 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "tuned-adm",
        "active"
    ],
    "delta": "0:00:00.115527",
    "end": "2022-08-03 16:12:42.241609",
    "rc": 0,
    "start": "2022-08-03 16:12:42.126082"
}

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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214
Wednesday 03 August 2022  16:12:42 +0000 (0:00:00.501)       0:04:08.374 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:227
Wednesday 03 August 2022  16:12:42 +0000 (0:00:00.035)       0:04:08.410 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:236
Wednesday 03 August 2022  16:12:42 +0000 (0:00:00.033)       0:04:08.444 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:246
Wednesday 03 August 2022  16:12:42 +0000 (0:00:00.080)       0:04:08.524 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:253
Wednesday 03 August 2022  16:12:43 +0000 (0:00:00.404)       0:04:08.928 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:265
Wednesday 03 August 2022  16:12:45 +0000 (0:00:01.856)       0:04:10.785 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3
Wednesday 03 August 2022  16:12:45 +0000 (0:00:00.078)       0:04:10.863 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 16:12:31 UTC",
        "ActiveEnterTimestampMonotonic": "252155598",
        "ActiveExitTimestamp": "Wed 2022-08-03 16:12:01 UTC",
        "ActiveExitTimestampMonotonic": "222306507",
        "ActiveState": "active",
        "After": "-.mount sysinit.target basic.target system.slice network.target auditd.service systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 16:12:31 UTC",
        "AssertTimestampMonotonic": "252154137",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 16:12:31 UTC",
        "ConditionTimestampMonotonic": "252154137",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "27793",
        "ExecMainStartTimestamp": "Wed 2022-08-03 16:12:31 UTC",
        "ExecMainStartTimestampMonotonic": "252155539",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 16:12:31 UTC] ; stop_time=[n/a] ; pid=27793 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 16:12:01 UTC",
        "InactiveEnterTimestampMonotonic": "222516720",
        "InactiveExitTimestamp": "Wed 2022-08-03 16:12:31 UTC",
        "InactiveExitTimestampMonotonic": "252155598",
        "InvocationID": "c3608a518d7e49cda685e08f603e7853",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "27793",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "580382720",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "-.mount system.slice sysinit.target",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 16:12:31 UTC",
        "StateChangeTimestampMonotonic": "252155598",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "131",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 16:12:31 UTC",
        "WatchdogTimestampMonotonic": "252155596",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8
Wednesday 03 August 2022  16:12:45 +0000 (0:00:00.543)       0:04:11.407 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003349",
    "end": "2022-08-03 16:12:45.687704",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:45.684355"
}

STDOUT:

tcpport = 1435

TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14
Wednesday 03 August 2022  16:12:46 +0000 (0:00:00.411)       0:04:11.818 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.004460",
    "end": "2022-08-03 16:12:46.098868",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:46.094408"
}

STDOUT:

ipaddress = 127.0.0.1

TASK [fedora.linux_system_roles.mssql : Set a fact with a password query] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20
Wednesday 03 August 2022  16:12:46 +0000 (0:00:00.411)       0:04:12.230 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": "/opt/mssql-tools/bin/sqlcmd -S 127.0.0.1,1435 -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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:270
Wednesday 03 August 2022  16:12:46 +0000 (0:00:00.124)       0:04:12.354 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql-tools/bin/sqlcmd",
        "-S",
        "127.0.0.1,1435",
        "-U",
        "sa",
        "-P",
        "p@55w0rd",
        "-Q",
        "SELECT @@VERSION"
    ],
    "delta": "0:00:00.030765",
    "end": "2022-08-03 16:12:46.720853",
    "rc": 0,
    "start": "2022-08-03 16:12:46.690088"
}

STDOUT:

                                                                                                                                                                                                                                                                                                            
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft SQL Server 2017 (RTM-CU30) (KB5013756) - 14.0.3451.2 (X64) 
	Jun 22 2022 18:20:15 
	Copyright (C) 2017 Microsoft Corporation
	Standard Edition (64-bit) on Linux (CentOS Stream 8)                                                                                                                

(1 rows affected)

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:276
Wednesday 03 August 2022  16:12:47 +0000 (0:00:00.498)       0:04:12.853 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:283
Wednesday 03 August 2022  16:12:47 +0000 (0:00:00.040)       0:04:12.894 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291
Wednesday 03 August 2022  16:12:47 +0000 (0:00:00.047)       0:04:12.941 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:297
Wednesday 03 August 2022  16:12:47 +0000 (0:00:00.039)       0:04:12.981 ****** 
ok: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:306
Wednesday 03 August 2022  16:12:47 +0000 (0:00:00.046)       0:04:13.027 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "errorlog_edition=\"$(grep -oi 'Standard 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.005184",
    "end": "2022-08-03 16:12:47.319034",
    "rc": 0,
    "start": "2022-08-03 16:12:47.313850"
}

STDOUT:

true

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:319
Wednesday 03 August 2022  16:12:47 +0000 (0:00:00.421)       0:04:13.449 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] ***********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:326
Wednesday 03 August 2022  16:12:47 +0000 (0:00:00.054)       0:04:13.503 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:335
Wednesday 03 August 2022  16:12:47 +0000 (0:00:00.052)       0:04:13.556 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the network ipaddress setting] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:12:47 +0000 (0:00:00.064)       0:04:13.620 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:01.004485",
    "end": "2022-08-03 16:12:48.905721",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:47.901236"
}

STDOUT:

ipaddress = 127.0.0.1

TASK [fedora.linux_system_roles.mssql : Configure the network ipaddress setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:12:49 +0000 (0:00:01.417)       0:04:15.038 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the network ipaddress setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:12:49 +0000 (0:00:00.052)       0:04:15.090 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:342
Wednesday 03 August 2022  16:12:49 +0000 (0:00:00.035)       0:04:15.126 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Open the 1435 TCP port] **************************************************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349
Wednesday 03 August 2022  16:12:49 +0000 (0:00:00.049)       0:04:15.176 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1435] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:360
Wednesday 03 August 2022  16:12:49 +0000 (0:00:00.048)       0:04:15.224 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the network tcpport setting] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:12:49 +0000 (0:00:00.059)       0:04:15.284 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003153",
    "end": "2022-08-03 16:12:49.574730",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:49.571577"
}

STDOUT:

tcpport = 1435

TASK [fedora.linux_system_roles.mssql : Configure the network tcpport setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:12:50 +0000 (0:00:00.423)       0:04:15.707 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the network tcpport setting] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:12:50 +0000 (0:00:00.053)       0:04:15.761 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Close the previously set SQL Server TCP port if it changed] **************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:366
Wednesday 03 August 2022  16:12:50 +0000 (0:00:00.036)       0:04:15.797 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:384
Wednesday 03 August 2022  16:12:50 +0000 (0:00:00.047)       0:04:15.844 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the sqlagent enabled setting] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:12:50 +0000 (0:00:00.067)       0:04:15.911 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^enabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003297",
    "end": "2022-08-03 16:12:50.201086",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:50.197789"
}

STDOUT:

enabled = False

TASK [fedora.linux_system_roles.mssql : Configure the sqlagent enabled setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:12:50 +0000 (0:00:00.455)       0:04:16.367 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the sqlagent enabled setting] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:12:50 +0000 (0:00:00.052)       0:04:16.420 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-fts package] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:391
Wednesday 03 August 2022  16:12:50 +0000 (0:00:00.037)       0:04:16.457 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.mssql : Ensure the powershell package] *********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:398
Wednesday 03 August 2022  16:12:52 +0000 (0:00:01.943)       0:04:18.401 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:407
Wednesday 03 August 2022  16:12:52 +0000 (0:00:00.056)       0:04:18.457 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.mssql : Configure the hadrenabled setting] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413
Wednesday 03 August 2022  16:12:54 +0000 (0:00:01.949)       0:04:20.407 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the hadr hadrenabled setting] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:12:54 +0000 (0:00:00.066)       0:04:20.473 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^hadrenabled = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003106",
    "end": "2022-08-03 16:12:54.768290",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:54.765184"
}

STDOUT:

hadrenabled = 0

TASK [fedora.linux_system_roles.mssql : Configure the hadr hadrenabled setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:12:55 +0000 (0:00:00.424)       0:04:20.898 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the hadr hadrenabled setting] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:12:55 +0000 (0:00:00.095)       0:04:20.994 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:422
Wednesday 03 August 2022  16:12:55 +0000 (0:00:00.041)       0:04:21.035 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^traceflag[0-9] = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.004557",
    "end": "2022-08-03 16:12:55.317522",
    "failed_when_result": false,
    "rc": 1,
    "start": "2022-08-03 16:12:55.312965"
}

MSG:

non-zero return code

TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] ****************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:428
Wednesday 03 August 2022  16:12:55 +0000 (0:00:00.416)       0:04:21.451 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] **************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:434
Wednesday 03 August 2022  16:12:55 +0000 (0:00:00.052)       0:04:21.504 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441
Wednesday 03 August 2022  16:12:55 +0000 (0:00:00.051)       0:04:21.556 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the control alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:12:55 +0000 (0:00:00.065)       0:04:21.621 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^alternatewritethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003508",
    "end": "2022-08-03 16:12:55.909876",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:55.906368"
}

STDOUT:

alternatewritethrough = 0

TASK [fedora.linux_system_roles.mssql : Configure the control alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:12:56 +0000 (0:00:00.419)       0:04:22.040 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the control alternatewritethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:12:56 +0000 (0:00:00.057)       0:04:22.098 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:447
Wednesday 03 August 2022  16:12:56 +0000 (0:00:00.038)       0:04:22.136 ****** 
included: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.mssql : Get the control writethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3
Wednesday 03 August 2022  16:12:56 +0000 (0:00:00.065)       0:04:22.202 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^writethrough = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002967",
    "end": "2022-08-03 16:12:56.498869",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:12:56.495902"
}

STDOUT:

writethrough = 0

TASK [fedora.linux_system_roles.mssql : Configure the control writethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:11
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.496)       0:04:22.698 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Unset the control writethrough setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:40
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.056)       0:04:22.755 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.041)       0:04:22.797 ****** 
skipping: [/cache/centos-8.qcow2] => (item=None)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": null,
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:474
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.043)       0:04:22.840 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] **********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.043)       0:04:22.883 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:492
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.039)       0:04:22.923 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:499
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.038)       0:04:22.961 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:509
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.038)       0:04:23.000 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Set host variables] ********************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:528
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.047)       0:04:23.047 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:539
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.052)       0:04:23.099 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:545
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.047)       0:04:23.147 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:552
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.044)       0:04:23.192 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable AlwaysOn Health events] *********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:559
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.048)       0:04:23.240 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:564
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.051)       0:04:23.291 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:570
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.047)       0:04:23.338 ****** 
skipping: [/cache/centos-8.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/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:579
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.051)       0:04:23.390 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create and back up certificate] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:584
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.050)       0:04:23.440 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:590
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.048)       0:04:23.489 ****** 
skipping: [/cache/centos-8.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/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:602
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.055)       0:04:23.545 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create the] ****************************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:607
Wednesday 03 August 2022  16:12:57 +0000 (0:00:00.091)       0:04:23.637 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:613
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.048)       0:04:23.685 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:618
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.053)       0:04:23.739 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Grant permissions to the  login] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:623
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.046)       0:04:23.785 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Back up and replicate the  database] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.046)       0:04:23.832 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.052)       0:04:23.885 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Fail if the primary node failed] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:662
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.056)       0:04:23.941 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package] ****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.049)       0:04:23.990 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:675
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.047)       0:04:24.038 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:682
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.049)       0:04:24.088 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Enable AlwaysOn Health events] *********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:689
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.047)       0:04:24.136 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create master key encryption] **********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:694
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.047)       0:04:24.183 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.048)       0:04:24.231 ****** 
skipping: [/cache/centos-8.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/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:711
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.053)       0:04:24.285 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Restore certificate] *******************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:717
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.054)       0:04:24.340 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create database mirroring endpoints] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.055)       0:04:24.395 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Create the  login] *********************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:727
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.047)       0:04:24.443 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:732
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.046)       0:04:24.490 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Grant permissions to the  login] *******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:737
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.048)       0:04:24.538 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:742
Wednesday 03 August 2022  16:12:58 +0000 (0:00:00.106)       0:04:24.644 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:749
Wednesday 03 August 2022  16:12:59 +0000 (0:00:00.050)       0:04:24.695 ****** 
skipping: [/cache/centos-8.qcow2] => (item=cert)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "cert",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:762
Wednesday 03 August 2022  16:12:59 +0000 (0:00:00.054)       0:04:24.750 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Run ha_cluster to configure pacemaker] ***********************************
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:773
Wednesday 03 August 2022  16:12:59 +0000 (0:00:00.049)       0:04:24.799 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.mssql : Verify if the  database exists] ********
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:778
Wednesday 03 August 2022  16:12:59 +0000 (0:00:00.050)       0:04:24.850 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:786
Wednesday 03 August 2022  16:12:59 +0000 (0:00:00.051)       0:04:24.902 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

TASK [fedora.linux_system_roles.mssql : Input the  sql file to SQL Server] *****
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:795
Wednesday 03 August 2022  16:12:59 +0000 (0:00:00.457)       0:04:25.359 ****** 
skipping: [/cache/centos-8.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/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:801
Wednesday 03 August 2022  16:12:59 +0000 (0:00:00.042)       0:04:25.402 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "mssql_post_input_sql_file": null
    },
    "changed": false
}
META: role_complete for /cache/centos-8.qcow2

TASK [Verify disabled settings] ************************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tests_idempotency_2017.yml:86
Wednesday 03 August 2022  16:12:59 +0000 (0:00:00.070)       0:04:25.472 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml for /cache/centos-8.qcow2

TASK [Check if the errorlog file exists and its location] **********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:8
Wednesday 03 August 2022  16:12:59 +0000 (0:00:00.158)       0:04:25.631 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n  echo \"${errorlog}\"\nelif [ -f /var/opt/mssql/log/errorlog ]; then\n  echo \"/var/opt/mssql/log/errorlog\"\nelse\n  echo \"\"\nfi\n",
    "delta": "0:00:00.005888",
    "end": "2022-08-03 16:12:59.915948",
    "rc": 0,
    "start": "2022-08-03 16:12:59.910060"
}

STDOUT:

/var/opt/mssql/log/errorlog

TASK [Check if the set edition matches the existing edition] *******************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:23
Wednesday 03 August 2022  16:13:00 +0000 (0:00:00.470)       0:04:26.102 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "errorlog_edition=\"$(grep -oi 'Standard 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.005476",
    "end": "2022-08-03 16:13:00.380838",
    "rc": 0,
    "start": "2022-08-03 16:13:00.375362"
}

STDOUT:

true

TASK [Verify if the edition matches] *******************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:36
Wednesday 03 August 2022  16:13:00 +0000 (0:00:00.410)       0:04:26.512 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the IP address setting] *******************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:40
Wednesday 03 August 2022  16:13:00 +0000 (0:00:00.060)       0:04:26.572 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the TCP port setting] *********************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:47
Wednesday 03 August 2022  16:13:00 +0000 (0:00:00.037)       0:04:26.609 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Prepare MSSQL and facts for logging in] **********************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:57
Wednesday 03 August 2022  16:13:00 +0000 (0:00:00.036)       0:04:26.646 ****** 

TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3
Wednesday 03 August 2022  16:13:01 +0000 (0:00:00.063)       0:04:26.710 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "name": "mssql-server",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 16:12:31 UTC",
        "ActiveEnterTimestampMonotonic": "252155598",
        "ActiveExitTimestamp": "Wed 2022-08-03 16:12:01 UTC",
        "ActiveExitTimestampMonotonic": "222306507",
        "ActiveState": "active",
        "After": "-.mount sysinit.target basic.target system.slice network.target auditd.service systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 16:12:31 UTC",
        "AssertTimestampMonotonic": "252154137",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 16:12:31 UTC",
        "ConditionTimestampMonotonic": "252154137",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/mssql-server.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Microsoft SQL Server Database Engine",
        "DevicePolicy": "auto",
        "Documentation": "https://docs.microsoft.com/en-us/sql/linux",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "27793",
        "ExecMainStartTimestamp": "Wed 2022-08-03 16:12:31 UTC",
        "ExecMainStartTimestampMonotonic": "252155539",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2022-08-03 16:12:31 UTC] ; stop_time=[n/a] ; pid=27793 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/mssql-server.service",
        "FreezerState": "running",
        "GID": "987",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "mssql-server.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Wed 2022-08-03 16:12:01 UTC",
        "InactiveEnterTimestampMonotonic": "222516720",
        "InactiveExitTimestamp": "Wed 2022-08-03 16:12:31 UTC",
        "InactiveExitTimestampMonotonic": "252155598",
        "InvocationID": "c3608a518d7e49cda685e08f603e7853",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "infinity",
        "LimitNOFILESoft": "infinity",
        "LimitNPROC": "infinity",
        "LimitNPROCSoft": "infinity",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14647",
        "LimitSIGPENDINGSoft": "14647",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "27793",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "584568832",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "mssql-server.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "-.mount system.slice sysinit.target",
        "RequiresMountsFor": "/var/opt/mssql",
        "Restart": "on-failure",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "0",
        "StartLimitIntervalUSec": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 16:12:31 UTC",
        "StateChangeTimestampMonotonic": "252155598",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "130",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "30min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "989",
        "UMask": "0007",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "User": "mssql",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Wed 2022-08-03 16:12:31 UTC",
        "WatchdogTimestampMonotonic": "252155596",
        "WatchdogUSec": "0",
        "WorkingDirectory": "/var/opt/mssql"
    }
}

TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8
Wednesday 03 August 2022  16:13:01 +0000 (0:00:00.560)       0:04:27.270 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^tcpport = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003322",
    "end": "2022-08-03 16:13:01.567813",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:13:01.564491"
}

STDOUT:

tcpport = 1435

TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] ***
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14
Wednesday 03 August 2022  16:13:02 +0000 (0:00:00.431)       0:04:27.702 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "^ipaddress = ",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.002806",
    "end": "2022-08-03 16:13:01.972069",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-03 16:13:01.969263"
}

STDOUT:

ipaddress = 127.0.0.1

TASK [fedora.linux_system_roles.mssql : Set a fact with a password query] ******
task path: /tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20
Wednesday 03 August 2022  16:13:02 +0000 (0:00:00.399)       0:04:28.101 ****** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "__mssql_sqlcmd_login_cmd": "/opt/mssql-tools/bin/sqlcmd -S 127.0.0.1,1435 -U sa -P p@55w0rd"
    },
    "changed": false
}
META: role_complete for /cache/centos-8.qcow2

TASK [Wait for mssql-server to start and prepare for client connections] *******
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:65
Wednesday 03 August 2022  16:13:02 +0000 (0:00:00.146)       0:04:28.248 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "elapsed": 3,
    "gid": 987,
    "group": "mssql",
    "match_groupdict": {},
    "match_groups": [],
    "mode": "0660",
    "owner": "mssql",
    "path": "/var/opt/mssql/log/errorlog",
    "port": null,
    "search_regex": "SQL Server is now ready for client connections",
    "secontext": "system_u:object_r:var_t:s0",
    "size": 6879,
    "state": "file",
    "uid": 989
}

TASK [Check if the set password matches the existing password] *****************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:72
Wednesday 03 August 2022  16:13:06 +0000 (0:00:03.421)       0:04:31.669 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "/opt/mssql-tools/bin/sqlcmd",
        "-S",
        "127.0.0.1,1435",
        "-U",
        "sa",
        "-P",
        "p@55w0rd",
        "-Q",
        "SELECT @@VERSION"
    ],
    "delta": "0:00:00.025809",
    "end": "2022-08-03 16:13:05.967722",
    "rc": 0,
    "start": "2022-08-03 16:13:05.941913"
}

STDOUT:

                                                                                                                                                                                                                                                                                                            
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft SQL Server 2017 (RTM-CU30) (KB5013756) - 14.0.3451.2 (X64) 
	Jun 22 2022 18:20:15 
	Copyright (C) 2017 Microsoft Corporation
	Standard Edition (64-bit) on Linux (CentOS Stream 8)                                                                                                                

(1 rows affected)

TASK [Verify if the password matched] ******************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:78
Wednesday 03 August 2022  16:13:06 +0000 (0:00:00.429)       0:04:32.099 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the SQL agent is enabled] ************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:82
Wednesday 03 August 2022  16:13:06 +0000 (0:00:00.053)       0:04:32.152 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the enabled setting] ************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  16:13:06 +0000 (0:00:00.063)       0:04:32.216 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.004371",
    "end": "2022-08-03 16:13:06.491414",
    "rc": 0,
    "start": "2022-08-03 16:13:06.487043"
}

STDOUT:

enabled = False

TASK [Verify the enabled setting when it is type str] **************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  16:13:06 +0000 (0:00:00.425)       0:04:32.641 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the enabled setting when it is type bool] *************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  16:13:07 +0000 (0:00:00.050)       0:04:32.691 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = False] *********************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  16:13:07 +0000 (0:00:00.120)       0:04:32.812 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the mssql-server-fts package] *************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:89
Wednesday 03 August 2022  16:13:07 +0000 (0:00:00.081)       0:04:32.894 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml for /cache/centos-8.qcow2

TASK [Gather package facts] ****************************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml:7
Wednesday 03 August 2022  16:13:07 +0000 (0:00:00.064)       0:04:32.958 ****** 
ok: [/cache/centos-8.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Verify if the mssql-server-fts package is installed] *********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml:12
Wednesday 03 August 2022  16:13:08 +0000 (0:00:01.272)       0:04:34.231 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the mssql-server-fts package is not installed] *****************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml:17
Wednesday 03 August 2022  16:13:08 +0000 (0:00:00.049)       0:04:34.280 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the powershell package] *******************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:96
Wednesday 03 August 2022  16:13:08 +0000 (0:00:00.057)       0:04:34.338 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the mssql-server-ha package is installed] **********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:107
Wednesday 03 August 2022  16:13:08 +0000 (0:00:00.043)       0:04:34.381 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml for /cache/centos-8.qcow2

TASK [Gather package facts] ****************************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml:7
Wednesday 03 August 2022  16:13:08 +0000 (0:00:00.060)       0:04:34.442 ****** 
ok: [/cache/centos-8.qcow2] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Verify if the mssql-server-ha package is installed] **********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml:12
Wednesday 03 August 2022  16:13:10 +0000 (0:00:01.275)       0:04:35.718 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify if the mssql-server-ha package is not installed] ******************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_package.yml:17
Wednesday 03 August 2022  16:13:10 +0000 (0:00:00.064)       0:04:35.783 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the hadrenabled setting] ******************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:113
Wednesday 03 August 2022  16:13:10 +0000 (0:00:00.063)       0:04:35.847 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the hadrenabled setting] ********************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  16:13:10 +0000 (0:00:00.062)       0:04:35.909 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^hadrenabled' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.004777",
    "end": "2022-08-03 16:13:10.203199",
    "rc": 0,
    "start": "2022-08-03 16:13:10.198422"
}

STDOUT:

hadrenabled = 0

TASK [Verify the hadrenabled setting when it is type str] **********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  16:13:10 +0000 (0:00:00.424)       0:04:36.333 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the hadrenabled setting when it is type bool] *********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  16:13:10 +0000 (0:00:00.053)       0:04:36.387 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = False] *********************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  16:13:10 +0000 (0:00:00.073)       0:04:36.460 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get the value of the traceflag setting] **********************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:123
Wednesday 03 August 2022  16:13:10 +0000 (0:00:00.098)       0:04:36.559 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.004412",
    "end": "2022-08-03 16:13:10.841149",
    "rc": 0,
    "start": "2022-08-03 16:13:10.836737"
}

TASK [Verify that the traceflag setting is set to 3979] ************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:128
Wednesday 03 August 2022  16:13:11 +0000 (0:00:00.409)       0:04:36.969 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the traceflag setting is not set to 3979] ********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:133
Wednesday 03 August 2022  16:13:11 +0000 (0:00:00.052)       0:04:37.021 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that the alternatewritethrough setting is false] ******************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:139
Wednesday 03 August 2022  16:13:11 +0000 (0:00:00.067)       0:04:37.089 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the alternatewritethrough setting] **********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  16:13:11 +0000 (0:00:00.062)       0:04:37.152 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.004485",
    "end": "2022-08-03 16:13:11.432267",
    "rc": 0,
    "start": "2022-08-03 16:13:11.427782"
}

STDOUT:

alternatewritethrough = 0

TASK [Verify the alternatewritethrough setting when it is type str] ************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  16:13:11 +0000 (0:00:00.411)       0:04:37.563 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the alternatewritethrough setting when it is type bool] ***********
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  16:13:11 +0000 (0:00:00.064)       0:04:37.627 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = False] *********************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  16:13:12 +0000 (0:00:00.070)       0:04:37.698 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the writethrough setting] *****************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:145
Wednesday 03 August 2022  16:13:12 +0000 (0:00:00.037)       0:04:37.736 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml for /cache/centos-8.qcow2

TASK [Get the value of the writethrough setting] *******************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:7
Wednesday 03 August 2022  16:13:12 +0000 (0:00:00.064)       0:04:37.801 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true",
    "delta": "0:00:00.004312",
    "end": "2022-08-03 16:13:12.064245",
    "rc": 0,
    "start": "2022-08-03 16:13:12.059933"
}

STDOUT:

writethrough = 0

TASK [Verify the writethrough setting when it is type str] *********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:14
Wednesday 03 August 2022  16:13:12 +0000 (0:00:00.393)       0:04:38.194 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the writethrough setting when it is type bool] ********************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:26
Wednesday 03 August 2022  16:13:12 +0000 (0:00:00.108)       0:04:38.303 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that tcpport = False] *********************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/mssql_conf_verify.yml:41
Wednesday 03 August 2022  16:13:12 +0000 (0:00:00.066)       0:04:38.370 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlscert setting] **********************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:155
Wednesday 03 August 2022  16:13:12 +0000 (0:00:00.040)       0:04:38.411 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlskey setting] ***********************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:163
Wednesday 03 August 2022  16:13:12 +0000 (0:00:00.039)       0:04:38.451 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the tlsprotocols setting] *****************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:171
Wednesday 03 August 2022  16:13:12 +0000 (0:00:00.038)       0:04:38.489 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the forceencryption setting] **************************************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:179
Wednesday 03 August 2022  16:13:12 +0000 (0:00:00.040)       0:04:38.530 ****** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check the ansible_managed header in the configuration file] **************
task path: /tmp/tmpsacc72k6/tests/mssql/tests_idempotency_2017.yml:98
Wednesday 03 August 2022  16:13:12 +0000 (0:00:00.036)       0:04:38.566 ****** 
included: /tmp/tmpsacc72k6/tests/mssql/tasks/check_header.yml for /cache/centos-8.qcow2

TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************
task path: /tmp/tmpsacc72k6/tests/mssql/tasks/check_header.yml:4
Wednesday 03 August 2022  16:13:13 +0000 (0:00:00.164)       0:04:38.731 ****** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "cmd": [
        "grep",
        "Ansible managed\n",
        "/var/opt/mssql/mssql.conf"
    ],
    "delta": "0:00:00.003465",
    "end": "2022-08-03 16:13:13.073420",
    "rc": 0,
    "start": "2022-08-03 16:13:13.069955"
}

STDOUT:

# BEGIN ANSIBLE MANAGED BLOCK
#
# Ansible managed
#
# END ANSIBLE MANAGED BLOCK
[sqlagent]
enabled = False

[EULA]
accepteula = Y

[network]
ipaddress = 127.0.0.1
tcpport = 1435

[hadr]
hadrenabled = 0

[traceflag]

[control]
alternatewritethrough = 0
writethrough = 0
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-8.qcow2      : ok=254  changed=35   unreachable=0    failed=0    skipped=341  rescued=0    ignored=1   

Wednesday 03 August 2022  16:13:13 +0000 (0:00:00.495)       0:04:39.226 ****** 
=============================================================================== 
fedora.linux_system_roles.mssql : Ensure the mssql-server package ------ 72.60s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:129 
fedora.linux_system_roles.mssql : Ensure the mssql-server-fts package -- 25.66s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:391 
fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package --- 16.18s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:407 
fedora.linux_system_roles.mssql : Change the password of the sa user ---- 7.04s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:283 
fedora.linux_system_roles.mssql : Change the edition of MSSQL ----------- 6.28s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:326 
fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 6.26s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:253 
fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 5.99s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:193 
fedora.linux_system_roles.mssql : Set up MSSQL -------------------------- 5.44s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:184 
fedora.linux_system_roles.mssql : Ensure the mssql-server-fts package --- 4.40s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:391 
fedora.linux_system_roles.mssql : Ensure the mssql-server-ha package ---- 4.28s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:407 
fedora.linux_system_roles.mssql : Ensure the mssql-server package ------- 3.98s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:129 
fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 3.78s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:193 
fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 3.77s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:253 
Wait for mssql-server to start and prepare for client connections ------- 3.59s
/tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:65 ---------------------
Wait for mssql-server to start and prepare for client connections ------- 3.42s
/tmp/tmpsacc72k6/tests/mssql/tasks/verify_settings.yml:65 ---------------------
fedora.linux_system_roles.mssql : Gather system services facts ---------- 3.29s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:160 
fedora.linux_system_roles.mssql : Gather system services facts ---------- 3.25s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:160 
fedora.linux_system_roles.mssql : Gather package facts ------------------ 2.84s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:80 
fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles --- 2.66s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 
fedora.linux_system_roles.mssql : Gather package facts ------------------ 2.60s
/tmp/tmpn59lzvet/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:80