[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.16.9] 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/tmp.t86Pcgl0MI executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 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/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Wednesday 31 July 2024 09:55:56 -0400 (0:00:00.013) 0:00:00.013 ******** included: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Wednesday 31 July 2024 09:55:56 -0400 (0:00:00.033) 0:00:00.046 ******** ok: [managed_node1] TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Wednesday 31 July 2024 09:55:57 -0400 (0:00:00.889) 0:00:00.936 ******** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Wednesday 31 July 2024 09:55:57 -0400 (0:00:00.471) 0:00:01.408 ******** ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Wednesday 31 July 2024 09:55:57 -0400 (0:00:00.021) 0:00:01.430 ******** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Wednesday 31 July 2024 09:55:58 -0400 (0:00:00.368) 0:00:01.798 ******** ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Wednesday 31 July 2024 09:55:58 -0400 (0:00:00.022) 0:00:01.820 ******** ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:5 Wednesday 31 July 2024 09:55:58 -0400 (0:00:00.024) 0:00:01.845 ******** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:17 Wednesday 31 July 2024 09:56:01 -0400 (0:00:03.142) 0:00:04.987 ******** skipping: [managed_node1] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:22 Wednesday 31 July 2024 09:56:01 -0400 (0:00:00.028) 0:00:05.016 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:27 Wednesday 31 July 2024 09:56:01 -0400 (0:00:00.027) 0:00:05.043 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:35 Wednesday 31 July 2024 09:56:01 -0400 (0:00:00.026) 0:00:05.070 ******** ok: [managed_node1] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-07-31 09:55:17 EDT", "ActiveEnterTimestampMonotonic": "9017407", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket dbus.service sysinit.target systemd-journald.socket basic.target systemd-sysctl.service network.target polkit.service system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-07-31 09:55:17 EDT", "AssertTimestampMonotonic": "8127549", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-07-31 09:55:17 EDT", "ConditionTimestampMonotonic": "8127547", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target cpupower.service tlp.service 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": "656", "ExecMainStartTimestamp": "Wed 2024-07-31 09:55:17 EDT", "ExecMainStartTimestampMonotonic": "8129582", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Wed 2024-07-31 09:55:17 EDT] ; stop_time=[n/a] ; pid=656 ; 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": "Wed 2024-07-31 09:55:17 EDT", "InactiveExitTimestampMonotonic": "8129635", "InvocationID": "d5e08d42f08845ee82e50b3d3bb65917", "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": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "656", "MemoryAccounting": "yes", "MemoryCurrent": "21020672", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.service sysinit.target system.slice dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2024-07-31 09:55:17 EDT", "StateChangeTimestampMonotonic": "9017407", "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": "4", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Wed 2024-07-31 09:55:17 EDT", "WatchdogTimestampMonotonic": "9017404", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Wednesday 31 July 2024 09:56:02 -0400 (0:00:01.199) 0:00:06.269 ******** ok: [managed_node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kernel_settings : Generate a configuration for kernel settings] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:48 Wednesday 31 July 2024 09:56:03 -0400 (0:00:00.485) 0:00:06.755 ******** ok: [managed_node1] => { "changed": false, "dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-local-26983ie6jo5ax/tmpji54d_cr/kernel_settings.j2" } TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:55 Wednesday 31 July 2024 09:56:03 -0400 (0:00:00.396) 0:00:07.152 ******** ok: [managed_node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6a2VybmVsX3NldHRpbmdzClttYWluXQpzdW1tYXJ5ID0ga2VybmVsIHNldHRpbmdzCg==", "encoding": "base64", "source": "/etc/tuned/kernel_settings/tuned.conf" } TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:61 Wednesday 31 July 2024 09:56:04 -0400 (0:00:00.456) 0:00:07.609 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "kernel_settings_sysctl or kernel_settings_sysfs or kernel_settings_systemd_cpu_affinity or kernel_settings_transparent_hugepages or kernel_settings_transparent_hugepages_defrag or kernel_settings_bootloader_cmdline | d({}) or kernel_settings_purge or __kernel_settings_cur_header != __kernel_settings_new_header", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:90 Wednesday 31 July 2024 09:56:04 -0400 (0:00:00.035) 0:00:07.645 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_module is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:96 Wednesday 31 July 2024 09:56:04 -0400 (0:00:00.015) 0:00:07.660 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_module is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:100 Wednesday 31 July 2024 09:56:04 -0400 (0:00:00.014) 0:00:07.674 ******** skipping: [managed_node1] => { "false_condition": "__kernel_settings_register_module.reboot_required | d(false)" } TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:109 Wednesday 31 July 2024 09:56:04 -0400 (0:00:00.025) 0:00:07.700 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_module.reboot_required | d(false)", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed_node1 : ok=12 changed=0 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0 Wednesday 31 July 2024 09:56:04 -0400 (0:00:00.029) 0:00:07.729 ******** =============================================================================== fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 3.14s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:5 fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started --- 1.20s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:35 fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role --- 0.89s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists --- 0.49s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 fedora.linux_system_roles.kernel_settings : Check if system is ostree --- 0.47s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 fedora.linux_system_roles.kernel_settings : Get current config ---------- 0.46s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:55 fedora.linux_system_roles.kernel_settings : Generate a configuration for kernel settings --- 0.40s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:48 fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin --- 0.37s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.04s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:61 fedora.linux_system_roles.kernel_settings : Set version specific variables --- 0.03s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes --- 0.03s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:109 fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes --- 0.03s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:17 fedora.linux_system_roles.kernel_settings : Reboot transactional update systems --- 0.03s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:22 fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set --- 0.03s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:27 fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes --- 0.03s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:100 fedora.linux_system_roles.kernel_settings : Set platform/version specific variables --- 0.02s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists --- 0.02s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree --- 0.02s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 0.02s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:90 fedora.linux_system_roles.kernel_settings : Verify settings ------------- 0.01s /tmp/tmp.t86Pcgl0MI/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:96