# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_password_2019.yml ********************************************** 1 plays in /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tests_password_2019.yml PLAY [Ensure that the role is idempotent when changing the sa user password] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tests_password_2019.yml:3 Friday 05 January 2024 15:05:58 +0000 (0:00:00.013) 0:00:00.013 ******** ok: [sut] META: ran handlers TASK [Run tests_password with SQL Server 2019] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tests_password_2019.yml:14 Friday 05 January 2024 15:05:59 +0000 (0:00:00.559) 0:00:00.573 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml for sut TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:2 Friday 05 January 2024 15:05:59 +0000 (0:00:00.026) 0:00:00.599 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Friday 05 January 2024 15:05:59 +0000 (0:00:00.025) 0:00:00.624 ******** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Friday 05 January 2024 15:05:59 +0000 (0:00:00.233) 0:00:00.858 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Friday 05 January 2024 15:05:59 +0000 (0:00:00.010) 0:00:00.868 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set up MSSQL] ************************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:5 Friday 05 January 2024 15:05:59 +0000 (0:00:00.010) 0:00:00.878 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Friday 05 January 2024 15:05:59 +0000 (0:00:00.208) 0:00:01.087 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Friday 05 January 2024 15:05:59 +0000 (0:00:00.020) 0:00:01.107 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Friday 05 January 2024 15:05:59 +0000 (0:00:00.012) 0:00:01.119 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Friday 05 January 2024 15:05:59 +0000 (0:00:00.043) 0:00:01.163 ******** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Friday 05 January 2024 15:05:59 +0000 (0:00:00.008) 0:00:01.171 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Friday 05 January 2024 15:05:59 +0000 (0:00:00.020) 0:00:01.192 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Friday 05 January 2024 15:05:59 +0000 (0:00:00.031) 0:00:01.223 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Friday 05 January 2024 15:05:59 +0000 (0:00:00.018) 0:00:01.242 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Friday 05 January 2024 15:05:59 +0000 (0:00:00.009) 0:00:01.251 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Friday 05 January 2024 15:05:59 +0000 (0:00:00.015) 0:00:01.266 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Friday 05 January 2024 15:05:59 +0000 (0:00:00.027) 0:00:01.294 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Friday 05 January 2024 15:05:59 +0000 (0:00:00.011) 0:00:01.305 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Friday 05 January 2024 15:05:59 +0000 (0:00:00.031) 0:00:01.337 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Friday 05 January 2024 15:05:59 +0000 (0:00:00.045) 0:00:01.382 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Friday 05 January 2024 15:06:00 +0000 (0:00:00.011) 0:00:01.394 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Friday 05 January 2024 15:06:00 +0000 (0:00:00.018) 0:00:01.412 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Friday 05 January 2024 15:06:00 +0000 (0:00:00.010) 0:00:01.422 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Friday 05 January 2024 15:06:00 +0000 (0:00:00.042) 0:00:01.465 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Friday 05 January 2024 15:06:00 +0000 (0:00:00.040) 0:00:01.505 ******** ok: [sut] => { "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 : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Friday 05 January 2024 15:06:01 +0000 (0:00:01.127) 0:00:02.633 ******** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Friday 05 January 2024 15:06:01 +0000 (0:00:00.046) 0:00:02.679 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Friday 05 January 2024 15:06:01 +0000 (0:00:00.046) 0:00:02.725 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Friday 05 January 2024 15:06:01 +0000 (0:00:00.092) 0:00:02.818 ******** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Friday 05 January 2024 15:06:01 +0000 (0:00:00.139) 0:00:02.957 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Friday 05 January 2024 15:06:02 +0000 (0:00:00.526) 0:00:03.484 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Friday 05 January 2024 15:06:02 +0000 (0:00:00.031) 0:00:03.515 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Friday 05 January 2024 15:06:02 +0000 (0:00:00.045) 0:00:03.561 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Friday 05 January 2024 15:06:02 +0000 (0:00:00.032) 0:00:03.593 ******** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2019", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Friday 05 January 2024 15:06:02 +0000 (0:00:00.338) 0:00:03.932 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Friday 05 January 2024 15:06:02 +0000 (0:00:00.052) 0:00:03.984 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Friday 05 January 2024 15:06:02 +0000 (0:00:00.021) 0:00:04.006 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Friday 05 January 2024 15:06:02 +0000 (0:00:00.019) 0:00:04.025 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Friday 05 January 2024 15:06:02 +0000 (0:00:00.021) 0:00:04.047 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Friday 05 January 2024 15:06:02 +0000 (0:00:00.039) 0:00:04.087 ******** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:15.0.4345.5-2 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: gdb for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: python3 for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-15.0.4345.5-2.x86_64\n--> Processing Dependency: lsof for package: mssql-server-15.0.4345.5-2.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n---> Package lsof.x86_64 0:4.87-6.el7 will be installed\n---> Package python3.x86_64 0:3.6.8-21.el7_9 will be installed\n--> Processing Dependency: python3-libs(x86-64) = 3.6.8-21.el7_9 for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: python3-setuptools for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: python3-pip for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-21.el7_9.x86_64\n--> Running transaction check\n---> Package python3-libs.x86_64 0:3.6.8-21.el7_9 will be installed\n---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed\n---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server x86_64 15.0.4345.5-2 packages-microsoft-com-mssql-server-2019\n 229 M\nInstalling for dependencies:\n bzip2 x86_64 1.0.6-13.el7 base 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 updates 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n gdb x86_64 7.6.1-120.el7 base 2.4 M\n libatomic x86_64 4.8.5-44.el7 base 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 updates 170 k\n lsof x86_64 4.87-6.el7 base 331 k\n python3 x86_64 3.6.8-21.el7_9 updates 71 k\n python3-libs x86_64 3.6.8-21.el7_9 updates 7.0 M\n python3-pip noarch 9.0.3-8.el7 base 1.6 M\n python3-setuptools noarch 39.2.0-10.el7 base 629 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+11 Dependent packages)\n\nTotal size: 241 M\nTotal download size: 238 M\nInstalled size: 1.2 G\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 35 MB/s | 238 MB 00:06 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : python3-libs-3.6.8-21.el7_9.x86_64 1/12 \n Installing : python3-setuptools-39.2.0-10.el7.noarch 2/12 \n Installing : python3-pip-9.0.3-8.el7.noarch 3/12 \n Installing : python3-3.6.8-21.el7_9.x86_64 4/12 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 5/12 \n Installing : libatomic-4.8.5-44.el7.x86_64 6/12 \n Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64 7/12 \n Installing : gdb-7.6.1-120.el7.x86_64 8/12 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 9/12 \n Installing : lsof-4.87-6.el7.x86_64 10/12 \n Installing : bzip2-1.0.6-13.el7.x86_64 11/12 \n Installing : mssql-server-15.0.4345.5-2.x86_64 12/12 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\n Verifying : python3-3.6.8-21.el7_9.x86_64 1/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 2/12 \n Verifying : mssql-server-15.0.4345.5-2.x86_64 3/12 \n Verifying : lsof-4.87-6.el7.x86_64 4/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 5/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 6/12 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 7/12 \n Verifying : python3-setuptools-39.2.0-10.el7.noarch 8/12 \n Verifying : python3-pip-9.0.3-8.el7.noarch 9/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 10/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 11/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 12/12 \n\nInstalled:\n mssql-server.x86_64 0:15.0.4345.5-2 \n\nDependency Installed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n lsof.x86_64 0:4.87-6.el7 \n python3.x86_64 0:3.6.8-21.el7_9 \n python3-libs.x86_64 0:3.6.8-21.el7_9 \n python3-pip.noarch 0:9.0.3-8.el7 \n python3-setuptools.noarch 0:39.2.0-10.el7 \n\nComplete!\n" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Friday 05 January 2024 15:06:49 +0000 (0:00:46.892) 0:00:50.979 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Friday 05 January 2024 15:06:49 +0000 (0:00:00.031) 0:00:51.011 ******** ok: [sut] => { "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.005209", "end": "2024-01-05 15:06:49.822414", "rc": 0, "start": "2024-01-05 15:06:49.817205" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Friday 05 January 2024 15:06:49 +0000 (0:00:00.298) 0:00:51.309 ******** ok: [sut] => { "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 : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Friday 05 January 2024 15:06:50 +0000 (0:00:00.727) 0:00:52.037 ******** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": false }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Friday 05 January 2024 15:06:50 +0000 (0:00:00.027) 0:00:52.065 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Friday 05 January 2024 15:06:50 +0000 (0:00:00.023) 0:00:52.089 ******** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Friday 05 January 2024 15:06:56 +0000 (0:00:05.934) 0:00:58.024 ******** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Friday 05 January 2024 15:06:56 +0000 (0:00:00.024) 0:00:58.048 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Friday 05 January 2024 15:06:56 +0000 (0:00:00.020) 0:00:58.069 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Friday 05 January 2024 15:06:57 +0000 (0:00:00.364) 0:00:58.433 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 14:39:05 UTC", "ActiveEnterTimestampMonotonic": "15127657", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service basic.target network.target systemd-journald.socket system.slice dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 14:39:03 UTC", "AssertTimestampMonotonic": "13660099", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ConditionTimestampMonotonic": "13660097", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "878", "ExecMainStartTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ExecMainStartTimestampMonotonic": "13660700", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 14:39:03 UTC", "InactiveExitTimestampMonotonic": "13660738", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "878", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "dbus.service system.slice basic.target polkit.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 14:39:05 UTC", "WatchdogTimestampMonotonic": "15127600", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Friday 05 January 2024 15:06:57 +0000 (0:00:00.356) 0:00:58.789 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.098972", "end": "2024-01-05 15:06:57.603230", "rc": 0, "start": "2024-01-05 15:06:57.504258" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Friday 05 January 2024 15:06:57 +0000 (0:00:00.238) 0:00:59.027 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Friday 05 January 2024 15:06:57 +0000 (0:00:00.021) 0:00:59.049 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Friday 05 January 2024 15:06:57 +0000 (0:00:00.022) 0:00:59.071 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Friday 05 January 2024 15:06:57 +0000 (0:00:00.032) 0:00:59.103 ******** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Friday 05 January 2024 15:06:57 +0000 (0:00:00.207) 0:00:59.311 ******** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be installed\n--> Processing Dependency: msodbcsql17 >= 17.3.0.0 for package: mssql-tools-17.10.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.11 for package: unixODBC-devel-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-tools x86_64 17.10.1.1-1 packages-microsoft-com-prod 291 k\n unixODBC-devel x86_64 2.3.11-1.rh packages-microsoft-com-prod 53 k\nInstalling for dependencies:\n libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k\n msodbcsql17 x86_64 17.10.5.1-1 packages-microsoft-com-prod 913 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal size: 1.5 M\nInstalled size: 3.8 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 1/5 \n Installing : unixODBC-2.3.11-1.rh.x86_64 2/5 \n Installing : msodbcsql17-17.10.5.1-1.x86_64 3/5 \nodbcinst: Driver installed. Usage count increased to 1. \n Target directory is /etc\n Installing : mssql-tools-17.10.1.1-1.x86_64 4/5 \n Installing : unixODBC-devel-2.3.11-1.rh.x86_64 5/5 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/5 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 2/5 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 3/5 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 4/5 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 5/5 \n\nInstalled:\n mssql-tools.x86_64 0:17.10.1.1-1 unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Installed:\n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 msodbcsql17.x86_64 0:17.10.5.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Friday 05 January 2024 15:07:05 +0000 (0:00:07.753) 0:01:07.064 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Friday 05 January 2024 15:07:05 +0000 (0:00:00.043) 0:01:07.108 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Friday 05 January 2024 15:07:05 +0000 (0:00:00.029) 0:01:07.137 ******** skipping: [sut] => { "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 : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Friday 05 January 2024 15:07:05 +0000 (0:00:00.024) 0:01:07.162 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Friday 05 January 2024 15:07:05 +0000 (0:00:00.049) 0:01:07.212 ******** skipping: [sut] => { "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 : Change the password of sa user] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Friday 05 January 2024 15:07:05 +0000 (0:00:00.049) 0:01:07.261 ******** skipping: [sut] => { "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 : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Friday 05 January 2024 15:07:05 +0000 (0:00:00.056) 0:01:07.318 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Friday 05 January 2024 15:07:05 +0000 (0:00:00.033) 0:01:07.351 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Friday 05 January 2024 15:07:05 +0000 (0:00:00.022) 0:01:07.374 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Friday 05 January 2024 15:07:06 +0000 (0:00:00.036) 0:01:07.410 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Friday 05 January 2024 15:07:06 +0000 (0:00:00.032) 0:01:07.442 ******** skipping: [sut] => { "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 : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Friday 05 January 2024 15:07:06 +0000 (0:00:00.040) 0:01:07.483 ******** skipping: [sut] => { "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 : Configure the IP address setting] ************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Friday 05 January 2024 15:07:06 +0000 (0:00:00.030) 0:01:07.514 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Friday 05 January 2024 15:07:06 +0000 (0:00:00.020) 0:01:07.534 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Friday 05 January 2024 15:07:06 +0000 (0:00:00.021) 0:01:07.555 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Friday 05 January 2024 15:07:06 +0000 (0:00:00.022) 0:01:07.577 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Friday 05 January 2024 15:07:06 +0000 (0:00:00.055) 0:01:07.633 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002798", "end": "2024-01-05 15:07:06.353812", "failed_when_result": false, "rc": 1, "start": "2024-01-05 15:07:06.351014" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Friday 05 January 2024 15:07:06 +0000 (0:00:00.134) 0:01:07.767 ******** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.123609", "end": "2024-01-05 15:07:06.608469", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:07:06.484860" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Friday 05 January 2024 15:07:06 +0000 (0:00:00.259) 0:01:08.027 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Friday 05 January 2024 15:07:06 +0000 (0:00:00.020) 0:01:08.047 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Friday 05 January 2024 15:07:06 +0000 (0:00:00.021) 0:01:08.069 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Friday 05 January 2024 15:07:06 +0000 (0:00:00.021) 0:01:08.090 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Friday 05 January 2024 15:07:06 +0000 (0:00:00.022) 0:01:08.112 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Friday 05 January 2024 15:07:06 +0000 (0:00:00.050) 0:01:08.163 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Friday 05 January 2024 15:07:06 +0000 (0:00:00.021) 0:01:08.185 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Friday 05 January 2024 15:07:06 +0000 (0:00:00.020) 0:01:08.205 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Friday 05 January 2024 15:07:06 +0000 (0:00:00.036) 0:01:08.241 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Friday 05 January 2024 15:07:06 +0000 (0:00:00.037) 0:01:08.279 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Friday 05 January 2024 15:07:06 +0000 (0:00:00.020) 0:01:08.300 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Friday 05 January 2024 15:07:06 +0000 (0:00:00.020) 0:01:08.320 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Friday 05 January 2024 15:07:06 +0000 (0:00:00.021) 0:01:08.342 ******** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Friday 05 January 2024 15:07:06 +0000 (0:00:00.021) 0:01:08.363 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Friday 05 January 2024 15:07:06 +0000 (0:00:00.018) 0:01:08.381 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Friday 05 January 2024 15:07:07 +0000 (0:00:00.019) 0:01:08.401 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Friday 05 January 2024 15:07:07 +0000 (0:00:00.019) 0:01:08.421 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Friday 05 January 2024 15:07:07 +0000 (0:00:00.019) 0:01:08.441 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Friday 05 January 2024 15:07:07 +0000 (0:00:00.018) 0:01:08.460 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Friday 05 January 2024 15:07:07 +0000 (0:00:00.018) 0:01:08.478 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Friday 05 January 2024 15:07:07 +0000 (0:00:00.018) 0:01:08.496 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Friday 05 January 2024 15:07:07 +0000 (0:00:00.019) 0:01:08.516 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Friday 05 January 2024 15:07:07 +0000 (0:00:00.020) 0:01:08.536 ******** skipping: [sut] => { "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 : Check if AD user exists] ********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Friday 05 January 2024 15:07:07 +0000 (0:00:00.018) 0:01:08.555 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Friday 05 January 2024 15:07:07 +0000 (0:00:00.043) 0:01:08.599 ******** skipping: [sut] => { "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 : Get SPNs for the principal] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Friday 05 January 2024 15:07:07 +0000 (0:00:00.019) 0:01:08.618 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Friday 05 January 2024 15:07:07 +0000 (0:00:00.019) 0:01:08.638 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Friday 05 January 2024 15:07:07 +0000 (0:00:00.018) 0:01:08.657 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Friday 05 January 2024 15:07:07 +0000 (0:00:00.020) 0:01:08.677 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Friday 05 January 2024 15:07:07 +0000 (0:00:00.020) 0:01:08.698 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Friday 05 January 2024 15:07:07 +0000 (0:00:00.028) 0:01:08.727 ******** skipping: [sut] => { "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 : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Friday 05 January 2024 15:07:07 +0000 (0:00:00.022) 0:01:08.749 ******** skipping: [sut] => { "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 : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Friday 05 January 2024 15:07:07 +0000 (0:00:00.018) 0:01:08.768 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Friday 05 January 2024 15:07:07 +0000 (0:00:00.020) 0:01:08.788 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Friday 05 January 2024 15:07:07 +0000 (0:00:00.020) 0:01:08.808 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Friday 05 January 2024 15:07:07 +0000 (0:00:00.018) 0:01:08.826 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Friday 05 January 2024 15:07:07 +0000 (0:00:00.018) 0:01:08.845 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Friday 05 January 2024 15:07:07 +0000 (0:00:00.018) 0:01:08.863 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Friday 05 January 2024 15:07:07 +0000 (0:00:00.018) 0:01:08.882 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Friday 05 January 2024 15:07:07 +0000 (0:00:00.019) 0:01:08.901 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Friday 05 January 2024 15:07:07 +0000 (0:00:00.017) 0:01:08.919 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Friday 05 January 2024 15:07:07 +0000 (0:00:00.018) 0:01:08.937 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Friday 05 January 2024 15:07:07 +0000 (0:00:00.017) 0:01:08.955 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Friday 05 January 2024 15:07:07 +0000 (0:00:00.043) 0:01:08.999 ******** skipping: [sut] => (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: [sut] => (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 : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Friday 05 January 2024 15:07:07 +0000 (0:00:00.023) 0:01:09.022 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Friday 05 January 2024 15:07:07 +0000 (0:00:00.018) 0:01:09.041 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Friday 05 January 2024 15:07:07 +0000 (0:00:00.018) 0:01:09.060 ******** skipping: [sut] => (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: [sut] => (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 : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Friday 05 January 2024 15:07:07 +0000 (0:00:00.025) 0:01:09.085 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Friday 05 January 2024 15:07:07 +0000 (0:00:00.022) 0:01:09.108 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Friday 05 January 2024 15:07:07 +0000 (0:00:00.035) 0:01:09.144 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Friday 05 January 2024 15:07:07 +0000 (0:00:00.032) 0:01:09.177 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Friday 05 January 2024 15:07:07 +0000 (0:00:00.018) 0:01:09.195 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Friday 05 January 2024 15:07:07 +0000 (0:00:00.020) 0:01:09.216 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Friday 05 January 2024 15:07:07 +0000 (0:00:00.022) 0:01:09.238 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Friday 05 January 2024 15:07:07 +0000 (0:00:00.020) 0:01:09.259 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Friday 05 January 2024 15:07:07 +0000 (0:00:00.030) 0:01:09.289 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Friday 05 January 2024 15:07:07 +0000 (0:00:00.021) 0:01:09.311 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Friday 05 January 2024 15:07:07 +0000 (0:00:00.022) 0:01:09.333 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Friday 05 January 2024 15:07:07 +0000 (0:00:00.022) 0:01:09.355 ******** skipping: [sut] => (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: [sut] => (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 : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Friday 05 January 2024 15:07:07 +0000 (0:00:00.028) 0:01:09.383 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Friday 05 January 2024 15:07:08 +0000 (0:00:00.020) 0:01:09.404 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Friday 05 January 2024 15:07:08 +0000 (0:00:00.019) 0:01:09.423 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Friday 05 January 2024 15:07:08 +0000 (0:00:00.045) 0:01:09.469 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Friday 05 January 2024 15:07:08 +0000 (0:00:00.020) 0:01:09.490 ******** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Friday 05 January 2024 15:07:08 +0000 (0:00:00.025) 0:01:09.515 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Friday 05 January 2024 15:07:08 +0000 (0:00:00.021) 0:01:09.537 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Friday 05 January 2024 15:07:08 +0000 (0:00:00.021) 0:01:09.558 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Friday 05 January 2024 15:07:08 +0000 (0:00:00.022) 0:01:09.581 ******** changed: [sut] => { "changed": true } MSG: Block inserted META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Friday 05 January 2024 15:07:08 +0000 (0:00:00.275) 0:01:09.856 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Friday 05 January 2024 15:07:08 +0000 (0:00:00.020) 0:01:09.877 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:12 Friday 05 January 2024 15:07:08 +0000 (0:00:00.025) 0:01:09.902 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/mssql-sever-increase-start-limit.yml:3 Friday 05 January 2024 15:07:08 +0000 (0:00:00.063) 0:01:09.966 ******** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/mssql-sever-increase-start-limit.yml:10 Friday 05 January 2024 15:07:08 +0000 (0:00:00.210) 0:01:10.177 ******** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/mssql-sever-increase-start-limit.yml:17 Friday 05 January 2024 15:07:08 +0000 (0:00:00.130) 0:01:10.307 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Change the password with default settings. Should report Changed.] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:15 Friday 05 January 2024 15:07:09 +0000 (0:00:00.243) 0:01:10.550 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Friday 05 January 2024 15:07:09 +0000 (0:00:00.195) 0:01:10.745 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Friday 05 January 2024 15:07:09 +0000 (0:00:00.041) 0:01:10.787 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Friday 05 January 2024 15:07:09 +0000 (0:00:00.027) 0:01:10.814 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Friday 05 January 2024 15:07:09 +0000 (0:00:00.036) 0:01:10.850 ******** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Friday 05 January 2024 15:07:09 +0000 (0:00:00.018) 0:01:10.869 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Friday 05 January 2024 15:07:09 +0000 (0:00:00.017) 0:01:10.887 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Friday 05 January 2024 15:07:09 +0000 (0:00:00.018) 0:01:10.905 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Friday 05 January 2024 15:07:09 +0000 (0:00:00.017) 0:01:10.923 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Friday 05 January 2024 15:07:09 +0000 (0:00:00.019) 0:01:10.942 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Friday 05 January 2024 15:07:09 +0000 (0:00:00.017) 0:01:10.960 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Friday 05 January 2024 15:07:09 +0000 (0:00:00.018) 0:01:10.978 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Friday 05 January 2024 15:07:09 +0000 (0:00:00.047) 0:01:11.026 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Friday 05 January 2024 15:07:09 +0000 (0:00:00.019) 0:01:11.045 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Friday 05 January 2024 15:07:09 +0000 (0:00:00.023) 0:01:11.069 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Friday 05 January 2024 15:07:09 +0000 (0:00:00.018) 0:01:11.087 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Friday 05 January 2024 15:07:09 +0000 (0:00:00.019) 0:01:11.106 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Friday 05 January 2024 15:07:09 +0000 (0:00:00.018) 0:01:11.125 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Friday 05 January 2024 15:07:09 +0000 (0:00:00.018) 0:01:11.144 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Friday 05 January 2024 15:07:09 +0000 (0:00:00.019) 0:01:11.163 ******** ok: [sut] => { "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 : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Friday 05 January 2024 15:07:10 +0000 (0:00:00.911) 0:01:12.075 ******** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Friday 05 January 2024 15:07:10 +0000 (0:00:00.060) 0:01:12.136 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Friday 05 January 2024 15:07:10 +0000 (0:00:00.025) 0:01:12.161 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Friday 05 January 2024 15:07:10 +0000 (0:00:00.022) 0:01:12.184 ******** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Friday 05 January 2024 15:07:10 +0000 (0:00:00.068) 0:01:12.252 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Friday 05 January 2024 15:07:11 +0000 (0:00:00.330) 0:01:12.582 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Friday 05 January 2024 15:07:11 +0000 (0:00:00.024) 0:01:12.607 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Friday 05 January 2024 15:07:11 +0000 (0:00:00.028) 0:01:12.636 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Friday 05 January 2024 15:07:11 +0000 (0:00:00.024) 0:01:12.660 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Friday 05 January 2024 15:07:11 +0000 (0:00:00.029) 0:01:12.690 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Friday 05 January 2024 15:07:11 +0000 (0:00:00.021) 0:01:12.711 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Friday 05 January 2024 15:07:11 +0000 (0:00:00.019) 0:01:12.730 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Friday 05 January 2024 15:07:11 +0000 (0:00:00.027) 0:01:12.758 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Friday 05 January 2024 15:07:11 +0000 (0:00:00.020) 0:01:12.778 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Friday 05 January 2024 15:07:11 +0000 (0:00:00.019) 0:01:12.797 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.x86_64 providing mssql-server is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Friday 05 January 2024 15:07:11 +0000 (0:00:00.331) 0:01:13.128 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Friday 05 January 2024 15:07:11 +0000 (0:00:00.020) 0:01:13.148 ******** ok: [sut] => { "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.005012", "end": "2024-01-05 15:07:11.867411", "rc": 0, "start": "2024-01-05 15:07:11.862399" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Friday 05 January 2024 15:07:11 +0000 (0:00:00.132) 0:01:13.281 ******** ok: [sut] => { "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 : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Friday 05 January 2024 15:07:12 +0000 (0:00:00.674) 0:01:13.955 ******** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Friday 05 January 2024 15:07:12 +0000 (0:00:00.026) 0:01:13.982 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Friday 05 January 2024 15:07:12 +0000 (0:00:00.019) 0:01:14.001 ******** skipping: [sut] => { "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 : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Friday 05 January 2024 15:07:12 +0000 (0:00:00.018) 0:01:14.020 ******** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Friday 05 January 2024 15:07:12 +0000 (0:00:00.025) 0:01:14.045 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Friday 05 January 2024 15:07:12 +0000 (0:00:00.018) 0:01:14.064 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Friday 05 January 2024 15:07:12 +0000 (0:00:00.326) 0:01:14.390 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 14:39:05 UTC", "ActiveEnterTimestampMonotonic": "15127657", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service systemd-sysctl.service system.slice systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 14:39:03 UTC", "AssertTimestampMonotonic": "13660099", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ConditionTimestampMonotonic": "13660097", "Conflicts": "shutdown.target cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "878", "ExecMainStartTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ExecMainStartTimestampMonotonic": "13660700", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 14:39:03 UTC", "InactiveExitTimestampMonotonic": "13660738", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "878", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice dbus.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 14:39:05 UTC", "WatchdogTimestampMonotonic": "15127600", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Friday 05 January 2024 15:07:13 +0000 (0:00:00.201) 0:01:14.592 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.088899", "end": "2024-01-05 15:07:13.392646", "rc": 0, "start": "2024-01-05 15:07:13.303747" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Friday 05 January 2024 15:07:13 +0000 (0:00:00.216) 0:01:14.809 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Friday 05 January 2024 15:07:13 +0000 (0:00:00.020) 0:01:14.829 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Friday 05 January 2024 15:07:13 +0000 (0:00:00.021) 0:01:14.851 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Friday 05 January 2024 15:07:13 +0000 (0:00:00.020) 0:01:14.872 ******** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Friday 05 January 2024 15:07:13 +0000 (0:00:00.137) 0:01:15.009 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Friday 05 January 2024 15:07:13 +0000 (0:00:00.358) 0:01:15.368 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Friday 05 January 2024 15:07:14 +0000 (0:00:00.038) 0:01:15.407 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:06:56 UTC", "ActiveEnterTimestampMonotonic": "1686596916", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:06:56 UTC", "AssertTimestampMonotonic": "1686596231", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:06:56 UTC", "ConditionTimestampMonotonic": "1686596229", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "19953", "ExecMainStartTimestamp": "Fri 2024-01-05 15:06:56 UTC", "ExecMainStartTimestampMonotonic": "1686596852", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 15:06:56 UTC", "InactiveExitTimestampMonotonic": "1686596916", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "19953", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 15:06:56 UTC", "WatchdogTimestampMonotonic": "1686596893", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Friday 05 January 2024 15:07:14 +0000 (0:00:00.200) 0:01:15.607 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002966", "end": "2024-01-05 15:07:14.329561", "failed_when_result": false, "rc": 1, "start": "2024-01-05 15:07:14.326595" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Friday 05 January 2024 15:07:14 +0000 (0:00:00.136) 0:01:15.743 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002937", "end": "2024-01-05 15:07:14.463285", "failed_when_result": false, "rc": 1, "start": "2024-01-05 15:07:14.460348" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Friday 05 January 2024 15:07:14 +0000 (0:00:00.132) 0:01:15.876 ******** ok: [sut] => { "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 : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Friday 05 January 2024 15:07:14 +0000 (0:00:00.028) 0:01:15.904 ******** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "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": 7954, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Friday 05 January 2024 15:07:15 +0000 (0:00:01.217) 0:01:17.122 ******** fatal: [sut]: FAILED! => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ...ignoring TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Friday 05 January 2024 15:07:15 +0000 (0:00:00.168) 0:01:17.291 ******** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:06:56 UTC", "ActiveEnterTimestampMonotonic": "1686596916", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:06:56 UTC", "AssertTimestampMonotonic": "1686596231", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:06:56 UTC", "ConditionTimestampMonotonic": "1686596229", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "19953", "ExecMainStartTimestamp": "Fri 2024-01-05 15:06:56 UTC", "ExecMainStartTimestampMonotonic": "1686596852", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 15:06:56 UTC", "InactiveExitTimestampMonotonic": "1686596916", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "19953", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 15:06:56 UTC", "WatchdogTimestampMonotonic": "1686596893", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Friday 05 January 2024 15:07:16 +0000 (0:00:00.855) 0:01:18.147 ******** ok: [sut] => { "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 : Change the password of sa user] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Friday 05 January 2024 15:07:17 +0000 (0:00:00.914) 0:01:19.061 ******** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Friday 05 January 2024 15:07:21 +0000 (0:00:04.153) 0:01:23.215 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Friday 05 January 2024 15:07:21 +0000 (0:00:00.021) 0:01:23.236 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Friday 05 January 2024 15:07:21 +0000 (0:00:00.049) 0:01:23.286 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Friday 05 January 2024 15:07:21 +0000 (0:00:00.022) 0:01:23.309 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Friday 05 January 2024 15:07:21 +0000 (0:00:00.022) 0:01:23.332 ******** skipping: [sut] => { "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 : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Friday 05 January 2024 15:07:21 +0000 (0:00:00.020) 0:01:23.353 ******** skipping: [sut] => { "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 : Configure the IP address setting] ************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Friday 05 January 2024 15:07:21 +0000 (0:00:00.020) 0:01:23.373 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Friday 05 January 2024 15:07:22 +0000 (0:00:00.019) 0:01:23.392 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Friday 05 January 2024 15:07:22 +0000 (0:00:00.019) 0:01:23.412 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Friday 05 January 2024 15:07:22 +0000 (0:00:00.019) 0:01:23.432 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Friday 05 January 2024 15:07:22 +0000 (0:00:00.031) 0:01:23.464 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003112", "end": "2024-01-05 15:07:22.182304", "failed_when_result": false, "rc": 1, "start": "2024-01-05 15:07:22.179192" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Friday 05 January 2024 15:07:22 +0000 (0:00:00.132) 0:01:23.596 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.122934", "end": "2024-01-05 15:07:22.436468", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:07:22.313534" } 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 setting network tcpport] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Friday 05 January 2024 15:07:22 +0000 (0:00:00.258) 0:01:23.854 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Friday 05 January 2024 15:07:22 +0000 (0:00:00.019) 0:01:23.873 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Friday 05 January 2024 15:07:22 +0000 (0:00:00.018) 0:01:23.892 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Friday 05 January 2024 15:07:22 +0000 (0:00:00.019) 0:01:23.911 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Friday 05 January 2024 15:07:22 +0000 (0:00:00.019) 0:01:23.931 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Friday 05 January 2024 15:07:22 +0000 (0:00:00.020) 0:01:23.951 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Friday 05 January 2024 15:07:22 +0000 (0:00:00.018) 0:01:23.969 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Friday 05 January 2024 15:07:22 +0000 (0:00:00.054) 0:01:24.024 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Friday 05 January 2024 15:07:22 +0000 (0:00:00.033) 0:01:24.058 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Friday 05 January 2024 15:07:22 +0000 (0:00:00.025) 0:01:24.083 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Friday 05 January 2024 15:07:22 +0000 (0:00:00.021) 0:01:24.104 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Friday 05 January 2024 15:07:22 +0000 (0:00:00.021) 0:01:24.126 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Friday 05 January 2024 15:07:22 +0000 (0:00:00.021) 0:01:24.148 ******** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Friday 05 January 2024 15:07:22 +0000 (0:00:00.029) 0:01:24.177 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Friday 05 January 2024 15:07:22 +0000 (0:00:00.020) 0:01:24.198 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Friday 05 January 2024 15:07:22 +0000 (0:00:00.022) 0:01:24.220 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Friday 05 January 2024 15:07:22 +0000 (0:00:00.020) 0:01:24.240 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Friday 05 January 2024 15:07:22 +0000 (0:00:00.020) 0:01:24.261 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Friday 05 January 2024 15:07:22 +0000 (0:00:00.023) 0:01:24.284 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Friday 05 January 2024 15:07:22 +0000 (0:00:00.021) 0:01:24.306 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Friday 05 January 2024 15:07:22 +0000 (0:00:00.020) 0:01:24.327 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Friday 05 January 2024 15:07:22 +0000 (0:00:00.022) 0:01:24.349 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Friday 05 January 2024 15:07:22 +0000 (0:00:00.024) 0:01:24.374 ******** skipping: [sut] => { "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 : Check if AD user exists] ********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Friday 05 January 2024 15:07:23 +0000 (0:00:00.025) 0:01:24.399 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Friday 05 January 2024 15:07:23 +0000 (0:00:00.035) 0:01:24.434 ******** skipping: [sut] => { "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 : Get SPNs for the principal] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Friday 05 January 2024 15:07:23 +0000 (0:00:00.064) 0:01:24.499 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Friday 05 January 2024 15:07:23 +0000 (0:00:00.025) 0:01:24.524 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Friday 05 January 2024 15:07:23 +0000 (0:00:00.022) 0:01:24.546 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Friday 05 January 2024 15:07:23 +0000 (0:00:00.020) 0:01:24.567 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Friday 05 January 2024 15:07:23 +0000 (0:00:00.027) 0:01:24.594 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Friday 05 January 2024 15:07:23 +0000 (0:00:00.021) 0:01:24.616 ******** skipping: [sut] => { "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 : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Friday 05 January 2024 15:07:23 +0000 (0:00:00.026) 0:01:24.642 ******** skipping: [sut] => { "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 : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Friday 05 January 2024 15:07:23 +0000 (0:00:00.042) 0:01:24.685 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Friday 05 January 2024 15:07:23 +0000 (0:00:00.023) 0:01:24.708 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Friday 05 January 2024 15:07:23 +0000 (0:00:00.023) 0:01:24.732 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Friday 05 January 2024 15:07:23 +0000 (0:00:00.033) 0:01:24.765 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Friday 05 January 2024 15:07:23 +0000 (0:00:00.022) 0:01:24.787 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Friday 05 January 2024 15:07:23 +0000 (0:00:00.031) 0:01:24.818 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Friday 05 January 2024 15:07:23 +0000 (0:00:00.021) 0:01:24.840 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Friday 05 January 2024 15:07:23 +0000 (0:00:00.027) 0:01:24.868 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Friday 05 January 2024 15:07:23 +0000 (0:00:00.022) 0:01:24.891 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Friday 05 January 2024 15:07:23 +0000 (0:00:00.032) 0:01:24.923 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Friday 05 January 2024 15:07:23 +0000 (0:00:00.021) 0:01:24.945 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Friday 05 January 2024 15:07:23 +0000 (0:00:00.021) 0:01:24.966 ******** skipping: [sut] => (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: [sut] => (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 : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Friday 05 January 2024 15:07:23 +0000 (0:00:00.064) 0:01:25.030 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Friday 05 January 2024 15:07:23 +0000 (0:00:00.022) 0:01:25.053 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Friday 05 January 2024 15:07:23 +0000 (0:00:00.021) 0:01:25.074 ******** skipping: [sut] => (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: [sut] => (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 : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Friday 05 January 2024 15:07:23 +0000 (0:00:00.027) 0:01:25.102 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Friday 05 January 2024 15:07:23 +0000 (0:00:00.033) 0:01:25.135 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Friday 05 January 2024 15:07:23 +0000 (0:00:00.023) 0:01:25.158 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Friday 05 January 2024 15:07:23 +0000 (0:00:00.021) 0:01:25.180 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Friday 05 January 2024 15:07:23 +0000 (0:00:00.021) 0:01:25.202 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Friday 05 January 2024 15:07:23 +0000 (0:00:00.020) 0:01:25.223 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Friday 05 January 2024 15:07:23 +0000 (0:00:00.021) 0:01:25.245 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Friday 05 January 2024 15:07:23 +0000 (0:00:00.021) 0:01:25.267 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Friday 05 January 2024 15:07:23 +0000 (0:00:00.021) 0:01:25.288 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Friday 05 January 2024 15:07:23 +0000 (0:00:00.028) 0:01:25.316 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Friday 05 January 2024 15:07:23 +0000 (0:00:00.020) 0:01:25.336 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Friday 05 January 2024 15:07:23 +0000 (0:00:00.020) 0:01:25.357 ******** skipping: [sut] => (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: [sut] => (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 : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Friday 05 January 2024 15:07:23 +0000 (0:00:00.026) 0:01:25.383 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Friday 05 January 2024 15:07:24 +0000 (0:00:00.019) 0:01:25.403 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Friday 05 January 2024 15:07:24 +0000 (0:00:00.019) 0:01:25.423 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Friday 05 January 2024 15:07:24 +0000 (0:00:00.019) 0:01:25.442 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Friday 05 January 2024 15:07:24 +0000 (0:00:00.053) 0:01:25.495 ******** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Friday 05 January 2024 15:07:24 +0000 (0:00:00.024) 0:01:25.519 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Friday 05 January 2024 15:07:24 +0000 (0:00:00.019) 0:01:25.539 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Friday 05 January 2024 15:07:24 +0000 (0:00:00.021) 0:01:25.560 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Friday 05 January 2024 15:07:24 +0000 (0:00:00.022) 0:01:25.583 ******** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Friday 05 January 2024 15:07:24 +0000 (0:00:00.157) 0:01:25.740 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:06:56 UTC", "ActiveEnterTimestampMonotonic": "1686596916", "ActiveExitTimestamp": "Fri 2024-01-05 15:07:16 UTC", "ActiveExitTimestampMonotonic": "1706152769", "ActiveState": "inactive", "After": "basic.target auditd.service system.slice systemd-journald.socket -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:06:56 UTC", "AssertTimestampMonotonic": "1686596231", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:06:56 UTC", "ConditionTimestampMonotonic": "1686596229", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2024-01-05 15:07:16 UTC", "ExecMainExitTimestampMonotonic": "1706800345", "ExecMainPID": "19953", "ExecMainStartTimestamp": "Fri 2024-01-05 15:06:56 UTC", "ExecMainStartTimestampMonotonic": "1686596852", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:06:56 UTC] ; stop_time=[Fri 2024-01-05 15:07:16 UTC] ; pid=19953 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:07:16 UTC", "InactiveEnterTimestampMonotonic": "1706800445", "InactiveExitTimestamp": "Fri 2024-01-05 15:06:56 UTC", "InactiveExitTimestampMonotonic": "1686596916", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Friday 05 January 2024 15:07:24 +0000 (0:00:00.220) 0:01:25.961 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Friday 05 January 2024 15:07:24 +0000 (0:00:00.022) 0:01:25.983 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:23 Friday 05 January 2024 15:07:24 +0000 (0:00:00.021) 0:01:26.004 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:8 Friday 05 January 2024 15:07:24 +0000 (0:00:00.116) 0:01:26.120 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:23 Friday 05 January 2024 15:07:24 +0000 (0:00:00.033) 0:01:26.154 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:35 Friday 05 January 2024 15:07:24 +0000 (0:00:00.025) 0:01:26.179 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:39 Friday 05 January 2024 15:07:24 +0000 (0:00:00.022) 0:01:26.201 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:55 Friday 05 January 2024 15:07:24 +0000 (0:00:00.096) 0:01:26.298 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:60 Friday 05 January 2024 15:07:24 +0000 (0:00:00.035) 0:01:26.334 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:70 Friday 05 January 2024 15:07:24 +0000 (0:00:00.030) 0:01:26.364 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:75 Friday 05 January 2024 15:07:24 +0000 (0:00:00.025) 0:01:26.389 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:85 Friday 05 January 2024 15:07:25 +0000 (0:00:00.026) 0:01:26.416 ******** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Friday 05 January 2024 15:07:25 +0000 (0:00:00.049) 0:01:26.466 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:07:24 UTC", "ActiveEnterTimestampMonotonic": "1714614382", "ActiveExitTimestamp": "Fri 2024-01-05 15:07:16 UTC", "ActiveExitTimestampMonotonic": "1706152769", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:07:24 UTC", "AssertTimestampMonotonic": "1714613749", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:07:24 UTC", "ConditionTimestampMonotonic": "1714613747", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "20916", "ExecMainStartTimestamp": "Fri 2024-01-05 15:07:24 UTC", "ExecMainStartTimestampMonotonic": "1714614329", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:07:24 UTC] ; stop_time=[n/a] ; pid=20916 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:07:16 UTC", "InactiveEnterTimestampMonotonic": "1706800445", "InactiveExitTimestamp": "Fri 2024-01-05 15:07:24 UTC", "InactiveExitTimestampMonotonic": "1714614382", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "20916", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 15:07:24 UTC", "WatchdogTimestampMonotonic": "1714614360", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Friday 05 January 2024 15:07:25 +0000 (0:00:00.230) 0:01:26.696 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003379", "end": "2024-01-05 15:07:25.423894", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:07:25.420515" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Friday 05 January 2024 15:07:25 +0000 (0:00:00.142) 0:01:26.838 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003704", "end": "2024-01-05 15:07:25.561929", "failed_when_result": false, "rc": 1, "start": "2024-01-05 15:07:25.558225" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Friday 05 January 2024 15:07:25 +0000 (0:00:00.140) 0:01:26.979 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:93 Friday 05 January 2024 15:07:25 +0000 (0:00:00.041) 0:01:27.020 ******** ok: [sut] => { "changed": false, "elapsed": 3, "gid": 994, "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": 7702, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:99 Friday 05 January 2024 15:07:28 +0000 (0:00:03.199) 0:01:30.220 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "localhost,1433", "-U", "sa", "-P", "p@55w0rD11", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.041300", "end": "2024-01-05 15:07:28.980159", "rc": 0, "start": "2024-01-05 15:07:28.938859" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Dec 4 2023 14:44:16 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:113 Friday 05 January 2024 15:07:29 +0000 (0:00:00.180) 0:01:30.401 ******** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:117 Friday 05 January 2024 15:07:29 +0000 (0:00:00.030) 0:01:30.431 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:124 Friday 05 January 2024 15:07:29 +0000 (0:00:00.022) 0:01:30.454 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:135 Friday 05 January 2024 15:07:29 +0000 (0:00:00.021) 0:01:30.475 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:140 Friday 05 January 2024 15:07:29 +0000 (0:00:00.019) 0:01:30.495 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:145 Friday 05 January 2024 15:07:29 +0000 (0:00:00.021) 0:01:30.517 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:151 Friday 05 January 2024 15:07:29 +0000 (0:00:00.021) 0:01:30.538 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:157 Friday 05 January 2024 15:07:29 +0000 (0:00:00.022) 0:01:30.561 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:167 Friday 05 January 2024 15:07:29 +0000 (0:00:00.027) 0:01:30.588 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:178 Friday 05 January 2024 15:07:29 +0000 (0:00:00.025) 0:01:30.613 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:190 Friday 05 January 2024 15:07:29 +0000 (0:00:00.033) 0:01:30.646 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:198 Friday 05 January 2024 15:07:29 +0000 (0:00:00.019) 0:01:30.666 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:208 Friday 05 January 2024 15:07:29 +0000 (0:00:00.059) 0:01:30.725 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:213 Friday 05 January 2024 15:07:29 +0000 (0:00:00.024) 0:01:30.750 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:221 Friday 05 January 2024 15:07:29 +0000 (0:00:00.022) 0:01:30.772 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the IP address setting.] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:28 Friday 05 January 2024 15:07:29 +0000 (0:00:00.023) 0:01:30.796 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Friday 05 January 2024 15:07:29 +0000 (0:00:00.313) 0:01:31.109 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Friday 05 January 2024 15:07:29 +0000 (0:00:00.032) 0:01:31.141 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Friday 05 January 2024 15:07:29 +0000 (0:00:00.033) 0:01:31.175 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Friday 05 January 2024 15:07:29 +0000 (0:00:00.035) 0:01:31.211 ******** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Friday 05 January 2024 15:07:29 +0000 (0:00:00.069) 0:01:31.281 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Friday 05 January 2024 15:07:29 +0000 (0:00:00.023) 0:01:31.304 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Friday 05 January 2024 15:07:29 +0000 (0:00:00.020) 0:01:31.325 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Friday 05 January 2024 15:07:29 +0000 (0:00:00.021) 0:01:31.347 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Friday 05 January 2024 15:07:29 +0000 (0:00:00.020) 0:01:31.368 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Friday 05 January 2024 15:07:29 +0000 (0:00:00.021) 0:01:31.389 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Friday 05 January 2024 15:07:30 +0000 (0:00:00.021) 0:01:31.410 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Friday 05 January 2024 15:07:30 +0000 (0:00:00.020) 0:01:31.431 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Friday 05 January 2024 15:07:30 +0000 (0:00:00.021) 0:01:31.453 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Friday 05 January 2024 15:07:30 +0000 (0:00:00.028) 0:01:31.481 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Friday 05 January 2024 15:07:30 +0000 (0:00:00.030) 0:01:31.511 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Friday 05 January 2024 15:07:30 +0000 (0:00:00.027) 0:01:31.539 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Friday 05 January 2024 15:07:30 +0000 (0:00:00.022) 0:01:31.561 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Friday 05 January 2024 15:07:30 +0000 (0:00:00.023) 0:01:31.584 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Friday 05 January 2024 15:07:30 +0000 (0:00:00.021) 0:01:31.606 ******** ok: [sut] => { "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 : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Friday 05 January 2024 15:07:31 +0000 (0:00:00.987) 0:01:32.593 ******** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Friday 05 January 2024 15:07:31 +0000 (0:00:00.077) 0:01:32.671 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Friday 05 January 2024 15:07:31 +0000 (0:00:00.025) 0:01:32.696 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Friday 05 January 2024 15:07:31 +0000 (0:00:00.024) 0:01:32.721 ******** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Friday 05 January 2024 15:07:31 +0000 (0:00:00.046) 0:01:32.767 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Friday 05 January 2024 15:07:31 +0000 (0:00:00.302) 0:01:33.070 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Friday 05 January 2024 15:07:31 +0000 (0:00:00.020) 0:01:33.090 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Friday 05 January 2024 15:07:31 +0000 (0:00:00.020) 0:01:33.111 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Friday 05 January 2024 15:07:31 +0000 (0:00:00.021) 0:01:33.132 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Friday 05 January 2024 15:07:31 +0000 (0:00:00.023) 0:01:33.155 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Friday 05 January 2024 15:07:31 +0000 (0:00:00.021) 0:01:33.177 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Friday 05 January 2024 15:07:31 +0000 (0:00:00.021) 0:01:33.199 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Friday 05 January 2024 15:07:31 +0000 (0:00:00.020) 0:01:33.219 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Friday 05 January 2024 15:07:31 +0000 (0:00:00.023) 0:01:33.243 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Friday 05 January 2024 15:07:31 +0000 (0:00:00.021) 0:01:33.264 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.x86_64 providing mssql-server is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Friday 05 January 2024 15:07:32 +0000 (0:00:00.329) 0:01:33.594 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Friday 05 January 2024 15:07:32 +0000 (0:00:00.020) 0:01:33.614 ******** ok: [sut] => { "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.004870", "end": "2024-01-05 15:07:32.333320", "rc": 0, "start": "2024-01-05 15:07:32.328450" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Friday 05 January 2024 15:07:32 +0000 (0:00:00.133) 0:01:33.747 ******** ok: [sut] => { "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 : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Friday 05 January 2024 15:07:33 +0000 (0:00:00.661) 0:01:34.408 ******** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Friday 05 January 2024 15:07:33 +0000 (0:00:00.029) 0:01:34.438 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Friday 05 January 2024 15:07:33 +0000 (0:00:00.027) 0:01:34.466 ******** skipping: [sut] => { "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 : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Friday 05 January 2024 15:07:33 +0000 (0:00:00.026) 0:01:34.493 ******** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Friday 05 January 2024 15:07:33 +0000 (0:00:00.031) 0:01:34.524 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Friday 05 January 2024 15:07:33 +0000 (0:00:00.021) 0:01:34.545 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Friday 05 January 2024 15:07:33 +0000 (0:00:00.358) 0:01:34.903 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 14:39:05 UTC", "ActiveEnterTimestampMonotonic": "15127657", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service systemd-sysctl.service system.slice systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 14:39:03 UTC", "AssertTimestampMonotonic": "13660099", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ConditionTimestampMonotonic": "13660097", "Conflicts": "shutdown.target cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "878", "ExecMainStartTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ExecMainStartTimestampMonotonic": "13660700", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 14:39:03 UTC", "InactiveExitTimestampMonotonic": "13660738", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "878", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice dbus.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 14:39:05 UTC", "WatchdogTimestampMonotonic": "15127600", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Friday 05 January 2024 15:07:33 +0000 (0:00:00.199) 0:01:35.103 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.090337", "end": "2024-01-05 15:07:33.906011", "rc": 0, "start": "2024-01-05 15:07:33.815674" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Friday 05 January 2024 15:07:33 +0000 (0:00:00.217) 0:01:35.321 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Friday 05 January 2024 15:07:33 +0000 (0:00:00.021) 0:01:35.343 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Friday 05 January 2024 15:07:33 +0000 (0:00:00.022) 0:01:35.366 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Friday 05 January 2024 15:07:33 +0000 (0:00:00.021) 0:01:35.388 ******** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Friday 05 January 2024 15:07:34 +0000 (0:00:00.139) 0:01:35.527 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Friday 05 January 2024 15:07:34 +0000 (0:00:00.334) 0:01:35.862 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Friday 05 January 2024 15:07:34 +0000 (0:00:00.023) 0:01:35.885 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Friday 05 January 2024 15:07:34 +0000 (0:00:00.022) 0:01:35.907 ******** skipping: [sut] => { "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 : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Friday 05 January 2024 15:07:34 +0000 (0:00:00.022) 0:01:35.930 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Friday 05 January 2024 15:07:34 +0000 (0:00:00.022) 0:01:35.952 ******** skipping: [sut] => { "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 : Change the password of sa user] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Friday 05 January 2024 15:07:34 +0000 (0:00:00.021) 0:01:35.974 ******** skipping: [sut] => { "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 : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Friday 05 January 2024 15:07:34 +0000 (0:00:00.023) 0:01:35.998 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Friday 05 January 2024 15:07:34 +0000 (0:00:00.020) 0:01:36.018 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Friday 05 January 2024 15:07:34 +0000 (0:00:00.020) 0:01:36.039 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Friday 05 January 2024 15:07:34 +0000 (0:00:00.021) 0:01:36.061 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Friday 05 January 2024 15:07:34 +0000 (0:00:00.022) 0:01:36.083 ******** skipping: [sut] => { "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 : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Friday 05 January 2024 15:07:34 +0000 (0:00:00.074) 0:01:36.157 ******** skipping: [sut] => { "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 : Configure the IP address setting] ************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Friday 05 January 2024 15:07:34 +0000 (0:00:00.026) 0:01:36.184 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network ipaddress] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Friday 05 January 2024 15:07:34 +0000 (0:00:00.045) 0:01:36.230 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002836", "end": "2024-01-05 15:07:34.951237", "failed_when_result": false, "rc": 1, "start": "2024-01-05 15:07:34.948401" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Friday 05 January 2024 15:07:34 +0000 (0:00:00.137) 0:01:36.368 ******** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.123108", "end": "2024-01-05 15:07:35.210358", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:07:35.087250" } 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 setting network ipaddress] ********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Friday 05 January 2024 15:07:35 +0000 (0:00:00.261) 0:01:36.629 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Friday 05 January 2024 15:07:35 +0000 (0:00:00.021) 0:01:36.650 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Friday 05 January 2024 15:07:35 +0000 (0:00:00.022) 0:01:36.672 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Friday 05 January 2024 15:07:35 +0000 (0:00:00.021) 0:01:36.694 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Friday 05 January 2024 15:07:35 +0000 (0:00:00.035) 0:01:36.730 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002978", "end": "2024-01-05 15:07:35.447583", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:07:35.444605" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Friday 05 January 2024 15:07:35 +0000 (0:00:00.132) 0:01:36.863 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Friday 05 January 2024 15:07:35 +0000 (0:00:00.026) 0:01:36.889 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Friday 05 January 2024 15:07:35 +0000 (0:00:00.021) 0:01:36.911 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Friday 05 January 2024 15:07:35 +0000 (0:00:00.023) 0:01:36.934 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Friday 05 January 2024 15:07:35 +0000 (0:00:00.022) 0:01:36.956 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Friday 05 January 2024 15:07:35 +0000 (0:00:00.021) 0:01:36.977 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Friday 05 January 2024 15:07:35 +0000 (0:00:00.073) 0:01:37.050 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Friday 05 January 2024 15:07:35 +0000 (0:00:00.020) 0:01:37.071 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Friday 05 January 2024 15:07:35 +0000 (0:00:00.020) 0:01:37.091 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Friday 05 January 2024 15:07:35 +0000 (0:00:00.018) 0:01:37.110 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Friday 05 January 2024 15:07:35 +0000 (0:00:00.019) 0:01:37.129 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Friday 05 January 2024 15:07:35 +0000 (0:00:00.019) 0:01:37.148 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Friday 05 January 2024 15:07:35 +0000 (0:00:00.018) 0:01:37.167 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Friday 05 January 2024 15:07:35 +0000 (0:00:00.019) 0:01:37.187 ******** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Friday 05 January 2024 15:07:35 +0000 (0:00:00.022) 0:01:37.209 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Friday 05 January 2024 15:07:35 +0000 (0:00:00.019) 0:01:37.228 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Friday 05 January 2024 15:07:35 +0000 (0:00:00.020) 0:01:37.249 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Friday 05 January 2024 15:07:35 +0000 (0:00:00.018) 0:01:37.267 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Friday 05 January 2024 15:07:35 +0000 (0:00:00.019) 0:01:37.286 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Friday 05 January 2024 15:07:35 +0000 (0:00:00.019) 0:01:37.306 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Friday 05 January 2024 15:07:35 +0000 (0:00:00.019) 0:01:37.325 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Friday 05 January 2024 15:07:35 +0000 (0:00:00.018) 0:01:37.343 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Friday 05 January 2024 15:07:35 +0000 (0:00:00.020) 0:01:37.364 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Friday 05 January 2024 15:07:35 +0000 (0:00:00.020) 0:01:37.385 ******** skipping: [sut] => { "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 : Check if AD user exists] ********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Friday 05 January 2024 15:07:36 +0000 (0:00:00.019) 0:01:37.404 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Friday 05 January 2024 15:07:36 +0000 (0:00:00.068) 0:01:37.473 ******** skipping: [sut] => { "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 : Get SPNs for the principal] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Friday 05 January 2024 15:07:36 +0000 (0:00:00.022) 0:01:37.495 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Friday 05 January 2024 15:07:36 +0000 (0:00:00.020) 0:01:37.516 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Friday 05 January 2024 15:07:36 +0000 (0:00:00.018) 0:01:37.535 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Friday 05 January 2024 15:07:36 +0000 (0:00:00.019) 0:01:37.554 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Friday 05 January 2024 15:07:36 +0000 (0:00:00.019) 0:01:37.573 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Friday 05 January 2024 15:07:36 +0000 (0:00:00.018) 0:01:37.592 ******** skipping: [sut] => { "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 : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Friday 05 January 2024 15:07:36 +0000 (0:00:00.019) 0:01:37.611 ******** skipping: [sut] => { "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 : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Friday 05 January 2024 15:07:36 +0000 (0:00:00.018) 0:01:37.630 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Friday 05 January 2024 15:07:36 +0000 (0:00:00.019) 0:01:37.649 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Friday 05 January 2024 15:07:36 +0000 (0:00:00.019) 0:01:37.669 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Friday 05 January 2024 15:07:36 +0000 (0:00:00.020) 0:01:37.690 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Friday 05 January 2024 15:07:36 +0000 (0:00:00.021) 0:01:37.711 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Friday 05 January 2024 15:07:36 +0000 (0:00:00.020) 0:01:37.731 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Friday 05 January 2024 15:07:36 +0000 (0:00:00.021) 0:01:37.753 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Friday 05 January 2024 15:07:36 +0000 (0:00:00.021) 0:01:37.775 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Friday 05 January 2024 15:07:36 +0000 (0:00:00.020) 0:01:37.795 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Friday 05 January 2024 15:07:36 +0000 (0:00:00.020) 0:01:37.815 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Friday 05 January 2024 15:07:36 +0000 (0:00:00.018) 0:01:37.834 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Friday 05 January 2024 15:07:36 +0000 (0:00:00.062) 0:01:37.897 ******** skipping: [sut] => (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: [sut] => (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 : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Friday 05 January 2024 15:07:36 +0000 (0:00:00.025) 0:01:37.923 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Friday 05 January 2024 15:07:36 +0000 (0:00:00.019) 0:01:37.942 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Friday 05 January 2024 15:07:36 +0000 (0:00:00.018) 0:01:37.961 ******** skipping: [sut] => (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: [sut] => (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 : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Friday 05 January 2024 15:07:36 +0000 (0:00:00.027) 0:01:37.988 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Friday 05 January 2024 15:07:36 +0000 (0:00:00.019) 0:01:38.008 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Friday 05 January 2024 15:07:36 +0000 (0:00:00.019) 0:01:38.028 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Friday 05 January 2024 15:07:36 +0000 (0:00:00.019) 0:01:38.047 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Friday 05 January 2024 15:07:36 +0000 (0:00:00.018) 0:01:38.066 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Friday 05 January 2024 15:07:36 +0000 (0:00:00.019) 0:01:38.085 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Friday 05 January 2024 15:07:36 +0000 (0:00:00.019) 0:01:38.105 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Friday 05 January 2024 15:07:36 +0000 (0:00:00.019) 0:01:38.124 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Friday 05 January 2024 15:07:36 +0000 (0:00:00.019) 0:01:38.143 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Friday 05 January 2024 15:07:36 +0000 (0:00:00.018) 0:01:38.162 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Friday 05 January 2024 15:07:36 +0000 (0:00:00.019) 0:01:38.181 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Friday 05 January 2024 15:07:36 +0000 (0:00:00.018) 0:01:38.200 ******** skipping: [sut] => (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: [sut] => (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 : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Friday 05 January 2024 15:07:36 +0000 (0:00:00.034) 0:01:38.235 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Friday 05 January 2024 15:07:36 +0000 (0:00:00.022) 0:01:38.257 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Friday 05 January 2024 15:07:36 +0000 (0:00:00.020) 0:01:38.277 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Friday 05 January 2024 15:07:36 +0000 (0:00:00.062) 0:01:38.339 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Friday 05 January 2024 15:07:36 +0000 (0:00:00.021) 0:01:38.361 ******** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Friday 05 January 2024 15:07:36 +0000 (0:00:00.023) 0:01:38.385 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Friday 05 January 2024 15:07:37 +0000 (0:00:00.019) 0:01:38.404 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Friday 05 January 2024 15:07:37 +0000 (0:00:00.019) 0:01:38.424 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Friday 05 January 2024 15:07:37 +0000 (0:00:00.020) 0:01:38.444 ******** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Friday 05 January 2024 15:07:37 +0000 (0:00:00.155) 0:01:38.600 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:07:24 UTC", "ActiveEnterTimestampMonotonic": "1714614382", "ActiveExitTimestamp": "Fri 2024-01-05 15:07:16 UTC", "ActiveExitTimestampMonotonic": "1706152769", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:07:24 UTC", "AssertTimestampMonotonic": "1714613749", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:07:24 UTC", "ConditionTimestampMonotonic": "1714613747", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "20916", "ExecMainStartTimestamp": "Fri 2024-01-05 15:07:24 UTC", "ExecMainStartTimestampMonotonic": "1714614329", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:07:24 UTC] ; stop_time=[n/a] ; pid=20916 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:07:16 UTC", "InactiveEnterTimestampMonotonic": "1706800445", "InactiveExitTimestamp": "Fri 2024-01-05 15:07:24 UTC", "InactiveExitTimestampMonotonic": "1714614382", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "20916", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 15:07:24 UTC", "WatchdogTimestampMonotonic": "1714614360", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Friday 05 January 2024 15:07:38 +0000 (0:00:01.261) 0:01:39.861 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Friday 05 January 2024 15:07:38 +0000 (0:00:00.021) 0:01:39.883 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the password with a custom IP address. Should report Changed.] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:34 Friday 05 January 2024 15:07:38 +0000 (0:00:00.023) 0:01:39.906 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Friday 05 January 2024 15:07:38 +0000 (0:00:00.446) 0:01:40.353 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Friday 05 January 2024 15:07:39 +0000 (0:00:00.061) 0:01:40.415 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Friday 05 January 2024 15:07:39 +0000 (0:00:00.030) 0:01:40.446 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Friday 05 January 2024 15:07:39 +0000 (0:00:00.036) 0:01:40.482 ******** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Friday 05 January 2024 15:07:39 +0000 (0:00:00.027) 0:01:40.510 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Friday 05 January 2024 15:07:39 +0000 (0:00:00.020) 0:01:40.530 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Friday 05 January 2024 15:07:39 +0000 (0:00:00.021) 0:01:40.552 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Friday 05 January 2024 15:07:39 +0000 (0:00:00.035) 0:01:40.587 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Friday 05 January 2024 15:07:39 +0000 (0:00:00.123) 0:01:40.710 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Friday 05 January 2024 15:07:39 +0000 (0:00:00.028) 0:01:40.739 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Friday 05 January 2024 15:07:39 +0000 (0:00:00.022) 0:01:40.762 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Friday 05 January 2024 15:07:39 +0000 (0:00:00.026) 0:01:40.788 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Friday 05 January 2024 15:07:39 +0000 (0:00:00.022) 0:01:40.811 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Friday 05 January 2024 15:07:39 +0000 (0:00:00.027) 0:01:40.838 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Friday 05 January 2024 15:07:39 +0000 (0:00:00.023) 0:01:40.862 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Friday 05 January 2024 15:07:39 +0000 (0:00:00.021) 0:01:40.884 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Friday 05 January 2024 15:07:39 +0000 (0:00:00.023) 0:01:40.907 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Friday 05 January 2024 15:07:39 +0000 (0:00:00.024) 0:01:40.931 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Friday 05 January 2024 15:07:39 +0000 (0:00:00.046) 0:01:40.977 ******** ok: [sut] => { "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 : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Friday 05 January 2024 15:07:40 +0000 (0:00:01.138) 0:01:42.116 ******** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Friday 05 January 2024 15:07:40 +0000 (0:00:00.179) 0:01:42.296 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Friday 05 January 2024 15:07:40 +0000 (0:00:00.024) 0:01:42.321 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Friday 05 January 2024 15:07:40 +0000 (0:00:00.027) 0:01:42.348 ******** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Friday 05 January 2024 15:07:40 +0000 (0:00:00.039) 0:01:42.388 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Friday 05 January 2024 15:07:41 +0000 (0:00:00.476) 0:01:42.865 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Friday 05 January 2024 15:07:41 +0000 (0:00:00.031) 0:01:42.897 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Friday 05 January 2024 15:07:41 +0000 (0:00:00.026) 0:01:42.924 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Friday 05 January 2024 15:07:41 +0000 (0:00:00.023) 0:01:42.947 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Friday 05 January 2024 15:07:41 +0000 (0:00:00.029) 0:01:42.976 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Friday 05 January 2024 15:07:41 +0000 (0:00:00.026) 0:01:43.003 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Friday 05 January 2024 15:07:41 +0000 (0:00:00.042) 0:01:43.045 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Friday 05 January 2024 15:07:41 +0000 (0:00:00.023) 0:01:43.069 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Friday 05 January 2024 15:07:41 +0000 (0:00:00.023) 0:01:43.093 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Friday 05 January 2024 15:07:41 +0000 (0:00:00.022) 0:01:43.115 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.x86_64 providing mssql-server is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Friday 05 January 2024 15:07:42 +0000 (0:00:00.432) 0:01:43.548 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Friday 05 January 2024 15:07:42 +0000 (0:00:00.085) 0:01:43.634 ******** ok: [sut] => { "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.005817", "end": "2024-01-05 15:07:42.370225", "rc": 0, "start": "2024-01-05 15:07:42.364408" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Friday 05 January 2024 15:07:42 +0000 (0:00:00.152) 0:01:43.786 ******** ok: [sut] => { "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 : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Friday 05 January 2024 15:07:43 +0000 (0:00:00.668) 0:01:44.454 ******** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Friday 05 January 2024 15:07:43 +0000 (0:00:00.028) 0:01:44.482 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Friday 05 January 2024 15:07:43 +0000 (0:00:00.021) 0:01:44.504 ******** skipping: [sut] => { "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 : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Friday 05 January 2024 15:07:43 +0000 (0:00:00.023) 0:01:44.527 ******** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Friday 05 January 2024 15:07:43 +0000 (0:00:00.032) 0:01:44.560 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Friday 05 January 2024 15:07:43 +0000 (0:00:00.021) 0:01:44.582 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Friday 05 January 2024 15:07:43 +0000 (0:00:00.331) 0:01:44.914 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 14:39:05 UTC", "ActiveEnterTimestampMonotonic": "15127657", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service systemd-sysctl.service system.slice systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 14:39:03 UTC", "AssertTimestampMonotonic": "13660099", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ConditionTimestampMonotonic": "13660097", "Conflicts": "shutdown.target cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "878", "ExecMainStartTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ExecMainStartTimestampMonotonic": "13660700", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 14:39:03 UTC", "InactiveExitTimestampMonotonic": "13660738", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "878", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice dbus.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 14:39:05 UTC", "WatchdogTimestampMonotonic": "15127600", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Friday 05 January 2024 15:07:43 +0000 (0:00:00.220) 0:01:45.134 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.086984", "end": "2024-01-05 15:07:43.939258", "rc": 0, "start": "2024-01-05 15:07:43.852274" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Friday 05 January 2024 15:07:43 +0000 (0:00:00.222) 0:01:45.357 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Friday 05 January 2024 15:07:43 +0000 (0:00:00.030) 0:01:45.387 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Friday 05 January 2024 15:07:44 +0000 (0:00:00.021) 0:01:45.408 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Friday 05 January 2024 15:07:44 +0000 (0:00:00.094) 0:01:45.503 ******** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Friday 05 January 2024 15:07:44 +0000 (0:00:00.146) 0:01:45.650 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Friday 05 January 2024 15:07:44 +0000 (0:00:00.356) 0:01:46.007 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Friday 05 January 2024 15:07:44 +0000 (0:00:00.042) 0:01:46.050 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:07:38 UTC", "ActiveEnterTimestampMonotonic": "1728515117", "ActiveExitTimestamp": "Fri 2024-01-05 15:07:37 UTC", "ActiveExitTimestampMonotonic": "1727478068", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:07:38 UTC", "AssertTimestampMonotonic": "1728514447", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:07:38 UTC", "ConditionTimestampMonotonic": "1728514446", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "21450", "ExecMainStartTimestamp": "Fri 2024-01-05 15:07:38 UTC", "ExecMainStartTimestampMonotonic": "1728515012", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:07:38 UTC] ; stop_time=[n/a] ; pid=21450 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:07:38 UTC", "InactiveEnterTimestampMonotonic": "1728513995", "InactiveExitTimestamp": "Fri 2024-01-05 15:07:38 UTC", "InactiveExitTimestampMonotonic": "1728515117", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "21450", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 15:07:38 UTC", "WatchdogTimestampMonotonic": "1728515082", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Friday 05 January 2024 15:07:44 +0000 (0:00:00.287) 0:01:46.337 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002967", "end": "2024-01-05 15:07:45.074384", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:07:45.071417" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Friday 05 January 2024 15:07:45 +0000 (0:00:00.162) 0:01:46.500 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003147", "end": "2024-01-05 15:07:45.256928", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:07:45.253781" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Friday 05 January 2024 15:07:45 +0000 (0:00:00.171) 0:01:46.672 ******** ok: [sut] => { "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 : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Friday 05 January 2024 15:07:45 +0000 (0:00:00.033) 0:01:46.705 ******** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "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": 6828, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Friday 05 January 2024 15:07:46 +0000 (0:00:01.178) 0:01:47.883 ******** fatal: [sut]: FAILED! => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ...ignoring TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Friday 05 January 2024 15:07:46 +0000 (0:00:00.176) 0:01:48.059 ******** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:07:38 UTC", "ActiveEnterTimestampMonotonic": "1728515117", "ActiveExitTimestamp": "Fri 2024-01-05 15:07:37 UTC", "ActiveExitTimestampMonotonic": "1727478068", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:07:38 UTC", "AssertTimestampMonotonic": "1728514447", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:07:38 UTC", "ConditionTimestampMonotonic": "1728514446", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "21450", "ExecMainStartTimestamp": "Fri 2024-01-05 15:07:38 UTC", "ExecMainStartTimestampMonotonic": "1728515012", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:07:38 UTC] ; stop_time=[n/a] ; pid=21450 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:07:38 UTC", "InactiveEnterTimestampMonotonic": "1728513995", "InactiveExitTimestamp": "Fri 2024-01-05 15:07:38 UTC", "InactiveExitTimestampMonotonic": "1728515117", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "21450", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 15:07:38 UTC", "WatchdogTimestampMonotonic": "1728515082", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Friday 05 January 2024 15:07:52 +0000 (0:00:06.033) 0:01:54.093 ******** ok: [sut] => { "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 : Change the password of sa user] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Friday 05 January 2024 15:07:53 +0000 (0:00:00.956) 0:01:55.049 ******** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Friday 05 January 2024 15:07:57 +0000 (0:00:04.199) 0:01:59.248 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Friday 05 January 2024 15:07:57 +0000 (0:00:00.022) 0:01:59.271 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Friday 05 January 2024 15:07:57 +0000 (0:00:00.022) 0:01:59.293 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Friday 05 January 2024 15:07:57 +0000 (0:00:00.039) 0:01:59.333 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Friday 05 January 2024 15:07:57 +0000 (0:00:00.038) 0:01:59.372 ******** skipping: [sut] => { "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 : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Friday 05 January 2024 15:07:58 +0000 (0:00:00.030) 0:01:59.403 ******** skipping: [sut] => { "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 : Configure the IP address setting] ************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Friday 05 January 2024 15:07:58 +0000 (0:00:00.052) 0:01:59.456 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Friday 05 January 2024 15:07:58 +0000 (0:00:00.071) 0:01:59.527 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Friday 05 January 2024 15:07:58 +0000 (0:00:00.026) 0:01:59.554 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Friday 05 January 2024 15:07:58 +0000 (0:00:00.097) 0:01:59.652 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Friday 05 January 2024 15:07:58 +0000 (0:00:00.047) 0:01:59.700 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002998", "end": "2024-01-05 15:07:58.456937", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:07:58.453939" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Friday 05 January 2024 15:07:58 +0000 (0:00:00.194) 0:01:59.894 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Friday 05 January 2024 15:07:58 +0000 (0:00:00.070) 0:01:59.964 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Friday 05 January 2024 15:07:58 +0000 (0:00:00.053) 0:02:00.018 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Friday 05 January 2024 15:07:58 +0000 (0:00:00.027) 0:02:00.045 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Friday 05 January 2024 15:07:58 +0000 (0:00:00.035) 0:02:00.081 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Friday 05 January 2024 15:07:58 +0000 (0:00:00.054) 0:02:00.136 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Friday 05 January 2024 15:07:58 +0000 (0:00:00.051) 0:02:00.187 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Friday 05 January 2024 15:07:58 +0000 (0:00:00.036) 0:02:00.224 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Friday 05 January 2024 15:07:58 +0000 (0:00:00.032) 0:02:00.256 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Friday 05 January 2024 15:07:58 +0000 (0:00:00.023) 0:02:00.280 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Friday 05 January 2024 15:07:58 +0000 (0:00:00.030) 0:02:00.311 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Friday 05 January 2024 15:07:58 +0000 (0:00:00.040) 0:02:00.351 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Friday 05 January 2024 15:07:58 +0000 (0:00:00.035) 0:02:00.387 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Friday 05 January 2024 15:07:59 +0000 (0:00:00.033) 0:02:00.421 ******** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Friday 05 January 2024 15:07:59 +0000 (0:00:00.028) 0:02:00.449 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Friday 05 January 2024 15:07:59 +0000 (0:00:00.030) 0:02:00.479 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Friday 05 January 2024 15:07:59 +0000 (0:00:00.212) 0:02:00.692 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Friday 05 January 2024 15:07:59 +0000 (0:00:00.032) 0:02:00.725 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Friday 05 January 2024 15:07:59 +0000 (0:00:00.028) 0:02:00.753 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Friday 05 January 2024 15:07:59 +0000 (0:00:00.030) 0:02:00.783 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Friday 05 January 2024 15:07:59 +0000 (0:00:00.042) 0:02:00.826 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Friday 05 January 2024 15:07:59 +0000 (0:00:00.036) 0:02:00.862 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Friday 05 January 2024 15:07:59 +0000 (0:00:00.024) 0:02:00.887 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Friday 05 January 2024 15:07:59 +0000 (0:00:00.026) 0:02:00.913 ******** skipping: [sut] => { "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 : Check if AD user exists] ********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Friday 05 January 2024 15:07:59 +0000 (0:00:00.033) 0:02:00.947 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Friday 05 January 2024 15:07:59 +0000 (0:00:00.024) 0:02:00.971 ******** skipping: [sut] => { "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 : Get SPNs for the principal] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Friday 05 January 2024 15:07:59 +0000 (0:00:00.066) 0:02:01.038 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Friday 05 January 2024 15:07:59 +0000 (0:00:00.048) 0:02:01.086 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Friday 05 January 2024 15:07:59 +0000 (0:00:00.027) 0:02:01.114 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Friday 05 January 2024 15:07:59 +0000 (0:00:00.022) 0:02:01.136 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Friday 05 January 2024 15:07:59 +0000 (0:00:00.039) 0:02:01.175 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Friday 05 January 2024 15:07:59 +0000 (0:00:00.023) 0:02:01.199 ******** skipping: [sut] => { "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 : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Friday 05 January 2024 15:07:59 +0000 (0:00:00.028) 0:02:01.227 ******** skipping: [sut] => { "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 : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Friday 05 January 2024 15:07:59 +0000 (0:00:00.068) 0:02:01.295 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Friday 05 January 2024 15:08:00 +0000 (0:00:00.112) 0:02:01.408 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Friday 05 January 2024 15:08:00 +0000 (0:00:00.037) 0:02:01.446 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Friday 05 January 2024 15:08:00 +0000 (0:00:00.023) 0:02:01.470 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Friday 05 January 2024 15:08:00 +0000 (0:00:00.042) 0:02:01.512 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Friday 05 January 2024 15:08:00 +0000 (0:00:00.027) 0:02:01.540 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Friday 05 January 2024 15:08:00 +0000 (0:00:00.035) 0:02:01.575 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Friday 05 January 2024 15:08:00 +0000 (0:00:00.027) 0:02:01.603 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Friday 05 January 2024 15:08:00 +0000 (0:00:00.030) 0:02:01.633 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Friday 05 January 2024 15:08:00 +0000 (0:00:00.054) 0:02:01.688 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Friday 05 January 2024 15:08:00 +0000 (0:00:00.029) 0:02:01.717 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Friday 05 January 2024 15:08:00 +0000 (0:00:00.025) 0:02:01.743 ******** skipping: [sut] => (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: [sut] => (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 : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Friday 05 January 2024 15:08:00 +0000 (0:00:00.052) 0:02:01.796 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Friday 05 January 2024 15:08:00 +0000 (0:00:00.067) 0:02:01.864 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Friday 05 January 2024 15:08:00 +0000 (0:00:00.036) 0:02:01.901 ******** skipping: [sut] => (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: [sut] => (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 : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Friday 05 January 2024 15:08:00 +0000 (0:00:00.052) 0:02:01.953 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Friday 05 January 2024 15:08:00 +0000 (0:00:00.054) 0:02:02.008 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Friday 05 January 2024 15:08:00 +0000 (0:00:00.116) 0:02:02.124 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Friday 05 January 2024 15:08:00 +0000 (0:00:00.075) 0:02:02.200 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Friday 05 January 2024 15:08:00 +0000 (0:00:00.055) 0:02:02.256 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Friday 05 January 2024 15:08:01 +0000 (0:00:00.200) 0:02:02.457 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Friday 05 January 2024 15:08:01 +0000 (0:00:00.052) 0:02:02.510 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Friday 05 January 2024 15:08:01 +0000 (0:00:00.059) 0:02:02.569 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Friday 05 January 2024 15:08:01 +0000 (0:00:00.044) 0:02:02.614 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Friday 05 January 2024 15:08:01 +0000 (0:00:00.048) 0:02:02.662 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Friday 05 January 2024 15:08:01 +0000 (0:00:00.058) 0:02:02.720 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Friday 05 January 2024 15:08:01 +0000 (0:00:00.061) 0:02:02.782 ******** skipping: [sut] => (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: [sut] => (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 : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Friday 05 January 2024 15:08:01 +0000 (0:00:00.091) 0:02:02.873 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Friday 05 January 2024 15:08:01 +0000 (0:00:00.180) 0:02:03.054 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Friday 05 January 2024 15:08:01 +0000 (0:00:00.030) 0:02:03.084 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Friday 05 January 2024 15:08:01 +0000 (0:00:00.043) 0:02:03.128 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Friday 05 January 2024 15:08:01 +0000 (0:00:00.035) 0:02:03.163 ******** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Friday 05 January 2024 15:08:01 +0000 (0:00:00.029) 0:02:03.193 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Friday 05 January 2024 15:08:01 +0000 (0:00:00.022) 0:02:03.215 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Friday 05 January 2024 15:08:01 +0000 (0:00:00.023) 0:02:03.239 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Friday 05 January 2024 15:08:01 +0000 (0:00:00.040) 0:02:03.280 ******** ok: [sut] => { "changed": false } RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Friday 05 January 2024 15:08:02 +0000 (0:00:00.171) 0:02:03.452 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:07:38 UTC", "ActiveEnterTimestampMonotonic": "1728515117", "ActiveExitTimestamp": "Fri 2024-01-05 15:07:46 UTC", "ActiveExitTimestampMonotonic": "1736942601", "ActiveState": "inactive", "After": "basic.target auditd.service system.slice systemd-journald.socket -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:07:38 UTC", "AssertTimestampMonotonic": "1728514447", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:07:38 UTC", "ConditionTimestampMonotonic": "1728514446", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2024-01-05 15:07:52 UTC", "ExecMainExitTimestampMonotonic": "1742623227", "ExecMainPID": "21450", "ExecMainStartTimestamp": "Fri 2024-01-05 15:07:38 UTC", "ExecMainStartTimestampMonotonic": "1728515012", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:07:38 UTC] ; stop_time=[Fri 2024-01-05 15:07:52 UTC] ; pid=21450 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:07:52 UTC", "InactiveEnterTimestampMonotonic": "1742623319", "InactiveExitTimestamp": "Fri 2024-01-05 15:07:38 UTC", "InactiveExitTimestampMonotonic": "1728515117", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Friday 05 January 2024 15:08:02 +0000 (0:00:00.266) 0:02:03.718 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Friday 05 January 2024 15:08:02 +0000 (0:00:00.134) 0:02:03.853 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:42 Friday 05 January 2024 15:08:02 +0000 (0:00:00.026) 0:02:03.880 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:8 Friday 05 January 2024 15:08:02 +0000 (0:00:00.218) 0:02:04.098 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:23 Friday 05 January 2024 15:08:02 +0000 (0:00:00.023) 0:02:04.121 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:35 Friday 05 January 2024 15:08:02 +0000 (0:00:00.020) 0:02:04.141 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:39 Friday 05 January 2024 15:08:02 +0000 (0:00:00.034) 0:02:04.176 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:55 Friday 05 January 2024 15:08:02 +0000 (0:00:00.025) 0:02:04.201 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:60 Friday 05 January 2024 15:08:02 +0000 (0:00:00.022) 0:02:04.223 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:70 Friday 05 January 2024 15:08:02 +0000 (0:00:00.030) 0:02:04.254 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:75 Friday 05 January 2024 15:08:02 +0000 (0:00:00.037) 0:02:04.292 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:85 Friday 05 January 2024 15:08:02 +0000 (0:00:00.030) 0:02:04.322 ******** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Friday 05 January 2024 15:08:03 +0000 (0:00:00.117) 0:02:04.440 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:08:02 UTC", "ActiveEnterTimestampMonotonic": "1752347779", "ActiveExitTimestamp": "Fri 2024-01-05 15:07:46 UTC", "ActiveExitTimestampMonotonic": "1736942601", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:08:02 UTC", "AssertTimestampMonotonic": "1752347161", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:08:02 UTC", "ConditionTimestampMonotonic": "1752347159", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "22185", "ExecMainStartTimestamp": "Fri 2024-01-05 15:08:02 UTC", "ExecMainStartTimestampMonotonic": "1752347720", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:08:02 UTC] ; stop_time=[n/a] ; pid=22185 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:07:52 UTC", "InactiveEnterTimestampMonotonic": "1742623319", "InactiveExitTimestamp": "Fri 2024-01-05 15:08:02 UTC", "InactiveExitTimestampMonotonic": "1752347779", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "22185", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 15:08:02 UTC", "WatchdogTimestampMonotonic": "1752347754", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Friday 05 January 2024 15:08:03 +0000 (0:00:00.237) 0:02:04.677 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004571", "end": "2024-01-05 15:08:03.448526", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:08:03.443955" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Friday 05 January 2024 15:08:03 +0000 (0:00:00.200) 0:02:04.878 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003574", "end": "2024-01-05 15:08:03.626744", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:08:03.623170" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Friday 05 January 2024 15:08:03 +0000 (0:00:00.169) 0:02:05.047 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:93 Friday 05 January 2024 15:08:03 +0000 (0:00:00.048) 0:02:05.096 ******** ok: [sut] => { "changed": false, "elapsed": 2, "gid": 994, "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": 7153, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:99 Friday 05 January 2024 15:08:05 +0000 (0:00:02.156) 0:02:07.252 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "127.0.0.1,1433", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.041235", "end": "2024-01-05 15:08:06.058601", "rc": 0, "start": "2024-01-05 15:08:06.017366" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Dec 4 2023 14:44:16 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:113 Friday 05 January 2024 15:08:06 +0000 (0:00:00.232) 0:02:07.485 ******** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:117 Friday 05 January 2024 15:08:06 +0000 (0:00:00.028) 0:02:07.514 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:124 Friday 05 January 2024 15:08:06 +0000 (0:00:00.051) 0:02:07.565 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:135 Friday 05 January 2024 15:08:06 +0000 (0:00:00.041) 0:02:07.607 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:140 Friday 05 January 2024 15:08:06 +0000 (0:00:00.030) 0:02:07.638 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:145 Friday 05 January 2024 15:08:06 +0000 (0:00:00.031) 0:02:07.669 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:151 Friday 05 January 2024 15:08:06 +0000 (0:00:00.038) 0:02:07.708 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:157 Friday 05 January 2024 15:08:06 +0000 (0:00:00.132) 0:02:07.840 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:167 Friday 05 January 2024 15:08:06 +0000 (0:00:00.034) 0:02:07.874 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:178 Friday 05 January 2024 15:08:06 +0000 (0:00:00.047) 0:02:07.921 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:190 Friday 05 January 2024 15:08:06 +0000 (0:00:00.027) 0:02:07.949 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:198 Friday 05 January 2024 15:08:06 +0000 (0:00:00.056) 0:02:08.005 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:208 Friday 05 January 2024 15:08:06 +0000 (0:00:00.050) 0:02:08.056 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:213 Friday 05 January 2024 15:08:06 +0000 (0:00:00.027) 0:02:08.083 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:221 Friday 05 January 2024 15:08:06 +0000 (0:00:00.038) 0:02:08.122 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the TCP port setting.] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:47 Friday 05 January 2024 15:08:06 +0000 (0:00:00.051) 0:02:08.173 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Friday 05 January 2024 15:08:07 +0000 (0:00:00.744) 0:02:08.918 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Friday 05 January 2024 15:08:07 +0000 (0:00:00.034) 0:02:08.952 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Friday 05 January 2024 15:08:07 +0000 (0:00:00.038) 0:02:08.990 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Friday 05 January 2024 15:08:07 +0000 (0:00:00.107) 0:02:09.098 ******** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Friday 05 January 2024 15:08:07 +0000 (0:00:00.063) 0:02:09.162 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Friday 05 January 2024 15:08:07 +0000 (0:00:00.051) 0:02:09.214 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Friday 05 January 2024 15:08:07 +0000 (0:00:00.040) 0:02:09.255 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Friday 05 January 2024 15:08:07 +0000 (0:00:00.023) 0:02:09.278 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Friday 05 January 2024 15:08:07 +0000 (0:00:00.034) 0:02:09.313 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Friday 05 January 2024 15:08:07 +0000 (0:00:00.024) 0:02:09.337 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Friday 05 January 2024 15:08:08 +0000 (0:00:00.055) 0:02:09.392 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Friday 05 January 2024 15:08:08 +0000 (0:00:00.090) 0:02:09.482 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Friday 05 January 2024 15:08:08 +0000 (0:00:00.028) 0:02:09.511 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Friday 05 January 2024 15:08:08 +0000 (0:00:00.168) 0:02:09.679 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Friday 05 January 2024 15:08:08 +0000 (0:00:00.028) 0:02:09.708 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Friday 05 January 2024 15:08:08 +0000 (0:00:00.031) 0:02:09.739 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Friday 05 January 2024 15:08:08 +0000 (0:00:00.036) 0:02:09.776 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Friday 05 January 2024 15:08:08 +0000 (0:00:00.034) 0:02:09.810 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Friday 05 January 2024 15:08:08 +0000 (0:00:00.054) 0:02:09.865 ******** ok: [sut] => { "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 : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Friday 05 January 2024 15:08:09 +0000 (0:00:00.947) 0:02:10.813 ******** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Friday 05 January 2024 15:08:09 +0000 (0:00:00.092) 0:02:10.906 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Friday 05 January 2024 15:08:09 +0000 (0:00:00.024) 0:02:10.930 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Friday 05 January 2024 15:08:09 +0000 (0:00:00.027) 0:02:10.958 ******** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Friday 05 January 2024 15:08:09 +0000 (0:00:00.070) 0:02:11.029 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Friday 05 January 2024 15:08:10 +0000 (0:00:00.381) 0:02:11.410 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Friday 05 January 2024 15:08:10 +0000 (0:00:00.051) 0:02:11.462 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Friday 05 January 2024 15:08:10 +0000 (0:00:00.137) 0:02:11.600 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Friday 05 January 2024 15:08:10 +0000 (0:00:00.026) 0:02:11.626 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Friday 05 January 2024 15:08:10 +0000 (0:00:00.049) 0:02:11.676 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Friday 05 January 2024 15:08:10 +0000 (0:00:00.053) 0:02:11.730 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Friday 05 January 2024 15:08:10 +0000 (0:00:00.049) 0:02:11.779 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Friday 05 January 2024 15:08:10 +0000 (0:00:00.066) 0:02:11.845 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Friday 05 January 2024 15:08:10 +0000 (0:00:00.039) 0:02:11.885 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Friday 05 January 2024 15:08:10 +0000 (0:00:00.034) 0:02:11.920 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.x86_64 providing mssql-server is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Friday 05 January 2024 15:08:10 +0000 (0:00:00.400) 0:02:12.321 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Friday 05 January 2024 15:08:10 +0000 (0:00:00.044) 0:02:12.366 ******** ok: [sut] => { "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.004720", "end": "2024-01-05 15:08:11.096032", "rc": 0, "start": "2024-01-05 15:08:11.091312" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Friday 05 January 2024 15:08:11 +0000 (0:00:00.151) 0:02:12.517 ******** ok: [sut] => { "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 : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Friday 05 January 2024 15:08:11 +0000 (0:00:00.669) 0:02:13.187 ******** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Friday 05 January 2024 15:08:11 +0000 (0:00:00.044) 0:02:13.232 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Friday 05 January 2024 15:08:11 +0000 (0:00:00.022) 0:02:13.255 ******** skipping: [sut] => { "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 : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Friday 05 January 2024 15:08:11 +0000 (0:00:00.026) 0:02:13.281 ******** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Friday 05 January 2024 15:08:12 +0000 (0:00:00.145) 0:02:13.426 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Friday 05 January 2024 15:08:12 +0000 (0:00:00.042) 0:02:13.469 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Friday 05 January 2024 15:08:12 +0000 (0:00:00.381) 0:02:13.850 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 14:39:05 UTC", "ActiveEnterTimestampMonotonic": "15127657", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service systemd-sysctl.service system.slice systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 14:39:03 UTC", "AssertTimestampMonotonic": "13660099", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ConditionTimestampMonotonic": "13660097", "Conflicts": "shutdown.target cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "878", "ExecMainStartTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ExecMainStartTimestampMonotonic": "13660700", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 14:39:03 UTC", "InactiveExitTimestampMonotonic": "13660738", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "878", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice dbus.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 14:39:05 UTC", "WatchdogTimestampMonotonic": "15127600", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Friday 05 January 2024 15:08:12 +0000 (0:00:00.221) 0:02:14.072 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.087834", "end": "2024-01-05 15:08:12.873152", "rc": 0, "start": "2024-01-05 15:08:12.785318" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Friday 05 January 2024 15:08:12 +0000 (0:00:00.228) 0:02:14.301 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Friday 05 January 2024 15:08:12 +0000 (0:00:00.030) 0:02:14.332 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Friday 05 January 2024 15:08:12 +0000 (0:00:00.041) 0:02:14.373 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Friday 05 January 2024 15:08:13 +0000 (0:00:00.059) 0:02:14.433 ******** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Friday 05 January 2024 15:08:13 +0000 (0:00:00.173) 0:02:14.607 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Friday 05 January 2024 15:08:13 +0000 (0:00:00.392) 0:02:15.000 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Friday 05 January 2024 15:08:13 +0000 (0:00:00.043) 0:02:15.043 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Friday 05 January 2024 15:08:13 +0000 (0:00:00.075) 0:02:15.119 ******** skipping: [sut] => { "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 : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Friday 05 January 2024 15:08:13 +0000 (0:00:00.046) 0:02:15.166 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Friday 05 January 2024 15:08:13 +0000 (0:00:00.039) 0:02:15.206 ******** skipping: [sut] => { "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 : Change the password of sa user] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Friday 05 January 2024 15:08:13 +0000 (0:00:00.027) 0:02:15.233 ******** skipping: [sut] => { "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 : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Friday 05 January 2024 15:08:13 +0000 (0:00:00.032) 0:02:15.265 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Friday 05 January 2024 15:08:13 +0000 (0:00:00.105) 0:02:15.371 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Friday 05 January 2024 15:08:14 +0000 (0:00:00.022) 0:02:15.393 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Friday 05 January 2024 15:08:14 +0000 (0:00:00.025) 0:02:15.418 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Friday 05 January 2024 15:08:14 +0000 (0:00:00.021) 0:02:15.440 ******** skipping: [sut] => { "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 : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Friday 05 January 2024 15:08:14 +0000 (0:00:00.021) 0:02:15.461 ******** skipping: [sut] => { "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 : Configure the IP address setting] ************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Friday 05 January 2024 15:08:14 +0000 (0:00:00.020) 0:02:15.482 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Friday 05 January 2024 15:08:14 +0000 (0:00:00.019) 0:02:15.501 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1432] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Friday 05 January 2024 15:08:14 +0000 (0:00:00.026) 0:02:15.527 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1432] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Friday 05 January 2024 15:08:14 +0000 (0:00:00.032) 0:02:15.560 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Friday 05 January 2024 15:08:14 +0000 (0:00:00.035) 0:02:15.595 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002961", "end": "2024-01-05 15:08:14.326012", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:08:14.323051" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Friday 05 January 2024 15:08:14 +0000 (0:00:00.161) 0:02:15.757 ******** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1432" ], "delta": "0:00:00.122990", "end": "2024-01-05 15:08:14.599191", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:08:14.476201" } 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 setting network tcpport] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Friday 05 January 2024 15:08:14 +0000 (0:00:00.289) 0:02:16.046 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Friday 05 January 2024 15:08:14 +0000 (0:00:00.030) 0:02:16.076 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Friday 05 January 2024 15:08:14 +0000 (0:00:00.052) 0:02:16.128 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Friday 05 January 2024 15:08:14 +0000 (0:00:00.041) 0:02:16.170 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Friday 05 January 2024 15:08:14 +0000 (0:00:00.089) 0:02:16.260 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Friday 05 January 2024 15:08:15 +0000 (0:00:00.161) 0:02:16.421 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Friday 05 January 2024 15:08:15 +0000 (0:00:00.027) 0:02:16.448 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Friday 05 January 2024 15:08:15 +0000 (0:00:00.032) 0:02:16.481 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Friday 05 January 2024 15:08:15 +0000 (0:00:00.044) 0:02:16.525 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Friday 05 January 2024 15:08:15 +0000 (0:00:00.038) 0:02:16.564 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Friday 05 January 2024 15:08:15 +0000 (0:00:00.075) 0:02:16.639 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Friday 05 January 2024 15:08:15 +0000 (0:00:00.046) 0:02:16.686 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Friday 05 January 2024 15:08:15 +0000 (0:00:00.026) 0:02:16.712 ******** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Friday 05 January 2024 15:08:15 +0000 (0:00:00.046) 0:02:16.759 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Friday 05 January 2024 15:08:15 +0000 (0:00:00.024) 0:02:16.784 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Friday 05 January 2024 15:08:15 +0000 (0:00:00.024) 0:02:16.808 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Friday 05 January 2024 15:08:15 +0000 (0:00:00.027) 0:02:16.836 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Friday 05 January 2024 15:08:15 +0000 (0:00:00.034) 0:02:16.871 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Friday 05 January 2024 15:08:15 +0000 (0:00:00.033) 0:02:16.904 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Friday 05 January 2024 15:08:15 +0000 (0:00:00.055) 0:02:16.959 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Friday 05 January 2024 15:08:15 +0000 (0:00:00.039) 0:02:16.999 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Friday 05 January 2024 15:08:15 +0000 (0:00:00.028) 0:02:17.027 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Friday 05 January 2024 15:08:15 +0000 (0:00:00.030) 0:02:17.058 ******** skipping: [sut] => { "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 : Check if AD user exists] ********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Friday 05 January 2024 15:08:15 +0000 (0:00:00.036) 0:02:17.095 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Friday 05 January 2024 15:08:15 +0000 (0:00:00.172) 0:02:17.267 ******** skipping: [sut] => { "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 : Get SPNs for the principal] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Friday 05 January 2024 15:08:15 +0000 (0:00:00.045) 0:02:17.313 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Friday 05 January 2024 15:08:15 +0000 (0:00:00.024) 0:02:17.337 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Friday 05 January 2024 15:08:15 +0000 (0:00:00.023) 0:02:17.361 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Friday 05 January 2024 15:08:16 +0000 (0:00:00.035) 0:02:17.396 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Friday 05 January 2024 15:08:16 +0000 (0:00:00.026) 0:02:17.423 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Friday 05 January 2024 15:08:16 +0000 (0:00:00.052) 0:02:17.475 ******** skipping: [sut] => { "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 : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Friday 05 January 2024 15:08:16 +0000 (0:00:00.022) 0:02:17.498 ******** skipping: [sut] => { "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 : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Friday 05 January 2024 15:08:16 +0000 (0:00:00.051) 0:02:17.549 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Friday 05 January 2024 15:08:16 +0000 (0:00:00.049) 0:02:17.598 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Friday 05 January 2024 15:08:16 +0000 (0:00:00.048) 0:02:17.647 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Friday 05 January 2024 15:08:16 +0000 (0:00:00.049) 0:02:17.697 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Friday 05 January 2024 15:08:16 +0000 (0:00:00.032) 0:02:17.730 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Friday 05 January 2024 15:08:16 +0000 (0:00:00.038) 0:02:17.769 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Friday 05 January 2024 15:08:16 +0000 (0:00:00.043) 0:02:17.812 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Friday 05 January 2024 15:08:16 +0000 (0:00:00.030) 0:02:17.843 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Friday 05 January 2024 15:08:16 +0000 (0:00:00.028) 0:02:17.871 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Friday 05 January 2024 15:08:16 +0000 (0:00:00.021) 0:02:17.893 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Friday 05 January 2024 15:08:16 +0000 (0:00:00.020) 0:02:17.913 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Friday 05 January 2024 15:08:16 +0000 (0:00:00.115) 0:02:18.029 ******** skipping: [sut] => (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: [sut] => (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 : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Friday 05 January 2024 15:08:16 +0000 (0:00:00.026) 0:02:18.056 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Friday 05 January 2024 15:08:16 +0000 (0:00:00.023) 0:02:18.079 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Friday 05 January 2024 15:08:16 +0000 (0:00:00.059) 0:02:18.138 ******** skipping: [sut] => (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: [sut] => (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 : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Friday 05 January 2024 15:08:16 +0000 (0:00:00.028) 0:02:18.167 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Friday 05 January 2024 15:08:16 +0000 (0:00:00.023) 0:02:18.190 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Friday 05 January 2024 15:08:16 +0000 (0:00:00.034) 0:02:18.225 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Friday 05 January 2024 15:08:16 +0000 (0:00:00.026) 0:02:18.251 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Friday 05 January 2024 15:08:16 +0000 (0:00:00.032) 0:02:18.283 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Friday 05 January 2024 15:08:16 +0000 (0:00:00.023) 0:02:18.307 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Friday 05 January 2024 15:08:16 +0000 (0:00:00.029) 0:02:18.337 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Friday 05 January 2024 15:08:16 +0000 (0:00:00.024) 0:02:18.361 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Friday 05 January 2024 15:08:17 +0000 (0:00:00.071) 0:02:18.433 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Friday 05 January 2024 15:08:17 +0000 (0:00:00.037) 0:02:18.470 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Friday 05 January 2024 15:08:17 +0000 (0:00:00.046) 0:02:18.517 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Friday 05 January 2024 15:08:17 +0000 (0:00:00.055) 0:02:18.572 ******** skipping: [sut] => (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: [sut] => (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 : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Friday 05 January 2024 15:08:17 +0000 (0:00:00.052) 0:02:18.625 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Friday 05 January 2024 15:08:17 +0000 (0:00:00.024) 0:02:18.650 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Friday 05 January 2024 15:08:17 +0000 (0:00:00.030) 0:02:18.680 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Friday 05 January 2024 15:08:17 +0000 (0:00:00.176) 0:02:18.856 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Friday 05 January 2024 15:08:17 +0000 (0:00:00.033) 0:02:18.890 ******** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Friday 05 January 2024 15:08:17 +0000 (0:00:00.033) 0:02:18.923 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Friday 05 January 2024 15:08:17 +0000 (0:00:00.022) 0:02:18.946 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Friday 05 January 2024 15:08:17 +0000 (0:00:00.031) 0:02:18.978 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Friday 05 January 2024 15:08:17 +0000 (0:00:00.023) 0:02:19.001 ******** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Friday 05 January 2024 15:08:17 +0000 (0:00:00.185) 0:02:19.187 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:08:02 UTC", "ActiveEnterTimestampMonotonic": "1752347779", "ActiveExitTimestamp": "Fri 2024-01-05 15:07:46 UTC", "ActiveExitTimestampMonotonic": "1736942601", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:08:02 UTC", "AssertTimestampMonotonic": "1752347161", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:08:02 UTC", "ConditionTimestampMonotonic": "1752347159", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "22185", "ExecMainStartTimestamp": "Fri 2024-01-05 15:08:02 UTC", "ExecMainStartTimestampMonotonic": "1752347720", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:08:02 UTC] ; stop_time=[n/a] ; pid=22185 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:07:52 UTC", "InactiveEnterTimestampMonotonic": "1742623319", "InactiveExitTimestamp": "Fri 2024-01-05 15:08:02 UTC", "InactiveExitTimestampMonotonic": "1752347779", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "22185", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 15:08:02 UTC", "WatchdogTimestampMonotonic": "1752347754", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Friday 05 January 2024 15:08:18 +0000 (0:00:00.490) 0:02:19.677 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Friday 05 January 2024 15:08:18 +0000 (0:00:00.034) 0:02:19.711 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the password with a custom TCP port and IP address. Should report Changed.] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:53 Friday 05 January 2024 15:08:18 +0000 (0:00:00.028) 0:02:19.740 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Friday 05 January 2024 15:08:19 +0000 (0:00:00.833) 0:02:20.573 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Friday 05 January 2024 15:08:19 +0000 (0:00:00.108) 0:02:20.682 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Friday 05 January 2024 15:08:19 +0000 (0:00:00.030) 0:02:20.712 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Friday 05 January 2024 15:08:19 +0000 (0:00:00.042) 0:02:20.755 ******** ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Friday 05 January 2024 15:08:19 +0000 (0:00:00.034) 0:02:20.790 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Friday 05 January 2024 15:08:19 +0000 (0:00:00.058) 0:02:20.849 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Friday 05 January 2024 15:08:19 +0000 (0:00:00.049) 0:02:20.899 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Friday 05 January 2024 15:08:19 +0000 (0:00:00.044) 0:02:20.943 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Friday 05 January 2024 15:08:19 +0000 (0:00:00.036) 0:02:20.980 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Friday 05 January 2024 15:08:19 +0000 (0:00:00.042) 0:02:21.022 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Friday 05 January 2024 15:08:19 +0000 (0:00:00.172) 0:02:21.194 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Friday 05 January 2024 15:08:19 +0000 (0:00:00.022) 0:02:21.217 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Friday 05 January 2024 15:08:19 +0000 (0:00:00.047) 0:02:21.265 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Friday 05 January 2024 15:08:19 +0000 (0:00:00.038) 0:02:21.303 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Friday 05 January 2024 15:08:19 +0000 (0:00:00.033) 0:02:21.337 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Friday 05 January 2024 15:08:19 +0000 (0:00:00.048) 0:02:21.385 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Friday 05 January 2024 15:08:20 +0000 (0:00:00.032) 0:02:21.417 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Friday 05 January 2024 15:08:20 +0000 (0:00:00.067) 0:02:21.485 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Friday 05 January 2024 15:08:20 +0000 (0:00:00.064) 0:02:21.550 ******** ok: [sut] => { "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 : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Friday 05 January 2024 15:08:21 +0000 (0:00:01.513) 0:02:23.064 ******** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Friday 05 January 2024 15:08:21 +0000 (0:00:00.058) 0:02:23.122 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Friday 05 January 2024 15:08:21 +0000 (0:00:00.022) 0:02:23.145 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Friday 05 January 2024 15:08:21 +0000 (0:00:00.024) 0:02:23.169 ******** skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Friday 05 January 2024 15:08:21 +0000 (0:00:00.058) 0:02:23.227 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Friday 05 January 2024 15:08:22 +0000 (0:00:00.410) 0:02:23.638 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Friday 05 January 2024 15:08:22 +0000 (0:00:00.033) 0:02:23.671 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Friday 05 January 2024 15:08:22 +0000 (0:00:00.030) 0:02:23.702 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Friday 05 January 2024 15:08:22 +0000 (0:00:00.142) 0:02:23.844 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Friday 05 January 2024 15:08:22 +0000 (0:00:00.028) 0:02:23.873 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Friday 05 January 2024 15:08:22 +0000 (0:00:00.021) 0:02:23.894 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Friday 05 January 2024 15:08:22 +0000 (0:00:00.021) 0:02:23.916 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Friday 05 January 2024 15:08:22 +0000 (0:00:00.020) 0:02:23.937 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Friday 05 January 2024 15:08:22 +0000 (0:00:00.023) 0:02:23.960 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Friday 05 January 2024 15:08:22 +0000 (0:00:00.021) 0:02:23.982 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4345.5-2.x86_64 providing mssql-server is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Friday 05 January 2024 15:08:22 +0000 (0:00:00.331) 0:02:24.313 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Friday 05 January 2024 15:08:22 +0000 (0:00:00.021) 0:02:24.335 ******** ok: [sut] => { "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.004929", "end": "2024-01-05 15:08:23.053950", "rc": 0, "start": "2024-01-05 15:08:23.049021" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Friday 05 January 2024 15:08:23 +0000 (0:00:00.150) 0:02:24.485 ******** ok: [sut] => { "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 : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Friday 05 January 2024 15:08:23 +0000 (0:00:00.657) 0:02:25.143 ******** ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Friday 05 January 2024 15:08:23 +0000 (0:00:00.028) 0:02:25.171 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Friday 05 January 2024 15:08:23 +0000 (0:00:00.027) 0:02:25.198 ******** skipping: [sut] => { "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 : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Friday 05 January 2024 15:08:23 +0000 (0:00:00.023) 0:02:25.222 ******** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Friday 05 January 2024 15:08:23 +0000 (0:00:00.031) 0:02:25.254 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Friday 05 January 2024 15:08:23 +0000 (0:00:00.020) 0:02:25.274 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Friday 05 January 2024 15:08:24 +0000 (0:00:00.447) 0:02:25.722 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 14:39:05 UTC", "ActiveEnterTimestampMonotonic": "15127657", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service systemd-sysctl.service system.slice systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 14:39:03 UTC", "AssertTimestampMonotonic": "13660099", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ConditionTimestampMonotonic": "13660097", "Conflicts": "shutdown.target cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "878", "ExecMainStartTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ExecMainStartTimestampMonotonic": "13660700", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 14:39:03 UTC", "InactiveExitTimestampMonotonic": "13660738", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "878", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice dbus.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 14:39:05 UTC", "WatchdogTimestampMonotonic": "15127600", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Friday 05 January 2024 15:08:24 +0000 (0:00:00.201) 0:02:25.924 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.087374", "end": "2024-01-05 15:08:24.723516", "rc": 0, "start": "2024-01-05 15:08:24.636142" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Friday 05 January 2024 15:08:24 +0000 (0:00:00.215) 0:02:26.139 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Friday 05 January 2024 15:08:24 +0000 (0:00:00.022) 0:02:26.162 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Friday 05 January 2024 15:08:24 +0000 (0:00:00.020) 0:02:26.182 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Friday 05 January 2024 15:08:24 +0000 (0:00:00.020) 0:02:26.203 ******** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Friday 05 January 2024 15:08:24 +0000 (0:00:00.154) 0:02:26.357 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Friday 05 January 2024 15:08:25 +0000 (0:00:00.347) 0:02:26.705 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Friday 05 January 2024 15:08:25 +0000 (0:00:00.040) 0:02:26.746 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:08:18 UTC", "ActiveEnterTimestampMonotonic": "1768320636", "ActiveExitTimestamp": "Fri 2024-01-05 15:08:17 UTC", "ActiveExitTimestampMonotonic": "1768069597", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:08:18 UTC", "AssertTimestampMonotonic": "1768319653", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:08:18 UTC", "ConditionTimestampMonotonic": "1768319651", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "22717", "ExecMainStartTimestamp": "Fri 2024-01-05 15:08:18 UTC", "ExecMainStartTimestampMonotonic": "1768320559", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:08:18 UTC] ; stop_time=[n/a] ; pid=22717 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:08:18 UTC", "InactiveEnterTimestampMonotonic": "1768318273", "InactiveExitTimestamp": "Fri 2024-01-05 15:08:18 UTC", "InactiveExitTimestampMonotonic": "1768320636", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "22717", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 15:08:18 UTC", "WatchdogTimestampMonotonic": "1768320602", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Friday 05 January 2024 15:08:25 +0000 (0:00:00.202) 0:02:26.949 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002865", "end": "2024-01-05 15:08:25.670649", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:08:25.667784" } STDOUT: tcpport = 1432 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Friday 05 January 2024 15:08:25 +0000 (0:00:00.144) 0:02:27.093 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002892", "end": "2024-01-05 15:08:25.827031", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:08:25.824139" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Friday 05 January 2024 15:08:25 +0000 (0:00:00.148) 0:02:27.242 ******** ok: [sut] => { "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 : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Friday 05 January 2024 15:08:25 +0000 (0:00:00.037) 0:02:27.280 ******** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "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": 6828, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Friday 05 January 2024 15:08:27 +0000 (0:00:01.165) 0:02:28.446 ******** fatal: [sut]: FAILED! => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ...ignoring TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Friday 05 January 2024 15:08:27 +0000 (0:00:00.285) 0:02:28.731 ******** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:08:18 UTC", "ActiveEnterTimestampMonotonic": "1768320636", "ActiveExitTimestamp": "Fri 2024-01-05 15:08:17 UTC", "ActiveExitTimestampMonotonic": "1768069597", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:08:18 UTC", "AssertTimestampMonotonic": "1768319653", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:08:18 UTC", "ConditionTimestampMonotonic": "1768319651", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "22717", "ExecMainStartTimestamp": "Fri 2024-01-05 15:08:18 UTC", "ExecMainStartTimestampMonotonic": "1768320559", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:08:18 UTC] ; stop_time=[n/a] ; pid=22717 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:08:18 UTC", "InactiveEnterTimestampMonotonic": "1768318273", "InactiveExitTimestamp": "Fri 2024-01-05 15:08:18 UTC", "InactiveExitTimestampMonotonic": "1768320636", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "22717", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 15:08:18 UTC", "WatchdogTimestampMonotonic": "1768320602", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Friday 05 January 2024 15:08:32 +0000 (0:00:05.254) 0:02:33.986 ******** ok: [sut] => { "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 : Change the password of sa user] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Friday 05 January 2024 15:08:33 +0000 (0:00:00.999) 0:02:34.986 ******** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Friday 05 January 2024 15:08:37 +0000 (0:00:04.164) 0:02:39.150 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Friday 05 January 2024 15:08:37 +0000 (0:00:00.087) 0:02:39.238 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Friday 05 January 2024 15:08:37 +0000 (0:00:00.071) 0:02:39.309 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Friday 05 January 2024 15:08:37 +0000 (0:00:00.050) 0:02:39.359 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Friday 05 January 2024 15:08:38 +0000 (0:00:00.050) 0:02:39.410 ******** skipping: [sut] => { "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 : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Friday 05 January 2024 15:08:38 +0000 (0:00:00.056) 0:02:39.467 ******** skipping: [sut] => { "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 : Configure the IP address setting] ************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Friday 05 January 2024 15:08:38 +0000 (0:00:00.037) 0:02:39.504 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Friday 05 January 2024 15:08:38 +0000 (0:00:00.059) 0:02:39.564 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Friday 05 January 2024 15:08:38 +0000 (0:00:00.049) 0:02:39.613 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Friday 05 January 2024 15:08:38 +0000 (0:00:00.033) 0:02:39.646 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Friday 05 January 2024 15:08:38 +0000 (0:00:00.069) 0:02:39.715 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003074", "end": "2024-01-05 15:08:38.480020", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:08:38.476946" } STDOUT: tcpport = 1432 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Friday 05 January 2024 15:08:38 +0000 (0:00:00.423) 0:02:40.138 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.122942", "end": "2024-01-05 15:08:38.993272", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:08:38.870330" } 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 setting network tcpport] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Friday 05 January 2024 15:08:39 +0000 (0:00:00.292) 0:02:40.431 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Friday 05 January 2024 15:08:39 +0000 (0:00:00.078) 0:02:40.509 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Friday 05 January 2024 15:08:39 +0000 (0:00:00.075) 0:02:40.585 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Friday 05 January 2024 15:08:39 +0000 (0:00:00.056) 0:02:40.642 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Friday 05 January 2024 15:08:39 +0000 (0:00:00.045) 0:02:40.687 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Friday 05 January 2024 15:08:39 +0000 (0:00:00.062) 0:02:40.750 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Friday 05 January 2024 15:08:39 +0000 (0:00:00.068) 0:02:40.818 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Friday 05 January 2024 15:08:39 +0000 (0:00:00.056) 0:02:40.875 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Friday 05 January 2024 15:08:39 +0000 (0:00:00.099) 0:02:40.975 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Friday 05 January 2024 15:08:39 +0000 (0:00:00.038) 0:02:41.013 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Friday 05 January 2024 15:08:39 +0000 (0:00:00.024) 0:02:41.037 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Friday 05 January 2024 15:08:39 +0000 (0:00:00.026) 0:02:41.064 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Friday 05 January 2024 15:08:39 +0000 (0:00:00.030) 0:02:41.095 ******** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Friday 05 January 2024 15:08:39 +0000 (0:00:00.054) 0:02:41.150 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Friday 05 January 2024 15:08:39 +0000 (0:00:00.034) 0:02:41.185 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Friday 05 January 2024 15:08:39 +0000 (0:00:00.025) 0:02:41.210 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Friday 05 January 2024 15:08:39 +0000 (0:00:00.108) 0:02:41.319 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Friday 05 January 2024 15:08:40 +0000 (0:00:00.091) 0:02:41.410 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Friday 05 January 2024 15:08:40 +0000 (0:00:00.321) 0:02:41.731 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Friday 05 January 2024 15:08:40 +0000 (0:00:00.041) 0:02:41.772 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Friday 05 January 2024 15:08:40 +0000 (0:00:00.043) 0:02:41.815 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Friday 05 January 2024 15:08:40 +0000 (0:00:00.089) 0:02:41.905 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Friday 05 January 2024 15:08:40 +0000 (0:00:00.116) 0:02:42.021 ******** skipping: [sut] => { "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 : Check if AD user exists] ********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Friday 05 January 2024 15:08:40 +0000 (0:00:00.082) 0:02:42.103 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Friday 05 January 2024 15:08:40 +0000 (0:00:00.085) 0:02:42.189 ******** skipping: [sut] => { "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 : Get SPNs for the principal] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Friday 05 January 2024 15:08:40 +0000 (0:00:00.062) 0:02:42.251 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Friday 05 January 2024 15:08:40 +0000 (0:00:00.100) 0:02:42.351 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Friday 05 January 2024 15:08:40 +0000 (0:00:00.037) 0:02:42.389 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Friday 05 January 2024 15:08:41 +0000 (0:00:00.037) 0:02:42.427 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Friday 05 January 2024 15:08:41 +0000 (0:00:00.049) 0:02:42.477 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Friday 05 January 2024 15:08:41 +0000 (0:00:00.047) 0:02:42.525 ******** skipping: [sut] => { "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 : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Friday 05 January 2024 15:08:41 +0000 (0:00:00.038) 0:02:42.563 ******** skipping: [sut] => { "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 : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Friday 05 January 2024 15:08:41 +0000 (0:00:00.031) 0:02:42.594 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Friday 05 January 2024 15:08:41 +0000 (0:00:00.080) 0:02:42.675 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Friday 05 January 2024 15:08:41 +0000 (0:00:00.069) 0:02:42.745 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Friday 05 January 2024 15:08:41 +0000 (0:00:00.029) 0:02:42.775 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Friday 05 January 2024 15:08:41 +0000 (0:00:00.186) 0:02:42.961 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Friday 05 January 2024 15:08:41 +0000 (0:00:00.051) 0:02:43.012 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Friday 05 January 2024 15:08:41 +0000 (0:00:00.051) 0:02:43.064 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Friday 05 January 2024 15:08:41 +0000 (0:00:00.068) 0:02:43.132 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Friday 05 January 2024 15:08:41 +0000 (0:00:00.031) 0:02:43.163 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Friday 05 January 2024 15:08:41 +0000 (0:00:00.027) 0:02:43.191 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Friday 05 January 2024 15:08:41 +0000 (0:00:00.035) 0:02:43.227 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Friday 05 January 2024 15:08:41 +0000 (0:00:00.029) 0:02:43.256 ******** skipping: [sut] => (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: [sut] => (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 : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Friday 05 January 2024 15:08:41 +0000 (0:00:00.054) 0:02:43.310 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Friday 05 January 2024 15:08:41 +0000 (0:00:00.046) 0:02:43.356 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Friday 05 January 2024 15:08:41 +0000 (0:00:00.025) 0:02:43.382 ******** skipping: [sut] => (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: [sut] => (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 : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Friday 05 January 2024 15:08:42 +0000 (0:00:00.067) 0:02:43.449 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Friday 05 January 2024 15:08:42 +0000 (0:00:00.062) 0:02:43.511 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Friday 05 January 2024 15:08:42 +0000 (0:00:00.023) 0:02:43.535 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Friday 05 January 2024 15:08:42 +0000 (0:00:00.024) 0:02:43.560 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Friday 05 January 2024 15:08:42 +0000 (0:00:00.028) 0:02:43.589 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Friday 05 January 2024 15:08:42 +0000 (0:00:00.021) 0:02:43.610 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Friday 05 January 2024 15:08:42 +0000 (0:00:00.065) 0:02:43.676 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Friday 05 January 2024 15:08:42 +0000 (0:00:00.170) 0:02:43.847 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Friday 05 January 2024 15:08:42 +0000 (0:00:00.045) 0:02:43.892 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Friday 05 January 2024 15:08:42 +0000 (0:00:00.041) 0:02:43.934 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Friday 05 January 2024 15:08:42 +0000 (0:00:00.036) 0:02:43.970 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Friday 05 January 2024 15:08:42 +0000 (0:00:00.038) 0:02:44.009 ******** skipping: [sut] => (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: [sut] => (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 : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Friday 05 January 2024 15:08:42 +0000 (0:00:00.064) 0:02:44.074 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Friday 05 January 2024 15:08:42 +0000 (0:00:00.045) 0:02:44.119 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Friday 05 January 2024 15:08:42 +0000 (0:00:00.079) 0:02:44.199 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Friday 05 January 2024 15:08:42 +0000 (0:00:00.041) 0:02:44.241 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Friday 05 January 2024 15:08:42 +0000 (0:00:00.047) 0:02:44.288 ******** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Friday 05 January 2024 15:08:42 +0000 (0:00:00.041) 0:02:44.330 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Friday 05 January 2024 15:08:43 +0000 (0:00:00.078) 0:02:44.409 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Friday 05 January 2024 15:08:43 +0000 (0:00:00.033) 0:02:44.442 ******** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Friday 05 January 2024 15:08:43 +0000 (0:00:00.067) 0:02:44.509 ******** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Friday 05 January 2024 15:08:43 +0000 (0:00:00.220) 0:02:44.730 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:08:18 UTC", "ActiveEnterTimestampMonotonic": "1768320636", "ActiveExitTimestamp": "Fri 2024-01-05 15:08:27 UTC", "ActiveExitTimestampMonotonic": "1777600483", "ActiveState": "inactive", "After": "basic.target auditd.service system.slice systemd-journald.socket -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:08:18 UTC", "AssertTimestampMonotonic": "1768319653", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:08:18 UTC", "ConditionTimestampMonotonic": "1768319651", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2024-01-05 15:08:32 UTC", "ExecMainExitTimestampMonotonic": "1782606926", "ExecMainPID": "22717", "ExecMainStartTimestamp": "Fri 2024-01-05 15:08:18 UTC", "ExecMainStartTimestampMonotonic": "1768320559", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:08:18 UTC] ; stop_time=[Fri 2024-01-05 15:08:32 UTC] ; pid=22717 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:08:32 UTC", "InactiveEnterTimestampMonotonic": "1782607020", "InactiveExitTimestamp": "Fri 2024-01-05 15:08:18 UTC", "InactiveExitTimestampMonotonic": "1768320636", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Friday 05 January 2024 15:08:43 +0000 (0:00:00.224) 0:02:44.954 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Friday 05 January 2024 15:08:43 +0000 (0:00:00.026) 0:02:44.980 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:61 Friday 05 January 2024 15:08:43 +0000 (0:00:00.021) 0:02:45.002 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:8 Friday 05 January 2024 15:08:44 +0000 (0:00:00.451) 0:02:45.453 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:23 Friday 05 January 2024 15:08:44 +0000 (0:00:00.036) 0:02:45.489 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:35 Friday 05 January 2024 15:08:44 +0000 (0:00:00.021) 0:02:45.511 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:39 Friday 05 January 2024 15:08:44 +0000 (0:00:00.022) 0:02:45.534 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:55 Friday 05 January 2024 15:08:44 +0000 (0:00:00.022) 0:02:45.556 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:60 Friday 05 January 2024 15:08:44 +0000 (0:00:00.030) 0:02:45.586 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:70 Friday 05 January 2024 15:08:44 +0000 (0:00:00.027) 0:02:45.614 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:75 Friday 05 January 2024 15:08:44 +0000 (0:00:00.049) 0:02:45.663 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:85 Friday 05 January 2024 15:08:44 +0000 (0:00:00.037) 0:02:45.700 ******** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Friday 05 January 2024 15:08:44 +0000 (0:00:00.203) 0:02:45.904 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:08:43 UTC", "ActiveEnterTimestampMonotonic": "1793606452", "ActiveExitTimestamp": "Fri 2024-01-05 15:08:27 UTC", "ActiveExitTimestampMonotonic": "1777600483", "ActiveState": "active", "After": "basic.target auditd.service system.slice systemd-journald.socket -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:08:43 UTC", "AssertTimestampMonotonic": "1793605798", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:08:43 UTC", "ConditionTimestampMonotonic": "1793605796", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "23475", "ExecMainStartTimestamp": "Fri 2024-01-05 15:08:43 UTC", "ExecMainStartTimestampMonotonic": "1793606395", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:08:43 UTC] ; stop_time=[n/a] ; pid=23475 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:08:32 UTC", "InactiveEnterTimestampMonotonic": "1782607020", "InactiveExitTimestamp": "Fri 2024-01-05 15:08:43 UTC", "InactiveExitTimestampMonotonic": "1793606452", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "23475", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 15:08:43 UTC", "WatchdogTimestampMonotonic": "1793606430", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Friday 05 January 2024 15:08:44 +0000 (0:00:00.326) 0:02:46.230 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003288", "end": "2024-01-05 15:08:44.970877", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:08:44.967589" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Friday 05 January 2024 15:08:45 +0000 (0:00:00.191) 0:02:46.422 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003193", "end": "2024-01-05 15:08:45.228765", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:08:45.225572" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Friday 05 January 2024 15:08:45 +0000 (0:00:00.248) 0:02:46.671 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:93 Friday 05 January 2024 15:08:45 +0000 (0:00:00.047) 0:02:46.719 ******** ok: [sut] => { "changed": false, "elapsed": 2, "gid": 994, "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": 7624, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:99 Friday 05 January 2024 15:08:47 +0000 (0:00:02.200) 0:02:48.919 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "127.0.0.1,1433", "-U", "sa", "-P", "p@55w0rD11", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.025495", "end": "2024-01-05 15:08:47.663860", "rc": 0, "start": "2024-01-05 15:08:47.638365" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Dec 4 2023 14:44:16 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:113 Friday 05 January 2024 15:08:47 +0000 (0:00:00.169) 0:02:49.088 ******** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:117 Friday 05 January 2024 15:08:47 +0000 (0:00:00.042) 0:02:49.130 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:124 Friday 05 January 2024 15:08:47 +0000 (0:00:00.033) 0:02:49.164 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:135 Friday 05 January 2024 15:08:47 +0000 (0:00:00.023) 0:02:49.187 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:140 Friday 05 January 2024 15:08:47 +0000 (0:00:00.023) 0:02:49.211 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:145 Friday 05 January 2024 15:08:47 +0000 (0:00:00.020) 0:02:49.231 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:151 Friday 05 January 2024 15:08:47 +0000 (0:00:00.021) 0:02:49.252 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:157 Friday 05 January 2024 15:08:47 +0000 (0:00:00.029) 0:02:49.282 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:167 Friday 05 January 2024 15:08:47 +0000 (0:00:00.021) 0:02:49.303 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:178 Friday 05 January 2024 15:08:47 +0000 (0:00:00.018) 0:02:49.322 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:190 Friday 05 January 2024 15:08:47 +0000 (0:00:00.019) 0:02:49.341 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:198 Friday 05 January 2024 15:08:48 +0000 (0:00:00.115) 0:02:49.457 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:208 Friday 05 January 2024 15:08:48 +0000 (0:00:00.023) 0:02:49.480 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:213 Friday 05 January 2024 15:08:48 +0000 (0:00:00.026) 0:02:49.507 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:221 Friday 05 January 2024 15:08:48 +0000 (0:00:00.034) 0:02:49.541 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the ansible_managed header in the configuration file] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:66 Friday 05 January 2024 15:08:48 +0000 (0:00:00.024) 0:02:49.566 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/check_header.yml:4 Friday 05 January 2024 15:08:48 +0000 (0:00:00.330) 0:02:49.896 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002998", "end": "2024-01-05 15:08:48.659681", "rc": 0, "start": "2024-01-05 15:08:48.656683" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = false [EULA] accepteula = Y [network] tcpport = 1433 ipaddress = 127.0.0.1 TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tests_password_2019.yml:17 Friday 05 January 2024 15:08:48 +0000 (0:00:00.188) 0:02:50.085 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:2 Friday 05 January 2024 15:08:48 +0000 (0:00:00.058) 0:02:50.143 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Purge cluster configuration] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:6 Friday 05 January 2024 15:08:49 +0000 (0:00:01.112) 0:02:51.255 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:14 Friday 05 January 2024 15:08:49 +0000 (0:00:00.025) 0:02:51.281 ******** ok: [sut] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:18 Friday 05 January 2024 15:08:49 +0000 (0:00:00.032) 0:02:51.314 ******** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 05 January 2024 15:08:49 +0000 (0:00:00.065) 0:02:51.380 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 05 January 2024 15:08:50 +0000 (0:00:00.037) 0:02:51.418 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 05 January 2024 15:08:50 +0000 (0:00:00.039) 0:02:51.458 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 05 January 2024 15:08:50 +0000 (0:00:00.311) 0:02:51.769 ******** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Friday 05 January 2024 15:08:50 +0000 (0:00:00.026) 0:02:51.796 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 05 January 2024 15:08:50 +0000 (0:00:00.452) 0:02:52.249 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Friday 05 January 2024 15:08:50 +0000 (0:00:00.032) 0:02:52.281 ******** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Friday 05 January 2024 15:08:50 +0000 (0:00:00.033) 0:02:52.314 ******** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:01:08 UTC", "ActiveEnterTimestampMonotonic": "1338965582", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service system.slice dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:01:08 UTC", "AssertTimestampMonotonic": "1338328212", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:01:08 UTC", "ConditionTimestampMonotonic": "1338328210", "Conflicts": "shutdown.target iptables.service ip6tables.service ebtables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13515", "ExecMainStartTimestamp": "Fri 2024-01-05 15:01:08 UTC", "ExecMainStartTimestampMonotonic": "1338329413", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 15:01:08 UTC", "InactiveExitTimestampMonotonic": "1338329451", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "13515", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2024-01-05 15:01:08 UTC", "WatchdogTimestampMonotonic": "1338965490", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Friday 05 January 2024 15:08:51 +0000 (0:00:00.222) 0:02:52.537 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:01:08 UTC", "ActiveEnterTimestampMonotonic": "1338965582", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service system.slice dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:01:08 UTC", "AssertTimestampMonotonic": "1338328212", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:01:08 UTC", "ConditionTimestampMonotonic": "1338328210", "Conflicts": "shutdown.target iptables.service ip6tables.service ebtables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13515", "ExecMainStartTimestamp": "Fri 2024-01-05 15:01:08 UTC", "ExecMainStartTimestampMonotonic": "1338329413", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 15:01:08 UTC", "InactiveExitTimestampMonotonic": "1338329451", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "13515", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2024-01-05 15:01:08 UTC", "WatchdogTimestampMonotonic": "1338965490", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Friday 05 January 2024 15:08:51 +0000 (0:00:00.213) 0:02:52.750 ******** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python2", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 05 January 2024 15:08:51 +0000 (0:00:00.031) 0:02:52.782 ******** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.15.47 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Friday 05 January 2024 15:08:51 +0000 (0:00:00.287) 0:02:53.070 ******** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Friday 05 January 2024 15:08:51 +0000 (0:00:00.025) 0:02:53.096 ******** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Friday 05 January 2024 15:08:51 +0000 (0:00:00.024) 0:02:53.120 ******** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Friday 05 January 2024 15:08:51 +0000 (0:00:00.021) 0:02:53.142 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Friday 05 January 2024 15:08:51 +0000 (0:00:00.024) 0:02:53.167 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Friday 05 January 2024 15:08:51 +0000 (0:00:00.022) 0:02:53.189 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Friday 05 January 2024 15:08:51 +0000 (0:00:00.021) 0:02:53.210 ******** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.15.47 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Friday 05 January 2024 15:08:52 +0000 (0:00:00.297) 0:02:53.508 ******** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Friday 05 January 2024 15:08:52 +0000 (0:00:00.042) 0:02:53.550 ******** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:27 Friday 05 January 2024 15:08:52 +0000 (0:00:00.026) 0:02:53.576 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:35 Friday 05 January 2024 15:08:52 +0000 (0:00:00.156) 0:02:53.733 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:39 Friday 05 January 2024 15:08:52 +0000 (0:00:00.026) 0:02:53.759 ******** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:45 Friday 05 January 2024 15:08:52 +0000 (0:00:00.186) 0:02:53.946 ******** changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server", "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "adutil is not installed", "mssql-server-fts is not installed", "mssql-server-ha is not installed", "powershell is not installed", "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:15.0.4345.5-2 will be erased\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be erased\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n--> Finding unneeded leftover dependencies\n---> Marking msodbcsql17 to be removed - no longer needed by mssql-tools\n---> Marking unixODBC to be removed - no longer needed by unixODBC-devel\n---> Marking python3 to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl to be removed - no longer needed by mssql-server\n---> Marking gdb to be removed - no longer needed by mssql-server\n---> Marking lsof to be removed - no longer needed by mssql-server\n---> Marking libsss_nss_idmap to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl-gssapi to be removed - no longer needed by mssql-server\n---> Marking libatomic to be removed - no longer needed by mssql-server\n---> Marking bzip2 to be removed - no longer needed by mssql-server\n---> Marking libtool-ltdl to be removed - no longer needed by unixODBC\n---> Marking python3-libs to be removed - no longer needed by python3\n---> Marking python3-setuptools to be removed - no longer needed by python3\n---> Marking python3-pip to be removed - no longer needed by python3\nFound and removing 14 unneeded dependencies\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be erased\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be erased\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be erased\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be erased\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be erased\n---> Package lsof.x86_64 0:4.87-6.el7 will be erased\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be erased\n---> Package python3.x86_64 0:3.6.8-21.el7_9 will be erased\n---> Package python3-libs.x86_64 0:3.6.8-21.el7_9 will be erased\n---> Package python3-pip.noarch 0:9.0.3-8.el7 will be erased\n---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be erased\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server x86_64 15.0.4345.5-2 @packages-microsoft-com-mssql-server-2019\n 1.1 G\n mssql-tools x86_64 17.10.1.1-1 @packages-microsoft-com-prod 714 k\n unixODBC-devel x86_64 2.3.11-1.rh @packages-microsoft-com-prod 223 k\nRemoving for dependencies:\n bzip2 x86_64 1.0.6-13.el7 @base 82 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @updates 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @updates 36 k\n gdb x86_64 7.6.1-120.el7 @base 7.0 M\n libatomic x86_64 4.8.5-44.el7 @base 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 @updates 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @base 66 k\n lsof x86_64 4.87-6.el7 @base 927 k\n msodbcsql17 x86_64 17.10.5.1-1 @packages-microsoft-com-prod 2.2 M\n python3 x86_64 3.6.8-21.el7_9 @updates 39 k\n python3-libs x86_64 3.6.8-21.el7_9 @updates 35 M\n python3-pip noarch 9.0.3-8.el7 @base 9.1 M\n python3-setuptools\n noarch 39.2.0-10.el7 @base 3.6 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+14 Dependent packages)\n\nInstalled size: 1.2 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-15.0.4345.5-2.x86_64 1/17 \n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 2/17 \n Erasing : mssql-tools-17.10.1.1-1.x86_64 3/17 \n Erasing : python3-libs-3.6.8-21.el7_9.x86_64 4/17 \n Erasing : python3-pip-9.0.3-8.el7.noarch 5/17 \n Erasing : python3-setuptools-39.2.0-10.el7.noarch 6/17 \n Erasing : python3-3.6.8-21.el7_9.x86_64 7/17 \n Erasing : msodbcsql17-17.10.5.1-1.x86_64 8/17 \nODBC Driver 17 for SQL Server has been deleted (if it existed at all) because its usage count became zero\n Erasing : unixODBC-2.3.11-1.rh.x86_64 9/17 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 10/17 \n Erasing : libatomic-4.8.5-44.el7.x86_64 11/17 \n Erasing : bzip2-1.0.6-13.el7.x86_64 12/17 \n Erasing : gdb-7.6.1-120.el7.x86_64 13/17 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 14/17 \n Erasing : cyrus-sasl-2.1.26-24.el7_9.x86_64 15/17 \n Erasing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 16/17 \n Erasing : lsof-4.87-6.el7.x86_64 17/17 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/17 \n Verifying : python3-3.6.8-21.el7_9.x86_64 2/17 \n Verifying : python3-setuptools-39.2.0-10.el7.noarch 3/17 \n Verifying : bzip2-1.0.6-13.el7.x86_64 4/17 \n Verifying : mssql-server-15.0.4345.5-2.x86_64 5/17 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/17 \n Verifying : lsof-4.87-6.el7.x86_64 7/17 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 8/17 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 9/17 \n Verifying : gdb-7.6.1-120.el7.x86_64 10/17 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 11/17 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 12/17 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 13/17 \n Verifying : python3-pip-9.0.3-8.el7.noarch 14/17 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 15/17 \n Verifying : libatomic-4.8.5-44.el7.x86_64 16/17 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 17/17 \n\nRemoved:\n mssql-server.x86_64 0:15.0.4345.5-2 mssql-tools.x86_64 0:17.10.1.1-1 \n unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Removed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 \n lsof.x86_64 0:4.87-6.el7 \n msodbcsql17.x86_64 0:17.10.5.1-1 \n python3.x86_64 0:3.6.8-21.el7_9 \n python3-libs.x86_64 0:3.6.8-21.el7_9 \n python3-pip.noarch 0:9.0.3-8.el7 \n python3-setuptools.noarch 0:39.2.0-10.el7 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:58 Friday 05 January 2024 15:08:56 +0000 (0:00:03.728) 0:02:57.674 ******** changed: [sut] => { "changed": true, "cmd": "rm -rfv /var/opt/mssql* /opt/mssql* /var/log/pacemaker/pacemaker.log /etc/yum.repos.d/packages-microsoft-com-* /tmp/*.j2 /tmp/mssql_data /tmp/mssql_log /etc/systemd/system/multi-user.target.wants/mssql-server.service", "delta": "0:00:00.009404", "end": "2024-01-05 15:08:56.398127", "rc": 0, "start": "2024-01-05 15:08:56.388723" } STDOUT: removed ‘/var/opt/mssql/mssql.conf’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Temp’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Desktop’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Documents’ removed directory: ‘/var/opt/mssql/.system/profiles/Client’ removed directory: ‘/var/opt/mssql/.system/profiles’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft’ removed directory: ‘/var/opt/mssql/.system/programdata’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles/Scm’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/c025c2cf-15af-4e65-be54-0e6f6ac4c2be’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft’ removed directory: ‘/var/opt/mssql/.system/system/system32’ removed directory: ‘/var/opt/mssql/.system/system/Temp’ removed ‘/var/opt/mssql/.system/system/security.hiv’ removed ‘/var/opt/mssql/.system/system/debug/PASSWD.LOG’ removed directory: ‘/var/opt/mssql/.system/system/debug’ removed ‘/var/opt/mssql/.system/system/licensing.hiv’ removed ‘/var/opt/mssql/.system/system/lsa.hiv’ removed ‘/var/opt/mssql/.system/system/lsasetup.log’ removed directory: ‘/var/opt/mssql/.system/system’ removed ‘/var/opt/mssql/.system/instance_id’ removed directory: ‘/var/opt/mssql/.system’ removed ‘/var/opt/mssql/data/templog.ldf’ removed ‘/var/opt/mssql/data/tempdb.mdf’ removed ‘/var/opt/mssql/data/Entropy.bin’ removed ‘/var/opt/mssql/data/model.mdf’ removed ‘/var/opt/mssql/data/model_replicatedmaster.ldf’ removed ‘/var/opt/mssql/data/modellog.ldf’ removed ‘/var/opt/mssql/data/model_msdbdata.mdf’ removed ‘/var/opt/mssql/data/model_msdblog.ldf’ removed ‘/var/opt/mssql/data/tempdb3.ndf’ removed ‘/var/opt/mssql/data/tempdb4.ndf’ removed ‘/var/opt/mssql/data/master.mdf’ removed ‘/var/opt/mssql/data/mastlog.ldf’ removed ‘/var/opt/mssql/data/tempdb2.ndf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed ‘/var/opt/mssql/data/model_replicatedmaster.mdf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed directory: ‘/var/opt/mssql/data’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489408610320000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489408143040000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489409163450000.xel’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489408192580000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489409167420000.xel’ removed ‘/var/opt/mssql/log/log_9.trc’ removed ‘/var/opt/mssql/log/system_health_0_133489409014030000.xel’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/system_health_0_133489408852970000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489408614440000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489408474340000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489408197750000.xel’ removed ‘/var/opt/mssql/log/errorlog.9’ removed ‘/var/opt/mssql/log/errorlog.7’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489408848270000.xel’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/system_health_0_133489408768180000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489408403890000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489409009300000.xel’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/errorlog.8’ removed ‘/var/opt/mssql/log/system_health_0_133489408408560000.xel’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489409261450000.xel’ removed ‘/var/opt/mssql/log/log_8.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489408764190000.xel’ removed ‘/var/opt/mssql/log/mssql-conf/mssql-conf.log’ removed directory: ‘/var/opt/mssql/log/mssql-conf’ removed ‘/var/opt/mssql/log/log_7.trc’ removed ‘/var/opt/mssql/log/system_health_0_133489409266120000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489408149990000.xel’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/log_6.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489408470620000.xel’ removed ‘/var/opt/mssql/log/errorlog.10’ removed directory: ‘/var/opt/mssql/log’ removed ‘/var/opt/mssql/secrets/machine-key’ removed directory: ‘/var/opt/mssql/secrets’ removed directory: ‘/var/opt/mssql’ removed directory: ‘/opt/mssql’ removed directory: ‘/opt/mssql-tools’ removed ‘/etc/yum.repos.d/packages-microsoft-com-mssql-server-2019.repo’ removed ‘/etc/yum.repos.d/packages-microsoft-com-prod.repo’ removed ‘/etc/systemd/system/multi-user.target.wants/mssql-server.service’ TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:72 Friday 05 January 2024 15:08:56 +0000 (0:00:00.142) 0:02:57.817 ******** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:01.135668", "end": "2024-01-05 15:08:57.667400", "rc": 0, "start": "2024-01-05 15:08:56.531732" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=216 changed=29 unreachable=0 failed=0 skipped=764 rescued=0 ignored=3 Friday 05 January 2024 15:08:57 +0000 (0:00:01.264) 0:02:59.081 ******** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 46.89s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Change the password of sa user --------------- 8.32s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 7.75s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure that the mssql-server service is stopped --- 6.11s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 linux-system-roles.mssql : Ensure that the mssql-server service is stopped --- 6.03s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 linux-system-roles.mssql : Set up MSSQL --------------------------------- 5.93s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Change the password of sa user --------------- 4.20s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Remove related packages ------------------------------------------------- 3.73s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:45 -------- Wait for mssql-server to prepare for client connections ----------------- 3.20s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:93 linux-system-roles.mssql : Gather package facts ------------------------- 2.43s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 2.38s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Wait for mssql-server to prepare for client connections ----------------- 2.20s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:93 Wait for mssql-server to prepare for client connections ----------------- 2.16s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:93 linux-system-roles.mssql : Gather package facts ------------------------- 1.91s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 linux-system-roles.mssql : Gather system services facts ----------------- 1.33s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Stop the mssql-server service ------------------------------------------- 1.26s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:72 -------- linux-system-roles.mssql : Restart the mssql-server service ------------- 1.26s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.18s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 linux-system-roles.mssql : Gather package facts ------------------------- 1.14s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Gather package facts ------------------------- 1.13s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the file module with state=absent rather than running 'rm'. If you need to use command because file is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---