[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var 
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This 
feature will be removed from ansible-core in version 2.19. Deprecation warnings
 can be disabled by setting deprecation_warnings=False in ansible.cfg.
ansible-playbook [core 2.17.3]
  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-umb
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.5 (main, Aug  7 2024, 00:00:00) [GCC 14.1.1 20240607 (Red Hat 14.1.1-5)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_default.yml ****************************************************
1 plays in /tmp/collections-umb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default.yml

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

TASK [Run the role. If reboot is not required - the play succeeds.] ************
task path: /tmp/collections-umb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default.yml:10
Saturday 24 August 2024  03:14:57 -0400 (0:00:00.007)       0:00:00.007 ******* 
included: fedora.linux_system_roles.kdump for managed_node1

TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****
task path: /tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2
Saturday 24 August 2024  03:14:57 -0400 (0:00:00.038)       0:00:00.046 ******* 
included: /tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for managed_node1

TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] *****
task path: /tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2
Saturday 24 August 2024  03:14:57 -0400 (0:00:00.014)       0:00:00.061 ******* 
[WARNING]: Platform linux on host managed_node1 is using the discovered Python
interpreter at /usr/bin/python3.12, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed_node1]

TASK [fedora.linux_system_roles.kdump : Check if system is ostree] *************
task path: /tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10
Saturday 24 August 2024  03:15:00 -0400 (0:00:03.844)       0:00:03.905 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] ***
task path: /tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15
Saturday 24 August 2024  03:15:01 -0400 (0:00:00.415)       0:00:04.321 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__kdump_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.kdump : Set platform/version specific variables] ***
task path: /tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19
Saturday 24 August 2024  03:15:01 -0400 (0:00:00.020)       0:00:04.342 ******* 
skipping: [managed_node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed_node1] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__kdump_packages": [
            "grubby",
            "iproute",
            "kexec-tools",
            "kdump-utils",
            "openssh-clients"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}
ok: [managed_node1] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__kdump_packages": [
            "grubby",
            "iproute",
            "kexec-tools",
            "kdump-utils",
            "openssh-clients"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}

TASK [fedora.linux_system_roles.kdump : Install required packages] *************
task path: /tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5
Saturday 24 August 2024  03:15:01 -0400 (0:00:00.034)       0:00:04.377 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: grubby iproute kdump-utils kexec-tools openssh-clients

TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] **********
task path: /tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11
Saturday 24 August 2024  03:15:05 -0400 (0:00:04.431)       0:00:08.808 ******* 
ok: [managed_node1] => {
    "changed": false,
    "enabled": true,
    "name": "kdump",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-08-24 03:13:37 EDT",
        "ActiveEnterTimestampMonotonic": "85568412",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "systemd-tmpfiles-setup.service systemd-journald.socket network.target remote-fs.target system.slice network-online.target basic.target tmp.mount -.mount",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-08-24 03:13:00 EDT",
        "AssertTimestampMonotonic": "48651027",
        "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": "yes",
        "ConditionTimestamp": "Sat 2024-08-24 03:13:00 EDT",
        "ConditionTimestampMonotonic": "48650980",
        "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",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702898688",
        "EffectiveMemoryMax": "3702898688",
        "EffectiveTasksMax": "22368",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-08-24 03:13:37 EDT",
        "ExecMainExitTimestampMonotonic": "85568233",
        "ExecMainHandoffTimestamp": "Sat 2024-08-24 03:13:00 EDT",
        "ExecMainHandoffTimestampMonotonic": "48780890",
        "ExecMainPID": "848",
        "ExecMainStartTimestamp": "Sat 2024-08-24 03:13:00 EDT",
        "ExecMainStartTimestampMonotonic": "48663547",
        "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=[Sat 2024-08-24 03:13:00 EDT] ; stop_time=[Sat 2024-08-24 03:13:37 EDT] ; pid=848 ; code=exited ; status=0 }",
        "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2024-08-24 03:13:00 EDT] ; stop_time=[Sat 2024-08-24 03:13:37 EDT] ; pid=848 ; 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",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-08-24 03:13:00 EDT",
        "InactiveExitTimestampMonotonic": "48665469",
        "InvocationID": "e0a8fbbcb32f4c408f6eb4ed80deb55b",
        "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": "13980",
        "LimitNPROCSoft": "13980",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13980",
        "LimitSIGPENDINGSoft": "13980",
        "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": "3323785216",
        "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",
        "MemoryZSwapWriteback": "yes",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "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": "yes",
        "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": "Sat 2024-08-24 03:13:37 EDT",
        "StateChangeTimestampMonotonic": "85568412",
        "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": "22368",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "-.mount",
        "WantsMountsFor": "/var/tmp /tmp",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.kdump : Include SSH tasks] *********************
task path: /tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16
Saturday 24 August 2024  03:15:06 -0400 (0:00:01.062)       0:00:09.870 ******* 
skipping: [managed_node1] => {
    "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-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21
Saturday 24 August 2024  03:15:06 -0400 (0:00:00.029)       0:00:09.899 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1724483580.6771088,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 24,
        "charset": "us-ascii",
        "checksum": "406650ad9697d9a9e0509a734508ce56e882f4dd",
        "ctime": 1724081747.792,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 2403719,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1721001600.0,
        "nlink": 1,
        "path": "/etc/kdump.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 8684,
        "uid": 0,
        "version": "2925716425",
        "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-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26
Saturday 24 August 2024  03:15:08 -0400 (0:00:01.060)       0:00:10.960 ******* 
Notification for handler Restart kdump has been saved.
changed: [managed_node1] => {
    "backup_file": "/etc/kdump.conf.6975.2024-08-24@03:15:08~",
    "changed": true,
    "checksum": "6358268c70ea4eb010df0ced1b282adb222f1d1b",
    "dest": "/etc/kdump.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "e81eaa3c1e3e0b45a37ff44a57c13e9b",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:kdump_etc_t:s0",
    "size": 111,
    "src": "/root/.ansible/tmp/ansible-tmp-1724483708.1143277-6662-181699311651246/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] ***
task path: /tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34
Saturday 24 August 2024  03:15:08 -0400 (0:00:00.838)       0:00:11.799 ******* 
ok: [managed_node1] => {
    "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-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40
Saturday 24 August 2024  03:15:09 -0400 (0:00:00.503)       0:00:12.302 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "kdump_reboot_required": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] ***
task path: /tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49
Saturday 24 August 2024  03:15:09 -0400 (0:00:00.035)       0:00:12.338 ******* 
skipping: [managed_node1] => {
    "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-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54
Saturday 24 August 2024  03:15:09 -0400 (0:00:00.043)       0:00:12.382 ******* 
skipping: [managed_node1] => {
    "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-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59
Saturday 24 August 2024  03:15:09 -0400 (0:00:00.044)       0:00:12.427 ******* 
skipping: [managed_node1] => {
    "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-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68
Saturday 24 August 2024  03:15:09 -0400 (0:00:00.043)       0:00:12.470 ******* 
skipping: [managed_node1] => {
    "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-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74
Saturday 24 August 2024  03:15:09 -0400 (0:00:00.043)       0:00:12.514 ******* 
skipping: [managed_node1] => {
    "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-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84
Saturday 24 August 2024  03:15:09 -0400 (0:00:00.043)       0:00:12.557 ******* 
ok: [managed_node1] => {
    "changed": false,
    "name": "kdump",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-08-24 03:13:37 EDT",
        "ActiveEnterTimestampMonotonic": "85568412",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "systemd-tmpfiles-setup.service systemd-journald.socket network.target remote-fs.target system.slice network-online.target basic.target tmp.mount -.mount",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-08-24 03:13:00 EDT",
        "AssertTimestampMonotonic": "48651027",
        "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": "yes",
        "ConditionTimestamp": "Sat 2024-08-24 03:13:00 EDT",
        "ConditionTimestampMonotonic": "48650980",
        "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",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702898688",
        "EffectiveMemoryMax": "3702898688",
        "EffectiveTasksMax": "22368",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-08-24 03:13:37 EDT",
        "ExecMainExitTimestampMonotonic": "85568233",
        "ExecMainHandoffTimestamp": "Sat 2024-08-24 03:13:00 EDT",
        "ExecMainHandoffTimestampMonotonic": "48780890",
        "ExecMainPID": "848",
        "ExecMainStartTimestamp": "Sat 2024-08-24 03:13:00 EDT",
        "ExecMainStartTimestampMonotonic": "48663547",
        "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=[Sat 2024-08-24 03:13:00 EDT] ; stop_time=[Sat 2024-08-24 03:13:37 EDT] ; pid=848 ; code=exited ; status=0 }",
        "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2024-08-24 03:13:00 EDT] ; stop_time=[Sat 2024-08-24 03:13:37 EDT] ; pid=848 ; 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",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-08-24 03:13:00 EDT",
        "InactiveExitTimestampMonotonic": "48665469",
        "InvocationID": "e0a8fbbcb32f4c408f6eb4ed80deb55b",
        "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": "13980",
        "LimitNPROCSoft": "13980",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13980",
        "LimitSIGPENDINGSoft": "13980",
        "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": "3331862528",
        "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",
        "MemoryZSwapWriteback": "yes",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "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": "yes",
        "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": "Sat 2024-08-24 03:13:37 EDT",
        "StateChangeTimestampMonotonic": "85568412",
        "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": "22368",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "-.mount",
        "WantsMountsFor": "/var/tmp /tmp",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for managed_node1

RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] **************
task path: /tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2
Saturday 24 August 2024  03:15:10 -0400 (0:00:00.875)       0:00:13.433 ******* 
changed: [managed_node1] => {
    "changed": true,
    "name": "kdump",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-08-24 03:13:37 EDT",
        "ActiveEnterTimestampMonotonic": "85568412",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "systemd-tmpfiles-setup.service systemd-journald.socket network.target remote-fs.target system.slice network-online.target basic.target tmp.mount -.mount",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-08-24 03:13:00 EDT",
        "AssertTimestampMonotonic": "48651027",
        "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": "yes",
        "ConditionTimestamp": "Sat 2024-08-24 03:13:00 EDT",
        "ConditionTimestampMonotonic": "48650980",
        "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",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3702898688",
        "EffectiveMemoryMax": "3702898688",
        "EffectiveTasksMax": "22368",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Sat 2024-08-24 03:13:37 EDT",
        "ExecMainExitTimestampMonotonic": "85568233",
        "ExecMainHandoffTimestamp": "Sat 2024-08-24 03:13:00 EDT",
        "ExecMainHandoffTimestampMonotonic": "48780890",
        "ExecMainPID": "848",
        "ExecMainStartTimestamp": "Sat 2024-08-24 03:13:00 EDT",
        "ExecMainStartTimestampMonotonic": "48663547",
        "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=[Sat 2024-08-24 03:13:00 EDT] ; stop_time=[Sat 2024-08-24 03:13:37 EDT] ; pid=848 ; code=exited ; status=0 }",
        "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2024-08-24 03:13:00 EDT] ; stop_time=[Sat 2024-08-24 03:13:37 EDT] ; pid=848 ; 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",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-08-24 03:13:00 EDT",
        "InactiveExitTimestampMonotonic": "48665469",
        "InvocationID": "e0a8fbbcb32f4c408f6eb4ed80deb55b",
        "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": "13980",
        "LimitNPROCSoft": "13980",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13980",
        "LimitSIGPENDINGSoft": "13980",
        "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": "3329986560",
        "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",
        "MemoryZSwapWriteback": "yes",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "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": "yes",
        "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": "Sat 2024-08-24 03:13:37 EDT",
        "StateChangeTimestampMonotonic": "85568412",
        "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": "22368",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "-.mount",
        "WantsMountsFor": "/var/tmp /tmp",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

PLAY RECAP *********************************************************************
managed_node1              : ok=14   changed=2    unreachable=0    failed=0    skipped=6    rescued=0    ignored=0   

Saturday 24 August 2024  03:15:12 -0400 (0:00:01.604)       0:00:15.037 ******* 
=============================================================================== 
fedora.linux_system_roles.kdump : Install required packages ------------- 4.43s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 
fedora.linux_system_roles.kdump : Ensure ansible_facts used by role ----- 3.84s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 
fedora.linux_system_roles.kdump : Restart kdump ------------------------- 1.60s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 
fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 1.06s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 
fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 1.06s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 
fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.88s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 
fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.84s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 
fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.50s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 
fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.42s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 
fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed --- 0.04s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 
fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed --- 0.04s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 
fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag --- 0.04s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 
fedora.linux_system_roles.kdump : Reboot the managed node --------------- 0.04s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 
fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false --- 0.04s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 
Run the role. If reboot is not required - the play succeeds. ------------ 0.04s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default.yml:10 
fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact ---- 0.04s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 
fedora.linux_system_roles.kdump : Set platform/version specific variables --- 0.03s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:19 
fedora.linux_system_roles.kdump : Include SSH tasks --------------------- 0.03s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 
fedora.linux_system_roles.kdump : Set flag to indicate system is ostree --- 0.02s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 
fedora.linux_system_roles.kdump : Ensure ansible_facts used by role ----- 0.01s
/tmp/collections-umb/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2