ansible-playbook [core 2.17.8]
  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-BKV
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.8 (main, Dec  6 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.12)
  jinja version = 3.1.5
  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_reboot.yml *********************************************
1 plays in /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml

PLAY [Ensure that the rule runs with default parameters] ***********************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:2
Tuesday 04 February 2025  16:08:09 -0500 (0:00:00.008)       0:00:00.008 ****** 
[WARNING]: Platform linux on host managed-node2 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-node2]

TASK [Run the role and reboot if necessary] ************************************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:11
Tuesday 04 February 2025  16:08:12 -0500 (0:00:02.588)       0:00:02.597 ****** 
included: fedora.linux_system_roles.kdump for managed-node2

TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2
Tuesday 04 February 2025  16:08:12 -0500 (0:00:00.049)       0:00:02.646 ****** 
included: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2
Tuesday 04 February 2025  16:08:12 -0500 (0:00:00.021)       0:00:02.668 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Check if system is ostree] *************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10
Tuesday 04 February 2025  16:08:12 -0500 (0:00:00.035)       0:00:02.704 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15
Tuesday 04 February 2025  16:08:12 -0500 (0:00:00.534)       0:00:03.238 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__kdump_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19
Tuesday 04 February 2025  16:08:12 -0500 (0:00:00.024)       0:00:03.262 ****** 
skipping: [managed-node2] => (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-node2] => (item=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.kdump : Install required packages] *************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5
Tuesday 04 February 2025  16:08:12 -0500 (0:00:00.033)       0:00:03.296 ****** 
changed: [managed-node2] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: kexec-tools-2.0.30-1.fc40.x86_64",
        "Installed: makedumpfile-1.7.6-1.fc40.x86_64",
        "Installed: squashfs-tools-4.6.1-4.fc40.x86_64",
        "Installed: kdump-utils-1.0.52-1.fc40.x86_64",
        "Installed: snappy-1.1.10-4.fc40.x86_64",
        "Installed: dracut-network-102-2.fc40.x86_64",
        "Installed: dracut-squash-102-2.fc40.x86_64",
        "Installed: ethtool-2:6.11-1.fc40.x86_64"
    ]
}

TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] **********
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11
Tuesday 04 February 2025  16:08:29 -0500 (0:00:16.278)       0:00:19.575 ****** 
changed: [managed-node2] => {
    "changed": true,
    "enabled": true,
    "name": "kdump",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "network.target systemd-journald.socket system.slice basic.target network-online.target remote-fs.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "ExecCondition": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecConditionEx": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; 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/kdump.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": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "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": "14702",
        "LimitNPROCSoft": "14702",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14702",
        "LimitSIGPENDINGSoft": "14702",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3517890560",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "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": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "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": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "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": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4410",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.kdump : Include SSH tasks] *********************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16
Tuesday 04 February 2025  16:08:30 -0500 (0:00:01.190)       0:00:20.766 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "kdump_target.type | d(none) == 'ssh'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21
Tuesday 04 February 2025  16:08:30 -0500 (0:00:00.035)       0:00:20.802 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1738703307.7839632,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 24,
        "charset": "us-ascii",
        "checksum": "efc4407e345fc843bc021afabb9137e3cd31f811",
        "ctime": 1738703307.7609632,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 1853,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1738703307.7609632,
        "nlink": 1,
        "path": "/etc/kdump.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 8782,
        "uid": 0,
        "version": "3099804436",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.kdump : Generate /etc/kdump.conf] **************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26
Tuesday 04 February 2025  16:08:30 -0500 (0:00:00.491)       0:00:21.293 ****** 
Notification for handler Restart kdump has been saved.
changed: [managed-node2] => {
    "backup_file": "/etc/kdump.conf.5216.2025-02-04@16:08:31~",
    "changed": true,
    "checksum": "768e476b3ea8c6457e5b9e2caf556211259ea092",
    "dest": "/etc/kdump.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "90609ed74d1c472eb229090b4195fb15",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:kdump_etc_t:s0",
    "size": 146,
    "src": "/root/.ansible/tmp/ansible-tmp-1738703311.0561712-4452-159578159255397/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34
Tuesday 04 February 2025  16:08:31 -0500 (0:00:00.901)       0:00:22.195 ****** 
ok: [managed-node2] => {
    "attempts": 1,
    "changed": false,
    "content": "MAo=",
    "encoding": "base64",
    "source": "/sys/kernel/kexec_crash_size"
}

TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] ****
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40
Tuesday 04 February 2025  16:08:32 -0500 (0:00:00.488)       0:00:22.683 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "kdump_reboot_required": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49
Tuesday 04 February 2025  16:08:32 -0500 (0:00:00.038)       0:00:22.721 ****** 
changed: [managed-node2] => {
    "changed": true,
    "cmd": [
        "kdumpctl",
        "reset-crashkernel",
        "--kernel=ALL"
    ],
    "delta": "0:00:00.394524",
    "end": "2025-02-04 16:08:33.256428",
    "rc": 0,
    "start": "2025-02-04 16:08:32.861904"
}

STDERR:

kdump: Updated crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M for kernel=/boot/vmlinuz-6.12.11-100.fc40.x86_64. Please reboot the system for the change to take effect.
kdump: Updated crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M for kernel=/boot/vmlinuz-0-rescue-44fdee0002f74e0994f20ba87b7c0476. Please reboot the system for the change to take effect.

TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54
Tuesday 04 February 2025  16:08:33 -0500 (0:00:00.893)       0:00:23.615 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "ansible_facts['distribution_major_version'] | int <= 8",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59
Tuesday 04 February 2025  16:08:33 -0500 (0:00:00.036)       0:00:23.652 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not kdump_reboot_ok",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Reboot the managed node] ***************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68
Tuesday 04 February 2025  16:08:33 -0500 (0:00:00.033)       0:00:23.685 ****** 
changed: [managed-node2] => {
    "changed": true,
    "elapsed": 39,
    "rebooted": true
}

TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74
Tuesday 04 February 2025  16:09:13 -0500 (0:00:40.221)       0:01:03.907 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "kdump_reboot_required": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] **********
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84
Tuesday 04 February 2025  16:09:13 -0500 (0:00:00.037)       0:01:03.944 ****** 
ok: [managed-node2] => {
    "changed": false,
    "name": "kdump",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "activating",
        "After": "network-online.target systemd-journald.socket system.slice network.target basic.target remote-fs.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Tue 2025-02-04 16:09:02 EST",
        "AssertTimestampMonotonic": "15963127",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "14444202000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Tue 2025-02-04 16:09:02 EST",
        "ConditionTimestampMonotonic": "15963123",
        "ConfigurationDirectoryMode": "0755",
        "ControlGroup": "/system.slice/kdump.service",
        "ControlGroupId": "3852",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "ExecCondition": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; ignore_errors=no ; start_time=[Tue 2025-02-04 16:09:02 EST] ; stop_time=[Tue 2025-02-04 16:09:02 EST] ; pid=836 ; code=exited ; status=0 }",
        "ExecConditionEx": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; flags= ; start_time=[Tue 2025-02-04 16:09:02 EST] ; stop_time=[Tue 2025-02-04 16:09:02 EST] ; pid=836 ; code=exited ; status=0 }",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "841",
        "ExecMainStartTimestamp": "Tue 2025-02-04 16:09:02 EST",
        "ExecMainStartTimestampMonotonic": "15996757",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Tue 2025-02-04 16:09:02 EST] ; stop_time=[n/a] ; pid=841 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Tue 2025-02-04 16:09:02 EST] ; stop_time=[n/a] ; pid=841 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; 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/kdump.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": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Tue 2025-02-04 16:09:02 EST",
        "InactiveExitTimestampMonotonic": "15965245",
        "InvocationID": "7d96bbd3a6c34018b5d09aa87c8537c8",
        "Job": "243",
        "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": "13934",
        "LimitNPROCSoft": "13934",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13934",
        "LimitSIGPENDINGSoft": "13934",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "841",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3254284288",
        "MemoryCurrent": "290226176",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "290226176",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "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": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "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": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "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": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Tue 2025-02-04 16:09:02 EST",
        "StateChangeTimestampMonotonic": "15996816",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "start",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "16",
        "TasksMax": "4180",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [Notify and run handlers] *************************************************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:16
Tuesday 04 February 2025  16:09:14 -0500 (0:00:01.142)       0:01:05.087 ****** 
NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node2
META: triggered running handlers for managed-node2

RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] **************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2
Tuesday 04 February 2025  16:09:14 -0500 (0:00:00.002)       0:01:05.090 ****** 
changed: [managed-node2] => {
    "changed": true,
    "name": "kdump",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "activating",
        "After": "network-online.target systemd-journald.socket system.slice network.target basic.target remote-fs.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Tue 2025-02-04 16:09:02 EST",
        "AssertTimestampMonotonic": "15963127",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "15915595000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Tue 2025-02-04 16:09:02 EST",
        "ConditionTimestampMonotonic": "15963123",
        "ConfigurationDirectoryMode": "0755",
        "ControlGroup": "/system.slice/kdump.service",
        "ControlGroupId": "3852",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "ExecCondition": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; ignore_errors=no ; start_time=[Tue 2025-02-04 16:09:02 EST] ; stop_time=[Tue 2025-02-04 16:09:02 EST] ; pid=836 ; code=exited ; status=0 }",
        "ExecConditionEx": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; flags= ; start_time=[Tue 2025-02-04 16:09:02 EST] ; stop_time=[Tue 2025-02-04 16:09:02 EST] ; pid=836 ; code=exited ; status=0 }",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "841",
        "ExecMainStartTimestamp": "Tue 2025-02-04 16:09:02 EST",
        "ExecMainStartTimestampMonotonic": "15996757",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Tue 2025-02-04 16:09:02 EST] ; stop_time=[n/a] ; pid=841 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Tue 2025-02-04 16:09:02 EST] ; stop_time=[n/a] ; pid=841 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; 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/kdump.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": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Tue 2025-02-04 16:09:02 EST",
        "InactiveExitTimestampMonotonic": "15965245",
        "InvocationID": "7d96bbd3a6c34018b5d09aa87c8537c8",
        "Job": "243",
        "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": "13934",
        "LimitNPROCSoft": "13934",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13934",
        "LimitSIGPENDINGSoft": "13934",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "841",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3223756800",
        "MemoryCurrent": "293666816",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "293703680",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "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": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "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": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "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": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Tue 2025-02-04 16:09:02 EST",
        "StateChangeTimestampMonotonic": "15996816",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "start",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "16",
        "TasksMax": "4180",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [Check generated files for ansible_managed, fingerprint] ******************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:19
Tuesday 04 February 2025  16:09:31 -0500 (0:00:16.495)       0:01:21.586 ****** 
included: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tasks/check_header.yml for managed-node2

TASK [Get file] ****************************************************************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tasks/check_header.yml:3
Tuesday 04 February 2025  16:09:31 -0500 (0:00:00.022)       0:01:21.608 ****** 
ok: [managed-node2] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6a2R1bXAKCgoKcGF0aCAvdmFyL2NyYXNoCgphdXRvX3Jlc2V0X2NyYXNoa2VybmVsIHllcwpmYWlsdXJlX2FjdGlvbiByZWJvb3QKZHJhY3V0X2FyZ3MgLS1rZXJuZWwtY21kbGluZSBub3B0aQo=",
    "encoding": "base64",
    "source": "/etc/kdump.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tasks/check_header.yml:9
Tuesday 04 February 2025  16:09:31 -0500 (0:00:00.405)       0:01:22.014 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [See if el9 or later, or el7 or el8] **************************************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:25
Tuesday 04 February 2025  16:09:31 -0500 (0:00:00.090)       0:01:22.105 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "is_el7_or_el8": false,
        "is_el9": true
    },
    "changed": false
}

TASK [Check parameters in conf file] *******************************************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:33
Tuesday 04 February 2025  16:09:31 -0500 (0:00:00.070)       0:01:22.175 ****** 
ok: [managed-node2] => (item={'param': 'dracut_args', 'value': '--kernel-cmdline nopti'}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "grep",
        "^dracut_args --kernel-cmdline nopti$",
        "/etc/kdump.conf"
    ],
    "delta": "0:00:01.004543",
    "end": "2025-02-04 16:09:33.256732",
    "item": {
        "param": "dracut_args",
        "value": "--kernel-cmdline nopti"
    },
    "rc": 0,
    "start": "2025-02-04 16:09:32.252189"
}

STDOUT:

dracut_args --kernel-cmdline nopti
ok: [managed-node2] => (item={'param': 'auto_reset_crashkernel', 'value': 'yes'}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "grep",
        "^auto_reset_crashkernel yes$",
        "/etc/kdump.conf"
    ],
    "delta": "0:00:00.003363",
    "end": "2025-02-04 16:09:33.635636",
    "item": {
        "param": "auto_reset_crashkernel",
        "value": "yes"
    },
    "rc": 0,
    "start": "2025-02-04 16:09:33.632273"
}

STDOUT:

auto_reset_crashkernel yes
ok: [managed-node2] => (item={'param': 'failure_action', 'value': 'reboot'}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "grep",
        "^failure_action reboot$",
        "/etc/kdump.conf"
    ],
    "delta": "0:00:00.003875",
    "end": "2025-02-04 16:09:34.030639",
    "item": {
        "param": "failure_action",
        "value": "reboot"
    },
    "rc": 0,
    "start": "2025-02-04 16:09:34.026764"
}

STDOUT:

failure_action reboot

TASK [Get crashkernel setting EL 9 and later] **********************************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:50
Tuesday 04 February 2025  16:09:34 -0500 (0:00:02.215)       0:01:24.391 ****** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "kdumpctl",
        "get-default-crashkernel"
    ],
    "delta": "0:00:00.040393",
    "end": "2025-02-04 16:09:34.494594",
    "rc": 0,
    "start": "2025-02-04 16:09:34.454201"
}

STDOUT:

1G-4G:192M,4G-64G:256M,64G-:512M

TASK [Get crashkernel setting EL 8 and earlier] ********************************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:56
Tuesday 04 February 2025  16:09:34 -0500 (0:00:00.466)       0:01:24.857 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "is_el7_or_el8 | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Check for crashkernel setting] *******************************************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:62
Tuesday 04 February 2025  16:09:34 -0500 (0:00:00.049)       0:01:24.907 ****** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": "set -euo pipefail; grubby --info=ALL | grep -E '^args=.* crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M( |\"|$)'\n",
    "delta": "0:00:00.065656",
    "end": "2025-02-04 16:09:35.040471",
    "rc": 0,
    "start": "2025-02-04 16:09:34.974815"
}

STDOUT:

args="ro net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M"
args="ro net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M"

TASK [Change parameters and run the role again] ********************************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:70
Tuesday 04 February 2025  16:09:35 -0500 (0:00:00.502)       0:01:25.409 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "kdump_auto_reset_crashkernel": false,
        "kdump_dracut_args": "--print-cmdline"
    },
    "changed": false
}

TASK [Run the role again with new parameters] **********************************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:75
Tuesday 04 February 2025  16:09:35 -0500 (0:00:00.025)       0:01:25.435 ****** 
included: fedora.linux_system_roles.kdump for managed-node2

TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2
Tuesday 04 February 2025  16:09:35 -0500 (0:00:00.038)       0:01:25.474 ****** 
included: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2
Tuesday 04 February 2025  16:09:35 -0500 (0:00:00.021)       0:01:25.496 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Check if system is ostree] *************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10
Tuesday 04 February 2025  16:09:35 -0500 (0:00:00.043)       0:01:25.539 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __kdump_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15
Tuesday 04 February 2025  16:09:35 -0500 (0:00:00.031)       0:01:25.571 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __kdump_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19
Tuesday 04 February 2025  16:09:35 -0500 (0:00:00.033)       0:01:25.605 ****** 
skipping: [managed-node2] => (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-node2] => (item=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.kdump : Install required packages] *************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5
Tuesday 04 February 2025  16:09:35 -0500 (0:00:00.059)       0:01:25.664 ****** 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] **********
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11
Tuesday 04 February 2025  16:09:37 -0500 (0:00:02.581)       0:01:28.245 ****** 
ok: [managed-node2] => {
    "changed": false,
    "enabled": true,
    "name": "kdump",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0",
        "ActiveEnterTimestamp": "Tue 2025-02-04 16:09:31 EST",
        "ActiveEnterTimestampMonotonic": "44342562",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "network-online.target systemd-journald.socket system.slice network.target basic.target remote-fs.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Tue 2025-02-04 16:09:15 EST",
        "AssertTimestampMonotonic": "28910343",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "23113870000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Tue 2025-02-04 16:09:15 EST",
        "ConditionTimestampMonotonic": "28910340",
        "ConfigurationDirectoryMode": "0755",
        "ControlGroupId": "4793",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "ExecCondition": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; ignore_errors=no ; start_time=[Tue 2025-02-04 16:09:15 EST] ; stop_time=[Tue 2025-02-04 16:09:15 EST] ; pid=4454 ; code=exited ; status=0 }",
        "ExecConditionEx": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; flags= ; start_time=[Tue 2025-02-04 16:09:15 EST] ; stop_time=[Tue 2025-02-04 16:09:15 EST] ; pid=4454 ; code=exited ; status=0 }",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Tue 2025-02-04 16:09:31 EST",
        "ExecMainExitTimestampMonotonic": "44342401",
        "ExecMainPID": "4456",
        "ExecMainStartTimestamp": "Tue 2025-02-04 16:09:15 EST",
        "ExecMainStartTimestampMonotonic": "28922593",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Tue 2025-02-04 16:09:15 EST] ; stop_time=[Tue 2025-02-04 16:09:31 EST] ; pid=4456 ; code=exited ; status=0 }",
        "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Tue 2025-02-04 16:09:15 EST] ; stop_time=[Tue 2025-02-04 16:09:31 EST] ; pid=4456 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; 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/kdump.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": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Tue 2025-02-04 16:09:15 EST",
        "InactiveEnterTimestampMonotonic": "28909390",
        "InactiveExitTimestamp": "Tue 2025-02-04 16:09:15 EST",
        "InactiveExitTimestampMonotonic": "28917356",
        "InvocationID": "e5603cf620814e70ab4d7888dfd249c2",
        "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": "13934",
        "LimitNPROCSoft": "13934",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13934",
        "LimitSIGPENDINGSoft": "13934",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3337613312",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "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": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "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": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "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": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Tue 2025-02-04 16:09:31 EST",
        "StateChangeTimestampMonotonic": "44342562",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "exited",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4180",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.kdump : Include SSH tasks] *********************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16
Tuesday 04 February 2025  16:09:38 -0500 (0:00:00.568)       0:01:28.814 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "kdump_target.type | d(none) == 'ssh'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21
Tuesday 04 February 2025  16:09:38 -0500 (0:00:00.047)       0:01:28.862 ****** 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "atime": 1738703342.9421854,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "768e476b3ea8c6457e5b9e2caf556211259ea092",
        "ctime": 1738703311.8259468,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 280320,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1738703311.8262846,
        "nlink": 1,
        "path": "/etc/kdump.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 146,
        "uid": 0,
        "version": "1164365540",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.kdump : Generate /etc/kdump.conf] **************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26
Tuesday 04 February 2025  16:09:39 -0500 (0:00:00.459)       0:01:29.322 ****** 
Notification for handler Restart kdump has been saved.
changed: [managed-node2] => {
    "backup_file": "/etc/kdump.conf.9460.2025-02-04@16:09:39~",
    "changed": true,
    "checksum": "52ab5ccb1a92ce63a4794b0ffded7db8947b5bb1",
    "dest": "/etc/kdump.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "195b310458664384c8f94cb9b1701689",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:kdump_etc_t:s0",
    "size": 138,
    "src": "/root/.ansible/tmp/ansible-tmp-1738703379.106887-6373-195991924187373/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34
Tuesday 04 February 2025  16:09:39 -0500 (0:00:00.860)       0:01:30.182 ****** 
ok: [managed-node2] => {
    "attempts": 1,
    "changed": false,
    "content": "MjAxMzI2NTkyCg==",
    "encoding": "base64",
    "source": "/sys/kernel/kexec_crash_size"
}

TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] ****
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40
Tuesday 04 February 2025  16:09:40 -0500 (0:00:00.410)       0:01:30.593 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "kdump_reboot_required": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49
Tuesday 04 February 2025  16:09:40 -0500 (0:00:00.060)       0:01:30.653 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "kdump_reboot_required | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54
Tuesday 04 February 2025  16:09:40 -0500 (0:00:00.054)       0:01:30.708 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "kdump_reboot_required | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59
Tuesday 04 February 2025  16:09:40 -0500 (0:00:00.054)       0:01:30.762 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "kdump_reboot_required | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Reboot the managed node] ***************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68
Tuesday 04 February 2025  16:09:40 -0500 (0:00:00.051)       0:01:30.814 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "kdump_reboot_required | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] ***
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74
Tuesday 04 February 2025  16:09:40 -0500 (0:00:00.049)       0:01:30.864 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "kdump_reboot_required | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] **********
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84
Tuesday 04 February 2025  16:09:40 -0500 (0:00:00.054)       0:01:30.918 ****** 
ok: [managed-node2] => {
    "changed": false,
    "name": "kdump",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0",
        "ActiveEnterTimestamp": "Tue 2025-02-04 16:09:31 EST",
        "ActiveEnterTimestampMonotonic": "44342562",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "network-online.target systemd-journald.socket system.slice network.target basic.target remote-fs.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Tue 2025-02-04 16:09:15 EST",
        "AssertTimestampMonotonic": "28910343",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "23113870000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Tue 2025-02-04 16:09:15 EST",
        "ConditionTimestampMonotonic": "28910340",
        "ConfigurationDirectoryMode": "0755",
        "ControlGroupId": "4793",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "ExecCondition": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; ignore_errors=no ; start_time=[Tue 2025-02-04 16:09:15 EST] ; stop_time=[Tue 2025-02-04 16:09:15 EST] ; pid=4454 ; code=exited ; status=0 }",
        "ExecConditionEx": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; flags= ; start_time=[Tue 2025-02-04 16:09:15 EST] ; stop_time=[Tue 2025-02-04 16:09:15 EST] ; pid=4454 ; code=exited ; status=0 }",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Tue 2025-02-04 16:09:31 EST",
        "ExecMainExitTimestampMonotonic": "44342401",
        "ExecMainPID": "4456",
        "ExecMainStartTimestamp": "Tue 2025-02-04 16:09:15 EST",
        "ExecMainStartTimestampMonotonic": "28922593",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Tue 2025-02-04 16:09:15 EST] ; stop_time=[Tue 2025-02-04 16:09:31 EST] ; pid=4456 ; code=exited ; status=0 }",
        "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Tue 2025-02-04 16:09:15 EST] ; stop_time=[Tue 2025-02-04 16:09:31 EST] ; pid=4456 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; 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/kdump.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": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Tue 2025-02-04 16:09:15 EST",
        "InactiveEnterTimestampMonotonic": "28909390",
        "InactiveExitTimestamp": "Tue 2025-02-04 16:09:15 EST",
        "InactiveExitTimestampMonotonic": "28917356",
        "InvocationID": "e5603cf620814e70ab4d7888dfd249c2",
        "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": "13934",
        "LimitNPROCSoft": "13934",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13934",
        "LimitSIGPENDINGSoft": "13934",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3339083776",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "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": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "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": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "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": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Tue 2025-02-04 16:09:31 EST",
        "StateChangeTimestampMonotonic": "44342562",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "exited",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4180",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [Check parameters in conf file] *******************************************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:82
Tuesday 04 February 2025  16:09:41 -0500 (0:00:00.577)       0:01:31.495 ****** 
ok: [managed-node2] => (item={'param': 'dracut_args', 'value': '--print-cmdline'}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "grep",
        "^dracut_args --print-cmdline$",
        "/etc/kdump.conf"
    ],
    "delta": "0:00:00.003572",
    "end": "2025-02-04 16:09:41.569908",
    "item": {
        "param": "dracut_args",
        "value": "--print-cmdline"
    },
    "rc": 0,
    "start": "2025-02-04 16:09:41.566336"
}

STDOUT:

dracut_args --print-cmdline
ok: [managed-node2] => (item={'param': 'auto_reset_crashkernel', 'value': 'no'}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "grep",
        "^auto_reset_crashkernel no$",
        "/etc/kdump.conf"
    ],
    "delta": "0:00:00.004002",
    "end": "2025-02-04 16:09:41.951459",
    "item": {
        "param": "auto_reset_crashkernel",
        "value": "no"
    },
    "rc": 0,
    "start": "2025-02-04 16:09:41.947457"
}

STDOUT:

auto_reset_crashkernel no

TASK [Get crashkernel setting EL 9 and later] **********************************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:94
Tuesday 04 February 2025  16:09:42 -0500 (0:00:00.815)       0:01:32.310 ****** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": [
        "kdumpctl",
        "get-default-crashkernel"
    ],
    "delta": "0:00:00.038429",
    "end": "2025-02-04 16:09:42.395630",
    "rc": 0,
    "start": "2025-02-04 16:09:42.357201"
}

STDOUT:

1G-4G:192M,4G-64G:256M,64G-:512M

TASK [Get crashkernel setting EL 8 and earlier] ********************************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:100
Tuesday 04 February 2025  16:09:42 -0500 (0:00:00.443)       0:01:32.753 ****** 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "is_el7_or_el8 | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Check for crashkernel setting] *******************************************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:106
Tuesday 04 February 2025  16:09:42 -0500 (0:00:00.033)       0:01:32.786 ****** 
ok: [managed-node2] => {
    "changed": false,
    "cmd": "set -euo pipefail; grubby --info=ALL | grep -E '^args=.* crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M( |\"|$)'\n",
    "delta": "0:00:00.063796",
    "end": "2025-02-04 16:09:42.896841",
    "rc": 0,
    "start": "2025-02-04 16:09:42.833045"
}

STDOUT:

args="ro net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M"
args="ro net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M"
NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed-node2

RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] **************
task path: /tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2
Tuesday 04 February 2025  16:09:42 -0500 (0:00:00.471)       0:01:33.258 ****** 
changed: [managed-node2] => {
    "changed": true,
    "name": "kdump",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0",
        "ActiveEnterTimestamp": "Tue 2025-02-04 16:09:31 EST",
        "ActiveEnterTimestampMonotonic": "44342562",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "network-online.target systemd-journald.socket system.slice network.target basic.target remote-fs.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Tue 2025-02-04 16:09:15 EST",
        "AssertTimestampMonotonic": "28910343",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "23113870000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Tue 2025-02-04 16:09:15 EST",
        "ConditionTimestampMonotonic": "28910340",
        "ConfigurationDirectoryMode": "0755",
        "ControlGroupId": "4793",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "no",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Crash recovery kernel arming",
        "DevicePolicy": "auto",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "ExecCondition": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; ignore_errors=no ; start_time=[Tue 2025-02-04 16:09:15 EST] ; stop_time=[Tue 2025-02-04 16:09:15 EST] ; pid=4454 ; code=exited ; status=0 }",
        "ExecConditionEx": "{ path=/bin/sh ; argv[]=/bin/sh -c grep -q -e \"crashkernel\" -e \"fadump\" /proc/cmdline ; flags= ; start_time=[Tue 2025-02-04 16:09:15 EST] ; stop_time=[Tue 2025-02-04 16:09:15 EST] ; pid=4454 ; code=exited ; status=0 }",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Tue 2025-02-04 16:09:31 EST",
        "ExecMainExitTimestampMonotonic": "44342401",
        "ExecMainPID": "4456",
        "ExecMainStartTimestamp": "Tue 2025-02-04 16:09:15 EST",
        "ExecMainStartTimestampMonotonic": "28922593",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Tue 2025-02-04 16:09:15 EST] ; stop_time=[Tue 2025-02-04 16:09:31 EST] ; pid=4456 ; code=exited ; status=0 }",
        "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Tue 2025-02-04 16:09:15 EST] ; stop_time=[Tue 2025-02-04 16:09:31 EST] ; pid=4456 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; 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/kdump.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": "kdump.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Tue 2025-02-04 16:09:15 EST",
        "InactiveEnterTimestampMonotonic": "28909390",
        "InactiveExitTimestamp": "Tue 2025-02-04 16:09:15 EST",
        "InactiveExitTimestampMonotonic": "28917356",
        "InvocationID": "e5603cf620814e70ab4d7888dfd249c2",
        "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": "13934",
        "LimitNPROCSoft": "13934",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13934",
        "LimitSIGPENDINGSoft": "13934",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3353079808",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "[not set]",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "[not set]",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "[not set]",
        "MemoryZSwapCurrent": "[not set]",
        "MemoryZSwapMax": "infinity",
        "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": "kdump.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "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": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice",
        "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": "0",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Tue 2025-02-04 16:09:31 EST",
        "StateChangeTimestampMonotonic": "44342562",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "exited",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4180",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

PLAY RECAP *********************************************************************
managed-node2              : ok=37   changed=8    unreachable=0    failed=0    skipped=17   rescued=0    ignored=0   


TASKS RECAP ********************************************************************
Tuesday 04 February 2025  16:09:47 -0500 (0:00:04.376)       0:01:37.634 ****** 
=============================================================================== 
fedora.linux_system_roles.kdump : Reboot the managed node -------------- 40.22s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 
fedora.linux_system_roles.kdump : Restart kdump ------------------------ 16.50s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 
fedora.linux_system_roles.kdump : Install required packages ------------ 16.28s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 
fedora.linux_system_roles.kdump : Restart kdump ------------------------- 4.38s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 
Gathering Facts --------------------------------------------------------- 2.59s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:2 
fedora.linux_system_roles.kdump : Install required packages ------------- 2.58s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 
Check parameters in conf file ------------------------------------------- 2.22s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:33 
fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 1.19s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 
fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 1.14s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 
fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.90s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 
fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed --- 0.89s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 
fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.86s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 
Check parameters in conf file ------------------------------------------- 0.82s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:82 
fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.58s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 
fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.57s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 
fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.53s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 
Check for crashkernel setting ------------------------------------------- 0.50s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:62 
fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.49s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 
fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.49s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 
Check for crashkernel setting ------------------------------------------- 0.47s
/tmp/collections-BKV/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_reboot.yml:106