[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.17.2]
  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.w8dlBo6w4A
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.4 (main, Jul 17 2024, 00:00:00) [GCC 14.1.1 20240607 (Red Hat 14.1.1-5)] (/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_simple_settings.yml ********************************************
1 plays in /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml

PLAY [Test simple kernel settings] *********************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:2
Saturday 27 July 2024  04:23:59 -0400 (0:00:00.006)       0:00:00.006 ********* 
[WARNING]: Platform linux on host managed_node1 is using the discovered Python
interpreter at /usr/bin/python3.12, 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 [Set platform independent vars used by this test] *************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:8
Saturday 27 July 2024  04:24:00 -0400 (0:00:01.170)       0:00:01.177 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__kernel_settings_profile_file": "# File managed by Ansible - DO NOT EDIT\n[main]\nsummary = kernel settings\n[sysctl]\nfs.epoll.max_user_watches = 785592\nfs.file-max = 379724\n[vm]\ntransparent_hugepages = madvise\n[sysfs]\n/sys/kernel/debug/x86/ibrs_enabled = 0\n/sys/kernel/debug/x86/pti_enabled = 0\n/sys/kernel/debug/x86/retp_enabled = 0\n{% if __kernel_settings_blcmdline_value | d() %}\n[bootloader]\ncmdline = {{ __kernel_settings_blcmdline_value }}\n{% endif %}\n",
        "kernel_settings_sysctl": [
            {
                "name": "fs.epoll.max_user_watches",
                "value": 785592
            },
            {
                "name": "fs.file-max",
                "value": 379724
            },
            {
                "name": "no.such.param",
                "state": "absent"
            }
        ],
        "kernel_settings_sysfs": [
            {
                "name": "/sys/kernel/debug/x86/pti_enabled",
                "value": 0
            },
            {
                "name": "/sys/kernel/debug/x86/retp_enabled",
                "value": 0
            },
            {
                "name": "/sys/kernel/debug/x86/ibrs_enabled",
                "value": 0
            },
            {
                "name": "/sys/not/found",
                "state": "absent"
            }
        ],
        "kernel_settings_systemd_cpu_affinity": {
            "state": "absent"
        },
        "kernel_settings_transparent_hugepages": "madvise",
        "kernel_settings_transparent_hugepages_defrag": {
            "state": "absent"
        }
    },
    "ansible_included_var_files": [
        "/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/vars_simple_settings.yml"
    ],
    "changed": false
}

TASK [Disable bootloader cmdline testing on Fedora] ****************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:12
Saturday 27 July 2024  04:24:00 -0400 (0:00:00.015)       0:00:01.193 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution == \"Fedora\"",
    "skip_reason": "Conditional result was False"
}

TASK [Apply the settings - call the role] **************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:23
Saturday 27 July 2024  04:24:00 -0400 (0:00:00.011)       0:00:01.204 ********* 
included: fedora.linux_system_roles.kernel_settings for managed_node1

TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] ***
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2
Saturday 27 July 2024  04:24:00 -0400 (0:00:00.027)       0:00:01.231 ********* 
included: /tmp/tmp.w8dlBo6w4A/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.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2
Saturday 27 July 2024  04:24:00 -0400 (0:00:00.020)       0:00:01.252 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] ***
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10
Saturday 27 July 2024  04:24:00 -0400 (0:00:00.019)       0:00:01.272 ********* 
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.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15
Saturday 27 July 2024  04:24:01 -0400 (0:00:00.426)       0:00:01.698 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__kernel_settings_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] ***
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:19
Saturday 27 July 2024  04:24:01 -0400 (0:00:00.020)       0:00:01.719 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__kernel_settings_packages": [
            "tuned",
            "python3-configobj"
        ],
        "__kernel_settings_services": [
            "tuned"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmp.w8dlBo6w4A/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.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:5
Saturday 27 July 2024  04:24:01 -0400 (0:00:00.023)       0:00:01.742 ********* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: python3-configobj tuned

TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] ***
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:11
Saturday 27 July 2024  04:24:02 -0400 (0:00:00.794)       0:00:02.536 ********* 
ok: [managed_node1] => (item=tuned) => {
    "ansible_loop_var": "item",
    "changed": false,
    "enabled": true,
    "item": "tuned",
    "name": "tuned",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-07-27 04:23:19 EDT",
        "ActiveEnterTimestampMonotonic": "10340100",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus-broker.service network.target sysinit.target systemd-sysctl.service polkit.service basic.target dbus.socket system.slice systemd-journald.socket",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-07-27 04:23:18 EDT",
        "AssertTimestampMonotonic": "9757958",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "com.redhat.tuned",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "286087000",
        "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 cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-07-27 04:23:18 EDT",
        "ConditionTimestampMonotonic": "9757929",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "power-profiles-daemon.service cpupower.service tlp.service shutdown.target auto-cpufreq.service",
        "ControlGroup": "/system.slice/tuned.service",
        "ControlGroupId": "2863",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Dynamic System Tuning Daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3700940800",
        "EffectiveMemoryMax": "3700940800",
        "EffectiveTasksMax": "22402",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Sat 2024-07-27 04:23:18 EDT",
        "ExecMainHandoffTimestampMonotonic": "9783666",
        "ExecMainPID": "660",
        "ExecMainStartTimestamp": "Sat 2024-07-27 04:23:18 EDT",
        "ExecMainStartTimestampMonotonic": "9761684",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Sat 2024-07-27 04:23:18 EDT] ; stop_time=[n/a] ; pid=660 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Sat 2024-07-27 04:23:18 EDT] ; stop_time=[n/a] ; pid=660 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/tuned.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "tuned.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-07-27 04:23:18 EDT",
        "InactiveExitTimestampMonotonic": "9765405",
        "InvocationID": "4b373b01ec134e21a2a124761257d734",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14001",
        "LimitNPROCSoft": "14001",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14001",
        "LimitSIGPENDINGSoft": "14001",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "660",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3333455872",
        "MemoryCurrent": "19709952",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "20299776",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "tuned.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PIDFile": "/run/tuned/tuned.pid",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice dbus-broker.service dbus.socket sysinit.target",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Sat 2024-07-27 04:23:19 EDT",
        "StateChangeTimestampMonotonic": "10340100",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "4",
        "TasksMax": "22402",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] ***
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:18
Saturday 27 July 2024  04:24:02 -0400 (0:00:00.708)       0:00:03.245 ********* 
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.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24
Saturday 27 July 2024  04:24:03 -0400 (0:00:00.443)       0:00:03.689 ********* 
ok: [managed_node1] => {
    "changed": false,
    "dest": "/etc/tuned/kernel_settings/tuned.conf",
    "src": "/root/.ansible/tmp/ansible-local-7055cb5hnnyt/tmpcw6fe1yk/kernel_settings.j2"
}

TASK [fedora.linux_system_roles.kernel_settings : Get current config] **********
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:31
Saturday 27 July 2024  04:24:03 -0400 (0:00:00.373)       0:00:04.062 ********* 
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.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:37
Saturday 27 July 2024  04:24:04 -0400 (0:00:00.425)       0:00:04.488 ********* 
Notification for handler __kernel_settings_handler_modified has been saved.
changed: [managed_node1] => {
    "active_profile": "virtual-guest kernel_settings",
    "changed": true,
    "message": "",
    "new_profile": {
        "sysctl": {
            "fs.epoll.max_user_watches": "785592",
            "fs.file-max": "379724"
        },
        "sysfs": {
            "/sys/kernel/debug/x86/ibrs_enabled": "0",
            "/sys/kernel/debug/x86/pti_enabled": "0",
            "/sys/kernel/debug/x86/retp_enabled": "0"
        },
        "vm": {
            "transparent_hugepages": "madvise"
        }
    },
    "reboot_required": false
}

MSG:

Kernel settings were updated.

TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ********
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:66
Saturday 27 July 2024  04:24:04 -0400 (0:00:00.526)       0:00:05.015 ********* 
changed: [managed_node1] => {
    "changed": true,
    "cmd": [
        "tuned-adm",
        "profile",
        "virtual-guest kernel_settings"
    ],
    "delta": "0:00:01.115831",
    "end": "2024-07-27 04:24:06.060214",
    "rc": 0,
    "start": "2024-07-27 04:24:04.944383"
}

TASK [fedora.linux_system_roles.kernel_settings : Verify settings] *************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:72
Saturday 27 July 2024  04:24:06 -0400 (0:00:01.541)       0:00:06.556 ********* 
included: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node1

TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] ***
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2
Saturday 27 July 2024  04:24:06 -0400 (0:00:00.026)       0:00:06.582 ********* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "tuned-adm",
        "verify",
        "-i"
    ],
    "delta": "0:00:00.108472",
    "end": "2024-07-27 04:24:06.539782",
    "rc": 0,
    "start": "2024-07-27 04:24:06.431310"
}

STDOUT:

Verification succeeded, current system settings match the preset profile.
See TuneD log file ('/var/log/tuned/tuned.log') for details.

TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] ***
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12
Saturday 27 July 2024  04:24:06 -0400 (0:00:00.451)       0:00:07.034 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__kernel_settings_register_verify_values is failed",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] ***
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23
Saturday 27 July 2024  04:24:06 -0400 (0:00:00.016)       0:00:07.050 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__kernel_settings_register_verify_values is failed",
    "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.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:76
Saturday 27 July 2024  04:24:06 -0400 (0:00:00.018)       0:00:07.068 ********* 
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.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85
Saturday 27 July 2024  04:24:06 -0400 (0:00:00.016)       0:00:07.084 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__kernel_settings_register_module.reboot_required | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Verify that settings were applied correctly] *****************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:28
Saturday 27 July 2024  04:24:06 -0400 (0:00:00.020)       0:00:07.104 ********* 
included: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml for managed_node1

TASK [Set version specific variables] ******************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:2
Saturday 27 July 2024  04:24:06 -0400 (0:00:00.026)       0:00:07.131 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__kernel_settings_test_python_cmd": "/usr/libexec/platform-python",
        "__kernel_settings_test_python_pkgs": [
            "python3-configobj"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/tests_default.yml"
    ],
    "changed": false
}

TASK [Reset settings success flag] *********************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:13
Saturday 27 July 2024  04:24:06 -0400 (0:00:00.018)       0:00:07.149 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__kernel_settings_success": true
    },
    "changed": false
}

TASK [Check tuned-adm verify] **************************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:17
Saturday 27 July 2024  04:24:06 -0400 (0:00:00.011)       0:00:07.161 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__kernel_settings_test_verify",
    "skip_reason": "Conditional result was False"
}

TASK [Check for verify errors] *************************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:24
Saturday 27 July 2024  04:24:06 -0400 (0:00:00.011)       0:00:07.172 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__kernel_settings_register_verify is failed",
    "skip_reason": "Conditional result was False"
}

TASK [Check /proc/cmdline] *****************************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:31
Saturday 27 July 2024  04:24:06 -0400 (0:00:00.017)       0:00:07.189 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__kernel_settings_register_verify is failed",
    "skip_reason": "Conditional result was False"
}

TASK [Set error flag based on verify] ******************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:38
Saturday 27 July 2024  04:24:06 -0400 (0:00:00.015)       0:00:07.205 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__kernel_settings_register_verify is failed",
    "skip_reason": "Conditional result was False"
}

TASK [Check config files] ******************************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:45
Saturday 27 July 2024  04:24:06 -0400 (0:00:00.015)       0:00:07.221 ********* 
included: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml for managed_node1

TASK [Create temporary file for expected config] *******************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:2
Saturday 27 July 2024  04:24:06 -0400 (0:00:00.035)       0:00:07.256 ********* 
changed: [managed_node1] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/ansible.kxepgwg9.kernel_settings",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Put expected contents into temporary file] *******************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:8
Saturday 27 July 2024  04:24:07 -0400 (0:00:00.409)       0:00:07.666 ********* 
changed: [managed_node1] => {
    "changed": true,
    "checksum": "169e46a0442e2493edda7ef1d37dfc572d06525c",
    "dest": "/tmp/ansible.kxepgwg9.kernel_settings",
    "gid": 0,
    "group": "root",
    "md5sum": "b82bbe3a22d81e7a442595a59b2d0944",
    "mode": "0600",
    "owner": "root",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 299,
    "src": "/root/.ansible/tmp/ansible-tmp-1722068647.275387-7168-277964874505415/.source.kernel_settings",
    "state": "file",
    "uid": 0
}

TASK [Ensure python command exists for tests below] ****************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:14
Saturday 27 July 2024  04:24:07 -0400 (0:00:00.755)       0:00:08.421 ********* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: python3-configobj

TASK [Diff expected vs actual content] *****************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:20
Saturday 27 July 2024  04:24:08 -0400 (0:00:00.682)       0:00:09.104 ********* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": "/usr/libexec/platform-python -c 'import sys\nfrom configobj import ConfigObj\nc1 = ConfigObj(sys.argv[1])\nc2 = ConfigObj(sys.argv[2])\nsys.exit(not c1 == c2)' /tmp/ansible.kxepgwg9.kernel_settings /etc/tuned/kernel_settings/tuned.conf\n",
    "delta": "0:00:00.031017",
    "end": "2024-07-27 04:24:08.990740",
    "rc": 0,
    "start": "2024-07-27 04:24:08.959723"
}

TASK [Verify expected content] *************************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:33
Saturday 27 July 2024  04:24:09 -0400 (0:00:00.380)       0:00:09.485 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__kernel_settings_register_profile_conf_result is failed",
    "skip_reason": "Conditional result was False"
}

TASK [Show diff - may not reflect actual ConfigObj differences] ****************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:38
Saturday 27 July 2024  04:24:09 -0400 (0:00:00.017)       0:00:09.502 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__kernel_settings_register_profile_conf_result is failed",
    "skip_reason": "Conditional result was False"
}

TASK [Get active_profile file] *************************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:46
Saturday 27 July 2024  04:24:09 -0400 (0:00:00.015)       0:00:09.518 ********* 
ok: [managed_node1] => {
    "changed": false,
    "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK",
    "encoding": "base64",
    "source": "/etc/tuned/active_profile"
}

TASK [Check that active_profile ends with kernel_settings] *********************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:53
Saturday 27 July 2024  04:24:09 -0400 (0:00:00.344)       0:00:09.863 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__kernel_settings_register_profile_conf_active_profile.content | b64decode is not search('(^| )kernel_settings$')",
    "skip_reason": "Conditional result was False"
}

TASK [Get profile_mode file] ***************************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:60
Saturday 27 July 2024  04:24:09 -0400 (0:00:00.019)       0:00:09.882 ********* 
ok: [managed_node1] => {
    "changed": false,
    "content": "bWFudWFsCg==",
    "encoding": "base64",
    "source": "/etc/tuned/profile_mode"
}

TASK [Check that profile_mode is manual] ***************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:67
Saturday 27 July 2024  04:24:09 -0400 (0:00:00.346)       0:00:10.229 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__kernel_settings_register_profile_conf_profile_mode.content | b64decode is not match('manual')",
    "skip_reason": "Conditional result was False"
}

TASK [Get the bootloader specific config file] *********************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:74
Saturday 27 July 2024  04:24:09 -0400 (0:00:00.019)       0:00:10.248 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__kernel_settings_blcmdline_value | d()",
    "skip_reason": "Conditional result was False"
}

TASK [Verify bootloader settings value] ****************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:85
Saturday 27 July 2024  04:24:09 -0400 (0:00:00.018)       0:00:10.267 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__kernel_settings_blcmdline_value | d()",
    "skip_reason": "Conditional result was False"
}

TASK [Check if kernel_settings_reboot_required is set if needed] ***************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:49
Saturday 27 July 2024  04:24:09 -0400 (0:00:00.016)       0:00:10.283 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__kernel_settings_check_reboot | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Assert success] **********************************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:56
Saturday 27 July 2024  04:24:09 -0400 (0:00:00.016)       0:00:10.300 ********* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check ansible_managed, fingerprint in generated files] *******************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:33
Saturday 27 July 2024  04:24:09 -0400 (0:00:00.020)       0:00:10.320 ********* 
included: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml for managed_node1

TASK [Get file] ****************************************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml:3
Saturday 27 July 2024  04:24:09 -0400 (0:00:00.018)       0:00:10.339 ********* 
ok: [managed_node1] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6a2VybmVsX3NldHRpbmdzClttYWluXQpzdW1tYXJ5ID0ga2VybmVsIHNldHRpbmdzCltzeXNjdGxdCmZzLmVwb2xsLm1heF91c2VyX3dhdGNoZXMgPSA3ODU1OTIKZnMuZmlsZS1tYXggPSAzNzk3MjQKW3N5c2ZzXQovc3lzL2tlcm5lbC9kZWJ1Zy94ODYvcHRpX2VuYWJsZWQgPSAwCi9zeXMva2VybmVsL2RlYnVnL3g4Ni9yZXRwX2VuYWJsZWQgPSAwCi9zeXMva2VybmVsL2RlYnVnL3g4Ni9pYnJzX2VuYWJsZWQgPSAwClt2bV0KdHJhbnNwYXJlbnRfaHVnZXBhZ2VzID0gbWFkdmlzZQo=",
    "encoding": "base64",
    "source": "/etc/tuned/kernel_settings/tuned.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml:9
Saturday 27 July 2024  04:24:10 -0400 (0:00:00.350)       0:00:10.689 ********* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Reboot the machine - see if settings persist after reboot] ***************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:41
Saturday 27 July 2024  04:24:10 -0400 (0:00:00.032)       0:00:10.722 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "kernel_settings_reboot_required | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Verify that settings were applied correctly after reboot] ****************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:48
Saturday 27 July 2024  04:24:10 -0400 (0:00:00.018)       0:00:10.741 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "kernel_settings_reboot_required | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [Show contents of tuned.conf] *********************************************
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:57
Saturday 27 July 2024  04:24:10 -0400 (0:00:00.016)       0:00:10.758 ********* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/tuned/kernel_settings/tuned.conf"
    ],
    "delta": "0:00:01.004242",
    "end": "2024-07-27 04:24:11.617431",
    "rc": 0,
    "start": "2024-07-27 04:24:10.613189"
}

STDOUT:

#
# Ansible managed
#
# system_role:kernel_settings
[main]
summary = kernel settings
[sysctl]
fs.epoll.max_user_watches = 785592
fs.file-max = 379724
[sysfs]
/sys/kernel/debug/x86/pti_enabled = 0
/sys/kernel/debug/x86/retp_enabled = 0
/sys/kernel/debug/x86/ibrs_enabled = 0
[vm]
transparent_hugepages = madvise
NOTIFIED HANDLER fedora.linux_system_roles.kernel_settings : Reboot the managed host to apply kernel_settings changes for managed_node1
NOTIFIED HANDLER fedora.linux_system_roles.kernel_settings : Clear the kernel_settings_reboot_required flag for managed_node1

RUNNING HANDLER [fedora.linux_system_roles.kernel_settings : Reboot the managed host to apply kernel_settings changes] ***
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml:2
Saturday 27 July 2024  04:24:11 -0400 (0:00:01.356)       0:00:12.114 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "kernel_settings_reboot_required | d(false)",
    "skip_reason": "Conditional result was False"
}

RUNNING HANDLER [fedora.linux_system_roles.kernel_settings : Clear the kernel_settings_reboot_required flag] ***
task path: /tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml:12
Saturday 27 July 2024  04:24:11 -0400 (0:00:00.017)       0:00:12.132 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "kernel_settings_reboot_required | d(false)",
    "skip_reason": "Conditional result was False"
}

PLAY RECAP *********************************************************************
managed_node1              : ok=31   changed=4    unreachable=0    failed=0    skipped=21   rescued=0    ignored=0   

Saturday 27 July 2024  04:24:11 -0400 (0:00:00.019)       0:00:12.152 ********* 
=============================================================================== 
fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 1.54s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:66 
Show contents of tuned.conf --------------------------------------------- 1.36s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:57 
Gathering Facts --------------------------------------------------------- 1.17s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:2 
fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 0.79s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:5 
Put expected contents into temporary file ------------------------------- 0.76s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:8 
fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started --- 0.71s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:11 
Ensure python command exists for tests below ---------------------------- 0.68s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:14 
fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.53s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:37 
fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly --- 0.45s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 
fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists --- 0.44s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:18 
fedora.linux_system_roles.kernel_settings : Check if system is ostree --- 0.43s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 
fedora.linux_system_roles.kernel_settings : Get current config ---------- 0.43s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:31 
Create temporary file for expected config ------------------------------- 0.41s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:2 
Diff expected vs actual content ----------------------------------------- 0.38s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:20 
fedora.linux_system_roles.kernel_settings : Generate a configuration for kernel settings --- 0.37s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 
Get file ---------------------------------------------------------------- 0.35s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml:3 
Get profile_mode file --------------------------------------------------- 0.35s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:60 
Get active_profile file ------------------------------------------------- 0.34s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:46 
Check config files ------------------------------------------------------ 0.04s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:45 
Check for presence of ansible managed header, fingerprint --------------- 0.03s
/tmp/tmp.w8dlBo6w4A/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml:9