ansible-playbook 2.9.27
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible-playbook
  python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
Using /etc/ansible/ansible.cfg as config file
[WARNING]: running playbook inside collection fedora.linux_system_roles
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

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

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/tests/journald/tests_default.yml:3
Saturday 07 September 2024  08:38:26 -0400 (0:00:00.049)       0:00:00.049 **** 
ok: [managed_node2]
META: ran handlers

TASK [fedora.linux_system_roles.journald : Set platform/version specific variables] ***
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:3
Saturday 07 September 2024  08:38:27 -0400 (0:00:01.534)       0:00:01.584 **** 
included: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml for managed_node2

TASK [fedora.linux_system_roles.journald : Ensure ansible_facts used by role] ***
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:2
Saturday 07 September 2024  08:38:27 -0400 (0:00:00.062)       0:00:01.646 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.journald : Check if system is ostree] **********
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10
Saturday 07 September 2024  08:38:27 -0400 (0:00:00.063)       0:00:01.709 **** 
ok: [managed_node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.journald : Set flag to indicate system is ostree] ***
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:15
Saturday 07 September 2024  08:38:28 -0400 (0:00:00.455)       0:00:02.165 **** 
ok: [managed_node2] => {
    "ansible_facts": {
        "__journald_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.journald : Warn if journald_sync_interval is set in volatile mode] ***
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:6
Saturday 07 September 2024  08:38:28 -0400 (0:00:00.049)       0:00:02.214 **** 
skipping: [managed_node2] => {}

TASK [fedora.linux_system_roles.journald : Ensure required packages are installed] ***
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15
Saturday 07 September 2024  08:38:28 -0400 (0:00:00.048)       0:00:02.263 **** 
ok: [managed_node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "systemd-219-78.el7_9.9.x86_64 providing systemd is already installed"
    ]
}
lsrpackages: systemd

TASK [fedora.linux_system_roles.journald : Ensure required services are enabled] ***
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:21
Saturday 07 September 2024  08:38:29 -0400 (0:00:00.904)       0:00:03.168 **** 
ok: [managed_node2] => (item=systemd-journald.service) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "enabled": true, 
    "item": "systemd-journald.service", 
    "name": "systemd-journald.service", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "ActiveEnterTimestampMonotonic": "10130031", 
        "ActiveExitTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "ActiveExitTimestampMonotonic": "9735996", 
        "ActiveState": "active", 
        "After": "syslog.socket system.slice systemd-journald.socket", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "AssertTimestampMonotonic": "9738793", 
        "Before": "sysinit.target systemd-journal-flush.service", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "159990153423", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "ConditionTimestampMonotonic": "9738792", 
        "ControlGroup": "/system.slice/systemd-journald.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "no", 
        "Delegate": "no", 
        "Description": "Journal Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "345", 
        "ExecMainStartTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "ExecMainStartTimestampMonotonic": "9739860", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[Sat 2024-09-07 08:35:18 EDT] ; stop_time=[n/a] ; pid=345 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "4224", 
        "FragmentPath": "/usr/lib/systemd/system/systemd-journald.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "systemd-journald.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "InactiveEnterTimestampMonotonic": "9738170", 
        "InactiveExitTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "InactiveExitTimestampMonotonic": "9739904", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "16384", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "345", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "systemd-journald.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "RequiredBy": "systemd-journal-flush.service", 
        "Requires": "system.slice systemd-journald.socket", 
        "Restart": "always", 
        "RestartUSec": "0", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StatusText": "Processing requests...", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "TriggeredBy": "systemd-journald.socket", 
        "Type": "notify", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "static", 
        "WantedBy": "sysinit.target initrd-switch-root.target", 
        "Wants": "systemd-journald.socket", 
        "WatchdogTimestamp": "Sat 2024-09-07 08:38:26 EDT", 
        "WatchdogTimestampMonotonic": "197536186", 
        "WatchdogUSec": "3min"
    }
}
ok: [managed_node2] => (item=systemd-journal-flush.service) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "enabled": true, 
    "item": "systemd-journal-flush.service", 
    "name": "systemd-journal-flush.service", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-09-07 08:35:19 EDT", 
        "ActiveEnterTimestampMonotonic": "10306770", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "systemd-journald.service system.slice systemd-journald.socket -.mount systemd-remount-fs.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "AssertTimestampMonotonic": "10130232", 
        "Before": "systemd-user-sessions.service systemd-tmpfiles-setup.service", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "ConditionTimestampMonotonic": "10130231", 
        "ControlGroup": "/system.slice/systemd-journal-flush.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "no", 
        "Delegate": "no", 
        "Description": "Flush Journal to Persistent Storage", 
        "DevicePolicy": "auto", 
        "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", 
        "ExecMainCode": "1", 
        "ExecMainExitTimestamp": "Sat 2024-09-07 08:35:19 EDT", 
        "ExecMainExitTimestampMonotonic": "10306608", 
        "ExecMainPID": "369", 
        "ExecMainStartTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "ExecMainStartTimestampMonotonic": "10130744", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/bin/journalctl ; argv[]=/usr/bin/journalctl --flush ; ignore_errors=no ; start_time=[Sat 2024-09-07 08:35:18 EDT] ; stop_time=[Sat 2024-09-07 08:35:19 EDT] ; pid=369 ; code=exited ; status=0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/systemd-journal-flush.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "systemd-journal-flush.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "InactiveExitTimestampMonotonic": "10130797", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "0", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "systemd-journal-flush.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "yes", 
        "Requires": "-.mount systemd-journald.service system.slice", 
        "RequiresMountsFor": "/var/log/journal", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "exited", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "oneshot", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "static", 
        "WantedBy": "sysinit.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.journald : Create journald configuration drop-in directory] ***
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:28
Saturday 07 September 2024  08:38:30 -0400 (0:00:01.190)       0:00:04.358 **** 
changed: [managed_node2] => {
    "changed": true, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/etc/systemd/journald.conf.d", 
    "secontext": "unconfined_u:object_r:etc_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.journald : Configure persistent journal] *******
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:36
Saturday 07 September 2024  08:38:30 -0400 (0:00:00.485)       0:00:04.844 **** 
skipping: [managed_node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.journald : Configure volatile journal] *********
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:40
Saturday 07 September 2024  08:38:30 -0400 (0:00:00.054)       0:00:04.898 **** 
included: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/volatile.yml for managed_node2

TASK [fedora.linux_system_roles.journald : Ensure volatile log store exists] ***
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/volatile.yml:3
Saturday 07 September 2024  08:38:31 -0400 (0:00:00.058)       0:00:04.957 **** 
ok: [managed_node2] => {
    "changed": false, 
    "gid": 190, 
    "group": "systemd-journal", 
    "mode": "02755", 
    "owner": "root", 
    "path": "/run/log/journal", 
    "secontext": "system_u:object_r:syslogd_var_run_t:s0", 
    "size": 80, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.journald : Apply tmpfiles.d snippet on volatile log store] ***
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/volatile.yml:11
Saturday 07 September 2024  08:38:31 -0400 (0:00:00.329)       0:00:05.287 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "systemd-tmpfiles", 
        "--create", 
        "--prefix=/run/log/journal", 
        "/usr/lib/tmpfiles.d/systemd.conf"
    ], 
    "delta": "0:00:00.008039", 
    "end": "2024-09-07 08:38:31.723032", 
    "rc": 0, 
    "start": "2024-09-07 08:38:31.714993"
}

TASK [fedora.linux_system_roles.journald : Deploy journald configuration drop-in] ***
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:44
Saturday 07 September 2024  08:38:31 -0400 (0:00:00.430)       0:00:05.717 **** 
NOTIFIED HANDLER fedora.linux_system_roles.journald : Restart journald services for managed_node2
changed: [managed_node2] => {
    "changed": true, 
    "checksum": "4e2f890fe96bc321f60c04da591a95d5ff2d362e", 
    "dest": "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "a195424c8131ff7c7ce43c59d46ea08c", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:etc_t:s0", 
    "size": 183, 
    "src": "/root/.ansible/tmp/ansible-tmp-1725712711.85-9933-134504264681969/source", 
    "state": "file", 
    "uid": 0
}

RUNNING HANDLER [fedora.linux_system_roles.journald : Restart journald services] ***
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/handlers/main.yml:3
Saturday 07 September 2024  08:38:32 -0400 (0:00:00.769)       0:00:06.487 **** 
changed: [managed_node2] => (item=systemd-journald.service) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "systemd-journald.service", 
    "name": "systemd-journald.service", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "ActiveEnterTimestampMonotonic": "10130031", 
        "ActiveExitTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "ActiveExitTimestampMonotonic": "9735996", 
        "ActiveState": "active", 
        "After": "syslog.socket system.slice systemd-journald.socket", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "AssertTimestampMonotonic": "9738793", 
        "Before": "sysinit.target systemd-journal-flush.service", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "159990153423", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "ConditionTimestampMonotonic": "9738792", 
        "ControlGroup": "/system.slice/systemd-journald.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "no", 
        "Delegate": "no", 
        "Description": "Journal Service", 
        "DevicePolicy": "auto", 
        "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "345", 
        "ExecMainStartTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "ExecMainStartTimestampMonotonic": "9739860", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[Sat 2024-09-07 08:35:18 EDT] ; stop_time=[n/a] ; pid=345 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "4224", 
        "FragmentPath": "/usr/lib/systemd/system/systemd-journald.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "systemd-journald.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "InactiveEnterTimestampMonotonic": "9738170", 
        "InactiveExitTimestamp": "Sat 2024-09-07 08:35:18 EDT", 
        "InactiveExitTimestampMonotonic": "9739904", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "16384", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "345", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "systemd-journald.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "main", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "RequiredBy": "systemd-journal-flush.service", 
        "Requires": "system.slice systemd-journald.socket", 
        "Restart": "always", 
        "RestartUSec": "0", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StatusText": "Processing requests...", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "TriggeredBy": "systemd-journald.socket", 
        "Type": "notify", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "static", 
        "WantedBy": "sysinit.target initrd-switch-root.target", 
        "Wants": "systemd-journald.socket", 
        "WatchdogTimestamp": "Sat 2024-09-07 08:38:26 EDT", 
        "WatchdogTimestampMonotonic": "197536186", 
        "WatchdogUSec": "3min"
    }
}
changed: [managed_node2] => (item=systemd-journal-flush.service) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "systemd-journal-flush.service", 
    "name": "systemd-journal-flush.service", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-09-07 08:38:32 EDT", 
        "ActiveEnterTimestampMonotonic": "204252476", 
        "ActiveExitTimestamp": "Sat 2024-09-07 08:38:32 EDT", 
        "ActiveExitTimestampMonotonic": "204210948", 
        "ActiveState": "active", 
        "After": "systemd-journald.service system.slice systemd-journald.socket -.mount systemd-remount-fs.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-09-07 08:38:32 EDT", 
        "AssertTimestampMonotonic": "204244715", 
        "Before": "systemd-user-sessions.service systemd-tmpfiles-setup.service", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-09-07 08:38:32 EDT", 
        "ConditionTimestampMonotonic": "204244713", 
        "ControlPID": "0", 
        "DefaultDependencies": "no", 
        "Delegate": "no", 
        "Description": "Flush Journal to Persistent Storage", 
        "DevicePolicy": "auto", 
        "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", 
        "ExecMainCode": "1", 
        "ExecMainExitTimestamp": "Sat 2024-09-07 08:38:32 EDT", 
        "ExecMainExitTimestampMonotonic": "204252318", 
        "ExecMainPID": "9650", 
        "ExecMainStartTimestamp": "Sat 2024-09-07 08:38:32 EDT", 
        "ExecMainStartTimestampMonotonic": "204245431", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/bin/journalctl ; argv[]=/usr/bin/journalctl --flush ; ignore_errors=no ; start_time=[Sat 2024-09-07 08:38:32 EDT] ; stop_time=[Sat 2024-09-07 08:38:32 EDT] ; pid=9650 ; code=exited ; status=0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/systemd-journal-flush.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "systemd-journal-flush.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestamp": "Sat 2024-09-07 08:38:32 EDT", 
        "InactiveEnterTimestampMonotonic": "204210948", 
        "InactiveExitTimestamp": "Sat 2024-09-07 08:38:32 EDT", 
        "InactiveExitTimestampMonotonic": "204245476", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "0", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "systemd-journal-flush.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "yes", 
        "Requires": "-.mount systemd-journald.service system.slice", 
        "RequiresMountsFor": "/var/log/journal", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "exited", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "oneshot", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "static", 
        "WantedBy": "sysinit.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}
META: ran handlers

TASK [Get systemd-journald service state] **************************************
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/tests/journald/tests_default.yml:13
Saturday 07 September 2024  08:38:33 -0400 (0:00:00.884)       0:00:07.371 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": [
        "systemctl", 
        "show", 
        "--property", 
        "SubState", 
        "systemd-journald.service"
    ], 
    "delta": "0:00:00.005397", 
    "end": "2024-09-07 08:38:33.680768", 
    "rc": 0, 
    "start": "2024-09-07 08:38:33.675371"
}

STDOUT:

SubState=running

TASK [Verify that systemd-journald is running] *********************************
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/tests/journald/tests_default.yml:20
Saturday 07 September 2024  08:38:33 -0400 (0:00:00.318)       0:00:07.690 **** 
ok: [managed_node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify that /run/log/journal/$MACHINE_ID/system.journal exists] **********
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/tests/journald/tests_default.yml:24
Saturday 07 September 2024  08:38:33 -0400 (0:00:00.064)       0:00:07.754 **** 
ok: [managed_node2] => {
    "changed": false, 
    "failed_when_result": false, 
    "stat": {
        "atime": 1725712712.9324384, 
        "attr_flags": "", 
        "attributes": [], 
        "block_size": 4096, 
        "blocks": 16384, 
        "charset": "binary", 
        "checksum": "0d9cf7b85ca358ad6e7d343dd31160842b50f653", 
        "ctime": 1725712713.6744468, 
        "dev": 20, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 190, 
        "gr_name": "systemd-journal", 
        "inode": 11432, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "application/octet-stream", 
        "mode": "0640", 
        "mtime": 1725712713.6744468, 
        "nlink": 1, 
        "path": "/run/log/journal/48763126a6e246f3a6a37459fd30b0b6/system.journal", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": false, 
        "rusr": true, 
        "size": 8388608, 
        "uid": 0, 
        "version": null, 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Verify that system.journal is in online state] ***************************
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/tests/journald/tests_default.yml:30
Saturday 07 September 2024  08:38:34 -0400 (0:00:00.341)       0:00:08.095 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": "set -euo pipefail; journalctl --header --file /run/log/journal/48763126a6e246f3a6a37459fd30b0b6/system.journal | grep -q 'State: ONLINE'\n", 
    "delta": "0:00:00.005986", 
    "end": "2024-09-07 08:38:34.456181", 
    "rc": 0, 
    "start": "2024-09-07 08:38:34.450195"
}

TASK [Verify that system.journal is compressed] ********************************
task path: /tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/tests/journald/tests_default.yml:39
Saturday 07 September 2024  08:38:34 -0400 (0:00:00.359)       0:00:08.455 **** 
ok: [managed_node2] => {
    "changed": false, 
    "cmd": "set -euo pipefail; journalctl --header --file /run/log/journal/48763126a6e246f3a6a37459fd30b0b6/system.journal | grep -q COMPRESSED\n", 
    "delta": "0:00:00.005444", 
    "end": "2024-09-07 08:38:34.814621", 
    "rc": 0, 
    "start": "2024-09-07 08:38:34.809177"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed_node2              : ok=17   changed=3    unreachable=0    failed=0    skipped=3    rescued=0    ignored=0   

Saturday 07 September 2024  08:38:34 -0400 (0:00:00.348)       0:00:08.803 **** 
=============================================================================== 
Gathering Facts --------------------------------------------------------- 1.53s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/tests/journald/tests_default.yml:3 
fedora.linux_system_roles.journald : Ensure required services are enabled --- 1.19s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:21 
fedora.linux_system_roles.journald : Ensure required packages are installed --- 0.90s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15 
fedora.linux_system_roles.journald : Restart journald services ---------- 0.88s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/handlers/main.yml:3 
fedora.linux_system_roles.journald : Deploy journald configuration drop-in --- 0.77s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:44 
fedora.linux_system_roles.journald : Create journald configuration drop-in directory --- 0.49s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:28 
fedora.linux_system_roles.journald : Check if system is ostree ---------- 0.46s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10 
fedora.linux_system_roles.journald : Apply tmpfiles.d snippet on volatile log store --- 0.43s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/volatile.yml:11 
Verify that system.journal is in online state --------------------------- 0.36s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/tests/journald/tests_default.yml:30 
Verify that system.journal is compressed -------------------------------- 0.35s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/tests/journald/tests_default.yml:39 
Verify that /run/log/journal/$MACHINE_ID/system.journal exists ---------- 0.34s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/tests/journald/tests_default.yml:24 
fedora.linux_system_roles.journald : Ensure volatile log store exists --- 0.33s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/volatile.yml:3 
Get systemd-journald service state -------------------------------------- 0.32s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/tests/journald/tests_default.yml:13 
Verify that systemd-journald is running --------------------------------- 0.06s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/tests/journald/tests_default.yml:20 
fedora.linux_system_roles.journald : Ensure ansible_facts used by role --- 0.06s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:2 
fedora.linux_system_roles.journald : Set platform/version specific variables --- 0.06s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:3 
fedora.linux_system_roles.journald : Configure volatile journal --------- 0.06s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:40 
fedora.linux_system_roles.journald : Configure persistent journal ------- 0.05s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:36 
fedora.linux_system_roles.journald : Set flag to indicate system is ostree --- 0.05s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:15 
fedora.linux_system_roles.journald : Warn if journald_sync_interval is set in volatile mode --- 0.05s
/tmp/collections-OqZ/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:6