# 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_include_vars_from_parent.yml *********************************** 2 plays in /WORKDIR/git-storage-selinux686x6raf/tests/tests_include_vars_from_parent.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-storage-selinux686x6raf/tests/tests_include_vars_from_parent.yml:4 Friday 08 December 2023 19:25:49 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] => { "ansible_facts": { "mssql_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n66336361663164656232326461653662643537386337346563613939356466313835383235313234\n3634333565616161316639666662613564353237653663610a616639306439653033386664303839\n30663030636161326137656235636230356162373234386461363632353863393161353035316162\n3664353366373231360a343334326337353861366233656330363634353164316434616561333161\n3234\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinux686x6raf/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Test role variable override] ********************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-storage-selinux686x6raf/tests/tests_include_vars_from_parent.yml:8 Friday 08 December 2023 19:25:49 +0000 (0:00:00.009) 0:00:00.022 ******* ok: [sut] META: ran handlers TASK [Create var file in caller that can override the one in called role] ****** task path: /WORKDIR/git-storage-selinux686x6raf/tests/tests_include_vars_from_parent.yml:13 Friday 08 December 2023 19:25:50 +0000 (0:00:00.743) 0:00:00.765 ******* changed: [sut -> localhost] => (item=CentOS-8) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-storage-selinux686x6raf/tests/roles/caller/vars/CentOS-8.yml", "gid": 1001, "group": "jenkins", "item": "CentOS-8", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1702063550.113343-11823-270703707970442/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=CentOS_8) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-storage-selinux686x6raf/tests/roles/caller/vars/CentOS_8.yml", "gid": 1001, "group": "jenkins", "item": "CentOS_8", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1702063550.5378678-11823-99105437224556/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=CentOS) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-storage-selinux686x6raf/tests/roles/caller/vars/CentOS.yml", "gid": 1001, "group": "jenkins", "item": "CentOS", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1702063550.7638834-11823-64432682011119/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=RedHat) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-storage-selinux686x6raf/tests/roles/caller/vars/RedHat.yml", "gid": 1001, "group": "jenkins", "item": "RedHat", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1702063550.987162-11823-141958302421373/source", "state": "file", "uid": 1000090000 } TASK [include_role : {{ roletoinclude }}] ************************************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/caller/tasks/main.yml:4 Friday 08 December 2023 19:25:51 +0000 (0:00:01.140) 0:00:01.906 ******* TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Friday 08 December 2023 19:25:51 +0000 (0:00:00.139) 0:00:02.045 ******* included: /WORKDIR/git-storage-selinux686x6raf/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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Friday 08 December 2023 19:25:51 +0000 (0:00:00.011) 0:00:02.056 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Friday 08 December 2023 19:25:51 +0000 (0:00:00.010) 0:00:02.066 ******* 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-storage-selinux686x6raf/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_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Friday 08 December 2023 19:25:51 +0000 (0:00:00.025) 0:00:02.092 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Friday 08 December 2023 19:25:51 +0000 (0:00:00.009) 0:00:02.101 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Friday 08 December 2023 19:25:51 +0000 (0:00:00.008) 0:00:02.110 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Friday 08 December 2023 19:25:51 +0000 (0:00:00.010) 0:00:02.121 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Friday 08 December 2023 19:25:51 +0000 (0:00:00.017) 0:00:02.139 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Friday 08 December 2023 19:25:51 +0000 (0:00:00.012) 0:00:02.151 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Friday 08 December 2023 19:25:51 +0000 (0:00:00.009) 0:00:02.161 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:55 Friday 08 December 2023 19:25:51 +0000 (0:00:00.020) 0:00:02.181 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:67 Friday 08 December 2023 19:25:51 +0000 (0:00:00.018) 0:00:02.200 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:75 Friday 08 December 2023 19:25:51 +0000 (0:00:00.008) 0:00:02.208 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:84 Friday 08 December 2023 19:25:51 +0000 (0:00:00.009) 0:00:02.218 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:97 Friday 08 December 2023 19:25:51 +0000 (0:00:00.009) 0:00:02.227 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:108 Friday 08 December 2023 19:25:51 +0000 (0:00:00.009) 0:00:02.237 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:117 Friday 08 December 2023 19:25:51 +0000 (0:00:00.010) 0:00:02.247 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:121 Friday 08 December 2023 19:25:52 +0000 (0:00:01.407) 0:00:03.655 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:130 Friday 08 December 2023 19:25:53 +0000 (0:00:00.067) 0:00:03.722 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:137 Friday 08 December 2023 19:25:53 +0000 (0:00:00.031) 0:00:03.754 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Friday 08 December 2023 19:25:53 +0000 (0:00:00.029) 0:00:03.784 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:159 Friday 08 December 2023 19:25:53 +0000 (0:00:00.035) 0:00:03.819 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:172 Friday 08 December 2023 19:25:53 +0000 (0:00:00.424) 0:00:04.244 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:182 Friday 08 December 2023 19:25:53 +0000 (0:00:00.022) 0:00:04.266 ******* 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 2017] *** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:193 Friday 08 December 2023 19:25:53 +0000 (0:00:00.025) 0:00:04.291 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:201 Friday 08 December 2023 19:25:53 +0000 (0:00:00.022) 0:00:04.313 ******* changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2017", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:214 Friday 08 December 2023 19:25:53 +0000 (0:00:00.344) 0:00:04.658 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:222 Friday 08 December 2023 19:25:54 +0000 (0:00:00.060) 0:00:04.719 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:227 Friday 08 December 2023 19:25:54 +0000 (0:00:00.040) 0:00:04.760 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Friday 08 December 2023 19:25:54 +0000 (0:00:00.023) 0:00:04.784 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:245 Friday 08 December 2023 19:25:54 +0000 (0:00:00.035) 0:00:04.819 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Friday 08 December 2023 19:25:54 +0000 (0:00:00.026) 0:00:04.845 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python2-libs-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Installed: gdb-headless-8.2-20.el8.x86_64", "Installed: python2-setuptools-wheel-39.0.1-14.module_el8+733+876ccfdb.noarch", "Installed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Installed: mssql-server-14.0.3465.1-1.x86_64", "Installed: gdb-8.2-20.el8.x86_64", "Installed: guile-5:2.0.14-7.el8.x86_64", "Installed: python2-pip-9.0.3-19.module_el8+570+db61b4f9.noarch", "Installed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Installed: python2-pip-wheel-9.0.3-19.module_el8+570+db61b4f9.noarch", "Installed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Installed: libipt-1.6.1-8.el8.x86_64", "Installed: libatomic_ops-7.6.2-3.el8.x86_64", "Installed: gc-7.6.4-3.el8.x86_64", "Installed: bzip2-1.0.6-26.el8.x86_64", "Installed: python2-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Installed: libbabeltrace-1.5.4-4.el8.x86_64", "Installed: python2-setuptools-39.0.1-14.module_el8+733+876ccfdb.noarch", "Installed: libtool-ltdl-2.4.6-25.el8.x86_64", "Installed: libatomic-8.5.0-21.el8.x86_64" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:258 Friday 08 December 2023 19:26:30 +0000 (0:00:36.772) 0:00:41.618 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:266 Friday 08 December 2023 19:26:30 +0000 (0:00:00.021) 0:00:41.640 ******* 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.005340", "end": "2023-12-08 19:26:31.194603", "rc": 0, "start": "2023-12-08 19:26:31.189263" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:281 Friday 08 December 2023 19:26:31 +0000 (0:00:00.265) 0:00:41.905 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:285 Friday 08 December 2023 19:26:42 +0000 (0:00:11.531) 0:00:53.437 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:294 Friday 08 December 2023 19:26:42 +0000 (0:00:00.027) 0:00:53.464 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:310 Friday 08 December 2023 19:26:42 +0000 (0:00:00.045) 0:00:53.510 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:330 Friday 08 December 2023 19:26:47 +0000 (0:00:04.600) 0:00:58.111 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:345 Friday 08 December 2023 19:26:47 +0000 (0:00:00.025) 0:00:58.136 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:352 Friday 08 December 2023 19:26:47 +0000 (0:00:00.021) 0:00:58.157 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:357 Friday 08 December 2023 19:26:50 +0000 (0:00:03.301) 0:01:01.459 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 19:00:10 UTC", "ActiveEnterTimestampMonotonic": "18913637", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service dbus.socket systemd-sysctl.service sysinit.target network.target basic.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 19:00:09 UTC", "AssertTimestampMonotonic": "18034265", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 19:00:09 UTC", "ConditionTimestampMonotonic": "18034263", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service tlp.service shutdown.target power-profiles-daemon.service auto-cpufreq.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "702", "ExecMainStartTimestamp": "Fri 2023-12-08 19:00:09 UTC", "ExecMainStartTimestampMonotonic": "18035193", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2023-12-08 19:00:09 UTC", "InactiveExitTimestampMonotonic": "18035249", "InvocationID": "380302bf521c4f0aa0e7e268704bbecf", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "702", "MemoryAccounting": "yes", "MemoryCurrent": "22732800", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target dbus.service dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2023-12-08 19:00:10 UTC", "StateChangeTimestampMonotonic": "18913637", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "5", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 19:00:10 UTC", "WatchdogTimestampMonotonic": "18913634", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:363 Friday 08 December 2023 19:26:51 +0000 (0:00:00.495) 0:01:01.954 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.113292", "end": "2023-12-08 19:26:51.543798", "rc": 0, "start": "2023-12-08 19:26:51.430506" } 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:373 Friday 08 December 2023 19:26:51 +0000 (0:00:00.311) 0:01:02.266 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:386 Friday 08 December 2023 19:26:51 +0000 (0:00:00.022) 0:01:02.288 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:395 Friday 08 December 2023 19:26:51 +0000 (0:00:00.025) 0:01:02.313 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:405 Friday 08 December 2023 19:26:51 +0000 (0:00:00.021) 0:01:02.335 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:412 Friday 08 December 2023 19:26:51 +0000 (0:00:00.200) 0:01:02.535 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: msodbcsql17-17.10.5.1-1.x86_64", "Installed: unixODBC-devel-2.3.11-1.rh.x86_64", "Installed: unixODBC-2.3.11-1.rh.x86_64", "Installed: mssql-tools-17.10.1.1-1.x86_64" ] } TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:424 Friday 08 December 2023 19:26:55 +0000 (0:00:03.865) 0:01:06.400 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:428 Friday 08 December 2023 19:26:55 +0000 (0:00:00.044) 0:01:06.445 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:434 Friday 08 December 2023 19:26:55 +0000 (0:00:00.022) 0:01:06.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 : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:449 Friday 08 December 2023 19:26:55 +0000 (0:00:00.021) 0:01:06.488 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:456 Friday 08 December 2023 19:26:55 +0000 (0:00:00.021) 0:01:06.510 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:464 Friday 08 December 2023 19:26:55 +0000 (0:00:00.019) 0:01:06.530 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:486 Friday 08 December 2023 19:26:55 +0000 (0:00:00.021) 0:01:06.551 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:497 Friday 08 December 2023 19:26:55 +0000 (0:00:00.019) 0:01:06.570 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:512 Friday 08 December 2023 19:26:55 +0000 (0:00:00.036) 0:01:06.607 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:525 Friday 08 December 2023 19:26:55 +0000 (0:00:00.021) 0:01:06.629 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:532 Friday 08 December 2023 19:26:55 +0000 (0:00:00.023) 0:01:06.653 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:538 Friday 08 December 2023 19:26:55 +0000 (0:00:00.026) 0:01:06.679 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:558 Friday 08 December 2023 19:26:56 +0000 (0:00:00.031) 0:01:06.711 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:565 Friday 08 December 2023 19:26:56 +0000 (0:00:00.036) 0:01:06.747 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Friday 08 December 2023 19:26:56 +0000 (0:00:00.022) 0:01:06.769 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:584 Friday 08 December 2023 19:26:56 +0000 (0:00:00.029) 0:01:06.799 ******* included: /WORKDIR/git-storage-selinux686x6raf/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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 19:26:56 +0000 (0:00:00.034) 0:01:06.834 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002782", "end": "2023-12-08 19:26:56.314649", "failed_when_result": false, "rc": 1, "start": "2023-12-08 19:26:56.311867" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 19:26:56 +0000 (0:00:00.203) 0:01:07.038 ******* ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.047079", "end": "2023-12-08 19:26:56.570172", "failed_when_result": false, "rc": 0, "start": "2023-12-08 19:26:56.523093" } 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 19:26:56 +0000 (0:00:00.250) 0:01:07.289 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:590 Friday 08 December 2023 19:26:56 +0000 (0:00:00.034) 0:01:07.323 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:610 Friday 08 December 2023 19:26:56 +0000 (0:00:00.022) 0:01:07.345 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:617 Friday 08 December 2023 19:26:56 +0000 (0:00:00.023) 0:01:07.369 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Friday 08 December 2023 19:26:56 +0000 (0:00:00.022) 0:01:07.391 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:633 Friday 08 December 2023 19:26:56 +0000 (0:00:00.021) 0:01:07.412 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:639 Friday 08 December 2023 19:26:56 +0000 (0:00:00.020) 0:01:07.433 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:646 Friday 08 December 2023 19:26:56 +0000 (0:00:00.020) 0:01:07.453 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:654 Friday 08 December 2023 19:26:56 +0000 (0:00:00.020) 0:01:07.474 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Friday 08 December 2023 19:26:56 +0000 (0:00:00.019) 0:01:07.494 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:678 Friday 08 December 2023 19:26:56 +0000 (0:00:00.020) 0:01:07.515 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Friday 08 December 2023 19:26:56 +0000 (0:00:00.020) 0:01:07.536 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:697 Friday 08 December 2023 19:26:56 +0000 (0:00:00.019) 0:01:07.556 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:715 Friday 08 December 2023 19:26:56 +0000 (0:00:00.024) 0:01:07.580 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:724 Friday 08 December 2023 19:26:56 +0000 (0:00:00.045) 0:01:07.625 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:733 Friday 08 December 2023 19:26:56 +0000 (0:00:00.021) 0:01:07.647 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:740 Friday 08 December 2023 19:26:56 +0000 (0:00:00.019) 0:01:07.666 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:749 Friday 08 December 2023 19:26:57 +0000 (0:00:00.019) 0:01:07.686 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:757 Friday 08 December 2023 19:26:57 +0000 (0:00:00.021) 0:01:07.707 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:765 Friday 08 December 2023 19:26:57 +0000 (0:00:00.021) 0:01:07.729 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:772 Friday 08 December 2023 19:26:57 +0000 (0:00:00.020) 0:01:07.749 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Friday 08 December 2023 19:26:57 +0000 (0:00:00.023) 0:01:07.773 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:788 Friday 08 December 2023 19:26:57 +0000 (0:00:00.024) 0:01:07.798 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:801 Friday 08 December 2023 19:26:57 +0000 (0:00:00.022) 0:01:07.820 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:810 Friday 08 December 2023 19:26:57 +0000 (0:00:00.022) 0:01:07.842 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:822 Friday 08 December 2023 19:26:57 +0000 (0:00:00.021) 0:01:07.864 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:827 Friday 08 December 2023 19:26:57 +0000 (0:00:00.020) 0:01:07.884 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:844 Friday 08 December 2023 19:26:57 +0000 (0:00:00.018) 0:01:07.903 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:849 Friday 08 December 2023 19:26:57 +0000 (0:00:00.019) 0:01:07.922 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:854 Friday 08 December 2023 19:26:57 +0000 (0:00:00.019) 0:01:07.942 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:860 Friday 08 December 2023 19:26:57 +0000 (0:00:00.019) 0:01:07.961 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:886 Friday 08 December 2023 19:26:57 +0000 (0:00:00.049) 0:01:08.011 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:907 Friday 08 December 2023 19:26:57 +0000 (0:00:00.023) 0:01:08.034 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:915 Friday 08 December 2023 19:26:57 +0000 (0:00:00.045) 0:01:08.079 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:925 Friday 08 December 2023 19:26:57 +0000 (0:00:00.022) 0:01:08.101 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:931 Friday 08 December 2023 19:26:57 +0000 (0:00:00.021) 0:01:08.123 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:948 Friday 08 December 2023 19:26:57 +0000 (0:00:00.020) 0:01:08.144 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:963 Friday 08 December 2023 19:26:57 +0000 (0:00:00.020) 0:01:08.164 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:983 Friday 08 December 2023 19:26:57 +0000 (0:00:00.019) 0:01:08.184 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1037 Friday 08 December 2023 19:26:57 +0000 (0:00:00.020) 0:01:08.205 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1044 Friday 08 December 2023 19:26:57 +0000 (0:00:00.019) 0:01:08.224 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Friday 08 December 2023 19:26:57 +0000 (0:00:00.019) 0:01:08.244 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1062 Friday 08 December 2023 19:26:57 +0000 (0:00:00.019) 0:01:08.264 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1068 Friday 08 December 2023 19:26:57 +0000 (0:00:00.021) 0:01:08.285 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Friday 08 December 2023 19:26:57 +0000 (0:00:00.025) 0:01:08.311 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1085 Friday 08 December 2023 19:26:57 +0000 (0:00:00.020) 0:01:08.332 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1093 Friday 08 December 2023 19:26:57 +0000 (0:00:00.029) 0:01:08.362 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1108 Friday 08 December 2023 19:26:57 +0000 (0:00:00.057) 0:01:08.419 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1115 Friday 08 December 2023 19:26:57 +0000 (0:00:00.023) 0:01:08.443 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1140 Friday 08 December 2023 19:26:57 +0000 (0:00:00.022) 0:01:08.465 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1149 Friday 08 December 2023 19:26:57 +0000 (0:00:00.028) 0:01:08.493 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1159 Friday 08 December 2023 19:26:57 +0000 (0:00:00.026) 0:01:08.519 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1170 Friday 08 December 2023 19:26:57 +0000 (0:00:00.037) 0:01:08.557 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1183 Friday 08 December 2023 19:26:57 +0000 (0:00:00.050) 0:01:08.607 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1196 Friday 08 December 2023 19:26:57 +0000 (0:00:00.028) 0:01:08.636 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1203 Friday 08 December 2023 19:26:57 +0000 (0:00:00.020) 0:01:08.656 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Friday 08 December 2023 19:26:57 +0000 (0:00:00.021) 0:01:08.678 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1219 Friday 08 December 2023 19:26:58 +0000 (0:00:00.022) 0:01:08.701 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1226 Friday 08 December 2023 19:26:58 +0000 (0:00:00.023) 0:01:08.724 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1238 Friday 08 December 2023 19:26:58 +0000 (0:00:00.027) 0:01:08.751 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1247 Friday 08 December 2023 19:26:58 +0000 (0:00:00.021) 0:01:08.773 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1254 Friday 08 December 2023 19:26:58 +0000 (0:00:00.021) 0:01:08.795 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1260 Friday 08 December 2023 19:26:58 +0000 (0:00:00.021) 0:01:08.817 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Friday 08 December 2023 19:26:58 +0000 (0:00:00.022) 0:01:08.839 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1281 Friday 08 December 2023 19:26:58 +0000 (0:00:00.061) 0:01:08.901 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1293 Friday 08 December 2023 19:26:58 +0000 (0:00:00.021) 0:01:08.922 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1299 Friday 08 December 2023 19:26:58 +0000 (0:00:00.022) 0:01:08.945 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1308 Friday 08 December 2023 19:26:58 +0000 (0:00:00.022) 0:01:08.968 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1321 Friday 08 December 2023 19:26:58 +0000 (0:00:00.280) 0:01:09.248 ******* 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-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1332 Friday 08 December 2023 19:26:58 +0000 (0:00:00.021) 0:01:09.270 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [caller : assert] ********************************************************* task path: /WORKDIR/git-storage-selinux686x6raf/tests/roles/caller/tasks/main.yml:7 Friday 08 December 2023 19:26:58 +0000 (0:00:00.021) 0:01:09.291 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/tests_include_vars_from_parent.yml:76 Friday 08 December 2023 19:26:58 +0000 (0:00:00.022) 0:01:09.314 ******* included: /WORKDIR/git-storage-selinux686x6raf/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/tasks/cleanup.yml:2 Friday 08 December 2023 19:26:58 +0000 (0:00:00.034) 0:01:09.349 ******* 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-storage-selinux686x6raf/tests/tasks/cleanup.yml:6 Friday 08 December 2023 19:26:59 +0000 (0:00:01.323) 0:01:10.672 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/tasks/cleanup.yml:14 Friday 08 December 2023 19:27:00 +0000 (0:00:00.031) 0:01:10.704 ******* ok: [sut] => { "ansible_python_version": "3.6.8" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/tasks/cleanup.yml:18 Friday 08 December 2023 19:27:00 +0000 (0:00:00.021) 0:01:10.725 ******* TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 08 December 2023 19:27:00 +0000 (0:00:00.068) 0:01:10.794 ******* included: /WORKDIR/git-storage-selinux686x6raf/.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-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 08 December 2023 19:27:00 +0000 (0:00:00.038) 0:01:10.833 ******* 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-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 08 December 2023 19:27:00 +0000 (0:00:00.026) 0:01:10.859 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 08 December 2023 19:27:00 +0000 (0:00:00.203) 0:01:11.063 ******* ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Friday 08 December 2023 19:27:00 +0000 (0:00:00.025) 0:01:11.089 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 08 December 2023 19:27:03 +0000 (0:00:02.820) 0:01:13.909 ******* 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-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Friday 08 December 2023 19:27:03 +0000 (0:00:00.049) 0:01:13.959 ******* 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-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Friday 08 December 2023 19:27:03 +0000 (0:00:00.065) 0:01:14.024 ******* ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 19:19:03 UTC", "ActiveEnterTimestampMonotonic": "1151236652", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice dbus.socket basic.target dbus.service polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 19:19:02 UTC", "AssertTimestampMonotonic": "1150602443", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 19:19:02 UTC", "ConditionTimestampMonotonic": "1150602442", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service ebtables.service iptables.service ipset.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13332", "ExecMainStartTimestamp": "Fri 2023-12-08 19:19:02 UTC", "ExecMainStartTimestampMonotonic": "1150603850", "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", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2023-12-08 19:19:02 UTC", "InactiveExitTimestampMonotonic": "1150604008", "InvocationID": "cb49307edcf04ef784395490a90a77db", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13332", "MemoryAccounting": "yes", "MemoryCurrent": "42426368", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2023-12-08 19:19:03 UTC", "StateChangeTimestampMonotonic": "1151236652", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2023-12-08 19:19:03 UTC", "WatchdogTimestampMonotonic": "1151236648", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Friday 08 December 2023 19:27:03 +0000 (0:00:00.394) 0:01:14.419 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 19:19:03 UTC", "ActiveEnterTimestampMonotonic": "1151236652", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice dbus.socket basic.target dbus.service polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 19:19:02 UTC", "AssertTimestampMonotonic": "1150602443", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 19:19:02 UTC", "ConditionTimestampMonotonic": "1150602442", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service ebtables.service iptables.service ipset.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13332", "ExecMainStartTimestamp": "Fri 2023-12-08 19:19:02 UTC", "ExecMainStartTimestampMonotonic": "1150603850", "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", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2023-12-08 19:19:02 UTC", "InactiveExitTimestampMonotonic": "1150604008", "InvocationID": "cb49307edcf04ef784395490a90a77db", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28609", "LimitNPROCSoft": "28609", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28609", "LimitSIGPENDINGSoft": "28609", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13332", "MemoryAccounting": "yes", "MemoryCurrent": "42426368", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2023-12-08 19:19:03 UTC", "StateChangeTimestampMonotonic": "1151236652", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "45774", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2023-12-08 19:19:03 UTC", "WatchdogTimestampMonotonic": "1151236648", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Friday 08 December 2023 19:27:05 +0000 (0:00:01.357) 0:01:15.777 ******* ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 08 December 2023 19:27:05 +0000 (0:00:00.025) 0:01:15.802 ******* ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.44.143 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Friday 08 December 2023 19:27:05 +0000 (0:00:00.373) 0:01:16.176 ******* ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Friday 08 December 2023 19:27:05 +0000 (0:00:00.026) 0:01:16.203 ******* TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Friday 08 December 2023 19:27:05 +0000 (0:00:00.025) 0:01:16.228 ******* TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Friday 08 December 2023 19:27:05 +0000 (0:00:00.030) 0:01:16.259 ******* 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-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Friday 08 December 2023 19:27:05 +0000 (0:00:00.028) 0:01:16.287 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Friday 08 December 2023 19:27:05 +0000 (0:00:00.022) 0:01:16.309 ******* 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-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Friday 08 December 2023 19:27:05 +0000 (0:00:00.023) 0:01:16.333 ******* ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.44.143 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Friday 08 December 2023 19:27:05 +0000 (0:00:00.279) 0:01:16.613 ******* ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Friday 08 December 2023 19:27:05 +0000 (0:00:00.028) 0:01:16.642 ******* skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-storage-selinux686x6raf/tests/tasks/cleanup.yml:27 Friday 08 December 2023 19:27:05 +0000 (0:00:00.022) 0:01:16.664 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-storage-selinux686x6raf/tests/tasks/cleanup.yml:35 Friday 08 December 2023 19:27:06 +0000 (0:00:00.025) 0:01:16.690 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/tasks/cleanup.yml:39 Friday 08 December 2023 19:27:06 +0000 (0:00:00.025) 0:01:16.715 ******* ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-storage-selinux686x6raf/tests/tasks/cleanup.yml:45 Friday 08 December 2023 19:27:06 +0000 (0:00:00.290) 0:01:17.006 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: guile-5:2.0.14-7.el8.x86_64", "Removed: bzip2-1.0.6-26.el8.x86_64", "Removed: libtool-ltdl-2.4.6-25.el8.x86_64", "Removed: unixODBC-2.3.11-1.rh.x86_64", "Removed: unixODBC-devel-2.3.11-1.rh.x86_64", "Removed: python2-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Removed: python2-libs-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Removed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Removed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Removed: python2-setuptools-39.0.1-14.module_el8+733+876ccfdb.noarch", "Removed: python2-pip-9.0.3-19.module_el8+570+db61b4f9.noarch", "Removed: python2-pip-wheel-9.0.3-19.module_el8+570+db61b4f9.noarch", "Removed: python2-setuptools-wheel-39.0.1-14.module_el8+733+876ccfdb.noarch", "Removed: msodbcsql17-17.10.5.1-1.x86_64", "Removed: libatomic-8.5.0-21.el8.x86_64", "Removed: mssql-tools-17.10.1.1-1.x86_64", "Removed: libatomic_ops-7.6.2-3.el8.x86_64", "Removed: libbabeltrace-1.5.4-4.el8.x86_64", "Removed: mssql-server-14.0.3465.1-1.x86_64", "Removed: gc-7.6.4-3.el8.x86_64", "Removed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Removed: gdb-8.2-20.el8.x86_64", "Removed: gdb-headless-8.2-20.el8.x86_64", "Removed: libipt-1.6.1-8.el8.x86_64" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-storage-selinux686x6raf/tests/tasks/cleanup.yml:58 Friday 08 December 2023 19:27:11 +0000 (0:00:05.510) 0:01:22.516 ******* 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.009317", "end": "2023-12-08 19:27:12.008887", "rc": 0, "start": "2023-12-08 19:27:11.999570" } STDOUT: removed '/var/opt/mssql/mssql.conf' removed directory '/var/opt/mssql/.system/system/Temp' removed '/var/opt/mssql/.system/system/lsasetup.log' removed '/var/opt/mssql/.system/system/debug/PASSWD.LOG' removed directory '/var/opt/mssql/.system/system/debug' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/e663ff91-061e-4812-8c00-3643b182441b' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred' 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/LogFiles/Scm' removed directory '/var/opt/mssql/.system/system/system32/LogFiles' removed directory '/var/opt/mssql/.system/system/system32' removed '/var/opt/mssql/.system/system/licensing.hiv' removed '/var/opt/mssql/.system/system/security.hiv' removed '/var/opt/mssql/.system/system/lsa.hiv' removed directory '/var/opt/mssql/.system/system' 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/Temp' 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/Certificates' 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/CTLs' 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' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-918259475-2879574561-1376555501-500/42e7704ae40b0d75de00736cc66b813a_2619d3f5-370b-434f-925f-477b99df2afb' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-918259475-2879574561-1376555501-500' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-918259475-2879574561-1376555501-500/332a33ac-b372-41dd-bbb7-91ef12dc4c46' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-918259475-2879574561-1376555501-500/Preferred' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-918259475-2879574561-1376555501-500' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/CREDHIST' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect' 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/LocalLow' removed directory '/var/opt/mssql/.system/profiles/Client/AppData' 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, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, 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 '/var/opt/mssql/.system/instance_id' removed directory '/var/opt/mssql/.system' removed '/var/opt/mssql/data/master.mdf' removed '/var/opt/mssql/data/mastlog.ldf' removed '/var/opt/mssql/data/model.mdf' removed '/var/opt/mssql/data/modellog.ldf' removed '/var/opt/mssql/data/msdbdata.mdf' removed '/var/opt/mssql/data/msdblog.ldf' removed '/var/opt/mssql/data/tempdb.mdf' removed '/var/opt/mssql/data/templog.ldf' removed directory '/var/opt/mssql/data' removed '/var/opt/mssql/log/sqlagentstartup.log' removed '/var/opt/mssql/log/HkEngineEventFile_0_133465372057850000.xel' removed '/var/opt/mssql/log/system_health_0_133465372063460000.xel' removed '/var/opt/mssql/log/log.trc' removed '/var/opt/mssql/log/errorlog.2' removed '/var/opt/mssql/log/errorlog.1' removed '/var/opt/mssql/log/errorlog' removed '/var/opt/mssql/log/HkEngineEventFile_0_133465372097270000.xel' removed '/var/opt/mssql/log/system_health_0_133465372101120000.xel' removed '/var/opt/mssql/log/log_1.trc' 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-2017.repo' removed '/etc/yum.repos.d/packages-microsoft-com-prod.repo' TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-storage-selinux686x6raf/tests/tasks/cleanup.yml:72 Friday 08 December 2023 19:27:12 +0000 (0:00:00.212) 0:01:22.728 ******* ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.010085", "end": "2023-12-08 19:27:12.218007", "rc": 0, "start": "2023-12-08 19:27:12.207922" } STDERR: Failed to stop mssql-server.service: Unit mssql-server.service not loaded. META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=45 changed=9 unreachable=0 failed=0 skipped=125 rescued=0 ignored=0 Friday 08 December 2023 19:27:12 +0000 (0:00:00.202) 0:01:22.931 ******* =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 36.77s /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 linux-system-roles.mssql : Gather system services facts ---------------- 11.53s /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:281 Remove related packages ------------------------------------------------- 5.51s /WORKDIR/git-storage-selinux686x6raf/tests/tasks/cleanup.yml:45 --------------- linux-system-roles.mssql : Set up MSSQL --------------------------------- 4.60s /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:310 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 3.87s /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:412 linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 3.30s /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:352 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.82s /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 linux-system-roles.mssql : Gather package facts ------------------------- 1.41s /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:117 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.36s /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Gather package facts ---------------------------------------------------- 1.32s /WORKDIR/git-storage-selinux686x6raf/tests/tasks/cleanup.yml:2 ---------------- Create var file in caller that can override the one in called role ------ 1.14s /WORKDIR/git-storage-selinux686x6raf/tests/tests_include_vars_from_parent.yml:13 Gathering Facts --------------------------------------------------------- 0.74s /WORKDIR/git-storage-selinux686x6raf/tests/tests_include_vars_from_parent.yml:8 linux-system-roles.mssql : Ensure that the tuned service is started and enabled --- 0.50s /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:357 linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories --- 0.42s /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:159 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.39s /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 0.37s /WORKDIR/git-storage-selinux686x6raf/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017 --- 0.34s /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:201 linux-system-roles.mssql : Get the active Tuned profiles ---------------- 0.31s /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:363 Ensure that yum and dnf caching is enabled ------------------------------ 0.29s /WORKDIR/git-storage-selinux686x6raf/tests/tasks/cleanup.yml:39 --------------- linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf --- 0.28s /WORKDIR/git-storage-selinux686x6raf/tests/roles/linux-system-roles.mssql/tasks/main.yml:1308 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---