ansible-playbook [core 2.17.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-NMc executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Aug 14 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-11)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Run the role] ************************************************************ task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:19 Wednesday 17 September 2025 11:32:50 -0400 (0:00:00.047) 0:00:00.047 *** included: fedora.linux_system_roles.hpc for managed-node1 TASK [fedora.linux_system_roles.hpc : Set platform/version specific variables] *** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:3 Wednesday 17 September 2025 11:32:50 -0400 (0:00:00.054) 0:00:00.102 *** included: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.hpc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:2 Wednesday 17 September 2025 11:32:50 -0400 (0:00:00.015) 0:00:00.118 *** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [fedora.linux_system_roles.hpc : Check if system is ostree] *************** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:10 Wednesday 17 September 2025 11:32:51 -0400 (0:00:00.990) 0:00:01.108 *** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.hpc : Set flag to indicate system is ostree] *** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:15 Wednesday 17 September 2025 11:32:51 -0400 (0:00:00.435) 0:00:01.543 *** ok: [managed-node1] => { "ansible_facts": { "__hpc_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.hpc : Set platform/version specific variables] *** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:19 Wednesday 17 September 2025 11:32:51 -0400 (0:00:00.031) 0:00:01.575 *** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "__template_packages": [], "__template_services": [] }, "ansible_included_var_files": [ "/tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "__template_packages": [], "__template_services": [] }, "ansible_included_var_files": [ "/tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.hpc : Deploy the GPG key for RHEL EPEL repository] *** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:6 Wednesday 17 September 2025 11:32:52 -0400 (0:00:00.046) 0:00:01.621 *** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.hpc : Install EPEL release package] ************ task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:12 Wednesday 17 September 2025 11:32:52 -0400 (0:00:00.606) 0:00:02.228 *** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "Installed /root/.ansible/tmp/ansible-tmp-1758123172.6893144-8272-166244523878029/epel-release-latest-9.noarchm75dh25_.rpm" ] } MSG: Nothing to do TASK [fedora.linux_system_roles.hpc : Deploy the GPG key for NVIDIA repositories] *** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:18 Wednesday 17 September 2025 11:32:54 -0400 (0:00:01.508) 0:00:03.736 *** changed: [managed-node1] => { "changed": true } TASK [fedora.linux_system_roles.hpc : Configure the NVIDIA CUDA repository] **** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:23 Wednesday 17 September 2025 11:32:54 -0400 (0:00:00.481) 0:00:04.217 *** redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf changed: [managed-node1] => { "changed": true, "repo": "nvidia-cuda", "state": "present" } TASK [fedora.linux_system_roles.hpc : Install lvm2 to get lvs command] ********* task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:33 Wednesday 17 September 2025 11:32:55 -0400 (0:00:00.432) 0:00:04.650 *** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_manage_storage", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Get current LV size of rootlv] *********** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:39 Wednesday 17 September 2025 11:32:55 -0400 (0:00:00.014) 0:00:04.665 *** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_manage_storage", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Get current LV size of usrlv] ************ task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:46 Wednesday 17 September 2025 11:32:55 -0400 (0:00:00.011) 0:00:04.676 *** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_manage_storage", "skip_reason": "Conditional result was False" } TASK [Configure storage] ******************************************************* task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:53 Wednesday 17 September 2025 11:32:55 -0400 (0:00:00.010) 0:00:04.687 *** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_manage_storage", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Update RHUI packages from Microsoft repositories] *** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:81 Wednesday 17 September 2025 11:32:55 -0400 (0:00:00.011) 0:00:04.699 *** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_system_vendor == \"Microsoft Corporation\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Force install kernel] ******************** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:89 Wednesday 17 September 2025 11:32:55 -0400 (0:00:00.010) 0:00:04.709 *** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_force_kernel_version is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Explicitly install kernel-devel and kernel-headers packages matching the currently running kernel] *** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:96 Wednesday 17 September 2025 11:32:55 -0400 (0:00:00.016) 0:00:04.726 *** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.hpc : Flush handlers to apply new kernel] ****** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:106 Wednesday 17 September 2025 11:32:57 -0400 (0:00:02.324) 0:00:07.051 *** META: triggered running handlers for managed-node1 TASK [fedora.linux_system_roles.hpc : Ensure that dnf-command(versionlock) is installed] *** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:109 Wednesday 17 September 2025 11:32:57 -0400 (0:00:00.002) 0:00:07.053 *** changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-dnf-plugin-versionlock-4.3.0-22.el9.noarch" ] } TASK [fedora.linux_system_roles.hpc : Check if kernel versionlock entries exist] *** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:114 Wednesday 17 September 2025 11:32:59 -0400 (0:00:01.956) 0:00:09.009 *** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1662723770.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1758123178.9584723, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 9210254, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0644", "mtime": 1662723770.0, "nlink": 1, "path": "/etc/dnf/plugins/versionlock.list", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "version": "2144027503", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.hpc : Get content of versionlock file] ********* task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:119 Wednesday 17 September 2025 11:32:59 -0400 (0:00:00.350) 0:00:09.359 *** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/dnf/plugins/versionlock.list" ], "delta": "0:00:00.003171", "end": "2025-09-17 11:33:00.148073", "rc": 0, "start": "2025-09-17 11:33:00.144902" } TASK [fedora.linux_system_roles.hpc : Prevent installation of all kernel packages of a different version] *** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:129 Wednesday 17 September 2025 11:33:00 -0400 (0:00:00.437) 0:00:09.797 *** changed: [managed-node1] => (item=kernel) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel" ], "delta": "0:00:00.657917", "end": "2025-09-17 11:33:01.150527", "item": "kernel", "rc": 0, "start": "2025-09-17 11:33:00.492610" } STDOUT: Last metadata expiration check: 0:00:04 ago on Wed 17 Sep 2025 11:32:56 AM EDT. Adding versionlock on: kernel-0:5.14.0-612.el9.* changed: [managed-node1] => (item=kernel-core) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-core" ], "delta": "0:00:00.661125", "end": "2025-09-17 11:33:02.139705", "item": "kernel-core", "rc": 0, "start": "2025-09-17 11:33:01.478580" } STDOUT: Last metadata expiration check: 0:00:05 ago on Wed 17 Sep 2025 11:32:56 AM EDT. Adding versionlock on: kernel-core-0:5.14.0-612.el9.* changed: [managed-node1] => (item=kernel-modules) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-modules" ], "delta": "0:00:00.656475", "end": "2025-09-17 11:33:03.118831", "item": "kernel-modules", "rc": 0, "start": "2025-09-17 11:33:02.462356" } STDOUT: Last metadata expiration check: 0:00:06 ago on Wed 17 Sep 2025 11:32:56 AM EDT. Adding versionlock on: kernel-modules-0:5.14.0-612.el9.* changed: [managed-node1] => (item=kernel-modules-extra) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-modules-extra" ], "delta": "0:00:00.651789", "end": "2025-09-17 11:33:04.094050", "item": "kernel-modules-extra", "rc": 0, "start": "2025-09-17 11:33:03.442261" } STDOUT: Last metadata expiration check: 0:00:07 ago on Wed 17 Sep 2025 11:32:56 AM EDT. Adding versionlock on: kernel-modules-extra-0:5.14.0-612.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-615.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-611.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-605.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-604.el9.* changed: [managed-node1] => (item=kernel-devel) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-devel" ], "delta": "0:00:00.652373", "end": "2025-09-17 11:33:05.067535", "item": "kernel-devel", "rc": 0, "start": "2025-09-17 11:33:04.415162" } STDOUT: Last metadata expiration check: 0:00:08 ago on Wed 17 Sep 2025 11:32:56 AM EDT. Adding versionlock on: kernel-devel-0:5.14.0-612.el9.* changed: [managed-node1] => (item=kernel-headers) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-headers" ], "delta": "0:00:00.665478", "end": "2025-09-17 11:33:06.056965", "item": "kernel-headers", "rc": 0, "start": "2025-09-17 11:33:05.391487" } STDOUT: Last metadata expiration check: 0:00:09 ago on Wed 17 Sep 2025 11:32:56 AM EDT. Adding versionlock on: kernel-headers-0:5.14.0-612.el9.* TASK [fedora.linux_system_roles.hpc : Enable nvidia-driver] ******************** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:138 Wednesday 17 September 2025 11:33:06 -0400 (0:00:05.910) 0:00:15.708 *** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_system_vendor == \"Microsoft Corporation\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install CUDA driver] ********************* task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:149 Wednesday 17 September 2025 11:33:06 -0400 (0:00:00.015) 0:00:15.723 *** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_cuda_driver", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Enable nvidia-persistenced.service] ****** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:155 Wednesday 17 September 2025 11:33:06 -0400 (0:00:00.012) 0:00:15.736 *** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_cuda_driver", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install CUDA Toolkit] ******************** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:160 Wednesday 17 September 2025 11:33:06 -0400 (0:00:00.011) 0:00:15.747 *** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_cuda_toolkit", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install NVIDIA NCCL] ********************* task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:169 Wednesday 17 September 2025 11:33:06 -0400 (0:00:00.010) 0:00:15.758 *** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_hpc_nvidia_nccl", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install NVIDIA Fabric Manager] *********** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:176 Wednesday 17 September 2025 11:33:06 -0400 (0:00:00.010) 0:00:15.768 *** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_fabric_manager", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Enable Fabric Manager service] *********** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:183 Wednesday 17 September 2025 11:33:06 -0400 (0:00:00.009) 0:00:15.778 *** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_system_vendor == \"Microsoft Corporation\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install NVIDIA RDMA packages] ************ task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:190 Wednesday 17 September 2025 11:33:06 -0400 (0:00:00.010) 0:00:15.789 *** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_rdma", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Enable RDMA in waagent configuration] **** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:199 Wednesday 17 September 2025 11:33:06 -0400 (0:00:00.011) 0:00:15.800 *** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_rdma", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Let user's applications lock as much memory as they need] *** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:209 Wednesday 17 September 2025 11:33:06 -0400 (0:00:00.010) 0:00:15.810 *** changed: [managed-node1] => (item=* soft memlock unlimited) => { "ansible_loop_var": "item", "backup": "/etc/security/limits.conf.11175.2025-09-17@11:33:06~", "changed": true, "item": "* soft memlock unlimited" } MSG: line added changed: [managed-node1] => (item=* hard memlock unlimited) => { "ansible_loop_var": "item", "backup": "/etc/security/limits.conf.11326.2025-09-17@11:33:06~", "changed": true, "item": "* hard memlock unlimited" } MSG: line added TASK [fedora.linux_system_roles.hpc : Install openmpi] ************************* task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:220 Wednesday 17 September 2025 11:33:06 -0400 (0:00:00.765) 0:00:16.575 *** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_openmpi", "skip_reason": "Conditional result was False" } TASK [Cleanup] ***************************************************************** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:23 Wednesday 17 September 2025 11:33:06 -0400 (0:00:00.013) 0:00:16.588 *** included: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/cleanup.yml for managed-node1 TASK [Check if versionlock entries exist] ************************************** task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/cleanup.yml:3 Wednesday 17 September 2025 11:33:07 -0400 (0:00:00.020) 0:00:16.609 *** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1758123185.9434884, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a3d69b842613692c890ea235017e5a759033c16a", "ctime": 1758123186.0214887, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 9210254, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1758123186.0214887, "nlink": 1, "path": "/etc/dnf/plugins/versionlock.list", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 609, "uid": 0, "version": "2144027503", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Clear dnf versionlock entries] ******************************************* task path: /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/cleanup.yml:8 Wednesday 17 September 2025 11:33:07 -0400 (0:00:00.781) 0:00:17.390 *** changed: [managed-node1] => { "changed": true, "cmd": [ "dnf", "versionlock", "clear" ], "delta": "0:00:00.572223", "end": "2025-09-17 11:33:08.649588", "rc": 0, "start": "2025-09-17 11:33:08.077365" } STDOUT: Last metadata expiration check: 0:00:12 ago on Wed 17 Sep 2025 11:32:56 AM EDT. PLAY RECAP ********************************************************************* managed-node1 : ok=19 changed=6 unreachable=0 failed=0 skipped=16 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Wednesday 17 September 2025 11:33:08 -0400 (0:00:00.906) 0:00:18.297 *** =============================================================================== fedora.linux_system_roles.hpc : Prevent installation of all kernel packages of a different version --- 5.91s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:129 fedora.linux_system_roles.hpc : Explicitly install kernel-devel and kernel-headers packages matching the currently running kernel --- 2.32s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:96 fedora.linux_system_roles.hpc : Ensure that dnf-command(versionlock) is installed --- 1.96s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:109 fedora.linux_system_roles.hpc : Install EPEL release package ------------ 1.51s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:12 fedora.linux_system_roles.hpc : Ensure ansible_facts used by role ------- 0.99s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:2 Clear dnf versionlock entries ------------------------------------------- 0.91s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/cleanup.yml:8 Check if versionlock entries exist -------------------------------------- 0.78s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/cleanup.yml:3 fedora.linux_system_roles.hpc : Let user's applications lock as much memory as they need --- 0.77s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:209 fedora.linux_system_roles.hpc : Deploy the GPG key for RHEL EPEL repository --- 0.61s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:6 fedora.linux_system_roles.hpc : Deploy the GPG key for NVIDIA repositories --- 0.48s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:18 fedora.linux_system_roles.hpc : Get content of versionlock file --------- 0.44s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:119 fedora.linux_system_roles.hpc : Check if system is ostree --------------- 0.44s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:10 fedora.linux_system_roles.hpc : Configure the NVIDIA CUDA repository ---- 0.43s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:23 fedora.linux_system_roles.hpc : Check if kernel versionlock entries exist --- 0.35s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:114 Run the role ------------------------------------------------------------ 0.05s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:19 fedora.linux_system_roles.hpc : Set platform/version specific variables --- 0.05s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:19 fedora.linux_system_roles.hpc : Set flag to indicate system is ostree --- 0.03s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:15 Cleanup ----------------------------------------------------------------- 0.02s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:23 fedora.linux_system_roles.hpc : Force install kernel -------------------- 0.02s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:89 fedora.linux_system_roles.hpc : Set platform/version specific variables --- 0.02s /tmp/collections-NMc/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:3