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 'jsonl', 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_example.yml **************************************************** 1 plays in /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml PLAY [Simple journald role invocation] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:3 Saturday 21 March 2026 09:01:41 -0400 (0:00:00.021) 0:00:00.021 ******** ok: [managed-node1] META: ran handlers TASK [Make a copy of the service files] **************************************** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:22 Saturday 21 March 2026 09:01:41 -0400 (0:00:00.771) 0:00:00.792 ******** changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "checksum": "ba7235ac7ecad9498e4af78093e57dcf56a73055", "dest": "/etc/systemd/system/systemd-journald.service", "gid": 0, "group": "root", "item": "systemd-journald.service", "md5sum": "707487612851a16026d2d963c76fc60f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 1156, "src": "/usr/lib/systemd/system/systemd-journald.service", "state": "file", "uid": 0 } changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "changed": true, "checksum": "e169a946603ef0b9baf459e546bec38aff2e525d", "dest": "/etc/systemd/system/systemd-journal-flush.service", "gid": 0, "group": "root", "item": "systemd-journal-flush.service", "md5sum": "7e46ea040b6ac65f47ced5e70913b444", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 735, "src": "/usr/lib/systemd/system/systemd-journal-flush.service", "state": "file", "uid": 0 } TASK [Change the startlimit to avoid errors with excessive journald restarts] *** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:30 Saturday 21 March 2026 09:01:42 -0400 (0:00:00.641) 0:00:01.434 ******** changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "backup": "", "changed": true, "item": "systemd-journald.service" } MSG: line added changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "backup": "", "changed": true, "item": "systemd-journal-flush.service" } MSG: line added TASK [Make a copy of the systemd-journald.service] ***************************** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:37 Saturday 21 March 2026 09:01:43 -0400 (0:00:00.625) 0:00:02.060 ******** changed: [managed-node1] => { "changed": true, "checksum": "ba7235ac7ecad9498e4af78093e57dcf56a73055", "dest": "/etc/systemd/system/systemd-journald.service", "gid": 0, "group": "root", "md5sum": "707487612851a16026d2d963c76fc60f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 1156, "src": "/usr/lib/systemd/system/systemd-journald.service", "state": "file", "uid": 0 } TASK [Change the startlimit to avoid errors with excessive journald restarts] *** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:44 Saturday 21 March 2026 09:01:43 -0400 (0:00:00.249) 0:00:02.310 ******** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Reload systemd to ensure startlimit changes take effect upon restart] **** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:50 Saturday 21 March 2026 09:01:43 -0400 (0:00:00.263) 0:00:02.574 ******** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [Run the role] ************************************************************ task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:54 Saturday 21 March 2026 09:01:44 -0400 (0:00:00.606) 0:00:03.181 ******** included: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tasks/run_role_with_clear_facts.yml for managed-node1 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:01:44 -0400 (0:00:00.024) 0:00:03.205 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:01:44 -0400 (0:00:00.031) 0:00:03.236 ******** TASK [fedora.linux_system_roles.journald : Set platform/version specific variables] *** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:3 Saturday 21 March 2026 09:01:44 -0400 (0:00:00.063) 0:00:03.300 ******** included: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.journald : Ensure ansible_facts used by role] *** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:2 Saturday 21 March 2026 09:01:44 -0400 (0:00:00.020) 0:00:03.321 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.journald : Check if system is ostree] ********** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10 Saturday 21 March 2026 09:01:44 -0400 (0:00:00.391) 0:00:03.712 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.journald : Set flag to indicate system is ostree] *** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:15 Saturday 21 March 2026 09:01:45 -0400 (0:00:00.333) 0:00:04.046 ******** ok: [managed-node1] => { "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-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:6 Saturday 21 March 2026 09:01:45 -0400 (0:00:00.021) 0:00:04.067 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.journald : Ensure required packages are installed] *** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15 Saturday 21 March 2026 09:01:45 -0400 (0:00:00.017) 0:00:04.084 ******** ok: [managed-node1] => { "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-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:21 Saturday 21 March 2026 09:01:46 -0400 (0:00:00.919) 0:00:05.004 ******** ok: [managed-node1] => (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 2026-03-21 09:01:38 EDT", "ActiveEnterTimestampMonotonic": "187964389", "ActiveExitTimestamp": "Sat 2026-03-21 09:01:38 EDT", "ActiveExitTimestampMonotonic": "187947125", "ActiveState": "active", "After": "systemd-journald.socket syslog.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-21 09:01:38 EDT", "AssertTimestampMonotonic": "187953658", "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 2026-03-21 09:01:38 EDT", "ConditionTimestampMonotonic": "187953656", "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": "9916", "ExecMainStartTimestamp": "Sat 2026-03-21 09:01:38 EDT", "ExecMainStartTimestampMonotonic": "187954300", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FragmentPath": "/etc/systemd/system/systemd-journald.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "systemd-journald.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2026-03-21 09:01:38 EDT", "InactiveEnterTimestampMonotonic": "187949887", "InactiveExitTimestamp": "Sat 2026-03-21 09:01:38 EDT", "InactiveExitTimestampMonotonic": "187954331", "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": "9916", "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": "systemd-journald.socket system.slice", "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": "initrd-switch-root.target sysinit.target", "Wants": "systemd-journald.socket", "WatchdogTimestamp": "Sat 2026-03-21 09:01:38 EDT", "WatchdogTimestampMonotonic": "187964832", "WatchdogUSec": "3min" } } ok: [managed-node1] => (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 2026-03-21 09:01:39 EDT", "ActiveEnterTimestampMonotonic": "188538337", "ActiveExitTimestamp": "Sat 2026-03-21 09:01:39 EDT", "ActiveExitTimestampMonotonic": "188533379", "ActiveState": "active", "After": "systemd-journald.service -.mount systemd-journald.socket system.slice systemd-remount-fs.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-21 09:01:39 EDT", "AssertTimestampMonotonic": "188533444", "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 2026-03-21 09:01:39 EDT", "ConditionTimestampMonotonic": "188533442", "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 2026-03-21 09:01:39 EDT", "ExecMainExitTimestampMonotonic": "188538201", "ExecMainPID": "10007", "ExecMainStartTimestamp": "Sat 2026-03-21 09:01:39 EDT", "ExecMainStartTimestampMonotonic": "188534143", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/journalctl ; argv[]=/usr/bin/journalctl --flush ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/systemd-journal-flush.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "systemd-journal-flush.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2026-03-21 09:01:39 EDT", "InactiveEnterTimestampMonotonic": "188533379", "InactiveExitTimestamp": "Sat 2026-03-21 09:01:39 EDT", "InactiveExitTimestampMonotonic": "188534177", "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-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:28 Saturday 21 March 2026 09:01:47 -0400 (0:00:01.126) 0:00:06.130 ******** ok: [managed-node1] => { "changed": false, "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-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:36 Saturday 21 March 2026 09:01:47 -0400 (0:00:00.382) 0:00:06.513 ******** included: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml for managed-node1 TASK [fedora.linux_system_roles.journald : Ensure persistent log store exists] *** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:3 Saturday 21 March 2026 09:01:47 -0400 (0:00:00.030) 0:00:06.543 ******** changed: [managed-node1] => { "changed": true, "gid": 190, "group": "systemd-journal", "mode": "02755", "owner": "root", "path": "/var/log/journal", "secontext": "unconfined_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.journald : Apply tmpfiles.d snippet on persistent log store] *** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:11 Saturday 21 March 2026 09:01:47 -0400 (0:00:00.253) 0:00:06.797 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-tmpfiles", "--create", "--prefix=/var/log/journal", "/usr/lib/tmpfiles.d/systemd.conf" ], "delta": "0:00:00.007128", "end": "2026-03-21 09:01:48.305677", "rc": 0, "start": "2026-03-21 09:01:48.298549" } TASK [fedora.linux_system_roles.journald : Configure volatile journal] ********* task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:40 Saturday 21 March 2026 09:01:48 -0400 (0:00:00.371) 0:00:07.169 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.journald : Deploy journald configuration drop-in] *** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:44 Saturday 21 March 2026 09:01:48 -0400 (0:00:00.017) 0:00:07.186 ******** NOTIFIED HANDLER fedora.linux_system_roles.journald : Restart journald services for managed-node1 changed: [managed-node1] => { "changed": true, "checksum": "9e357dc4fb54a52239d39b3eedfce66237754887", "dest": "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf", "gid": 0, "group": "root", "md5sum": "08d341dc3ea77bf0eebf8c5873561686", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 275, "src": "/root/.ansible/tmp/ansible-tmp-1774098108.39-10282-119002859953337/source", "state": "file", "uid": 0 } RUNNING HANDLER [fedora.linux_system_roles.journald : Restart journald services] *** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/handlers/main.yml:3 Saturday 21 March 2026 09:01:48 -0400 (0:00:00.556) 0:00:07.742 ******** changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journald.service", "name": "systemd-journald.service", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-21 09:01:38 EDT", "ActiveEnterTimestampMonotonic": "187964389", "ActiveExitTimestamp": "Sat 2026-03-21 09:01:38 EDT", "ActiveExitTimestampMonotonic": "187947125", "ActiveState": "active", "After": "systemd-journald.socket syslog.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-21 09:01:38 EDT", "AssertTimestampMonotonic": "187953658", "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 2026-03-21 09:01:38 EDT", "ConditionTimestampMonotonic": "187953656", "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": "9916", "ExecMainStartTimestamp": "Sat 2026-03-21 09:01:38 EDT", "ExecMainStartTimestampMonotonic": "187954300", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FragmentPath": "/etc/systemd/system/systemd-journald.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "systemd-journald.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2026-03-21 09:01:38 EDT", "InactiveEnterTimestampMonotonic": "187949887", "InactiveExitTimestamp": "Sat 2026-03-21 09:01:38 EDT", "InactiveExitTimestampMonotonic": "187954331", "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": "9916", "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": "systemd-journald.socket system.slice", "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": "initrd-switch-root.target sysinit.target", "Wants": "systemd-journald.socket", "WatchdogTimestamp": "Sat 2026-03-21 09:01:38 EDT", "WatchdogTimestampMonotonic": "187964832", "WatchdogUSec": "3min" } } changed: [managed-node1] => (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 2026-03-21 09:01:49 EDT", "ActiveEnterTimestampMonotonic": "198917432", "ActiveExitTimestamp": "Sat 2026-03-21 09:01:49 EDT", "ActiveExitTimestampMonotonic": "198870617", "ActiveState": "active", "After": "systemd-journald.service -.mount systemd-journald.socket system.slice systemd-remount-fs.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-21 09:01:49 EDT", "AssertTimestampMonotonic": "198908884", "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 2026-03-21 09:01:49 EDT", "ConditionTimestampMonotonic": "198908883", "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 2026-03-21 09:01:49 EDT", "ExecMainExitTimestampMonotonic": "198917104", "ExecMainPID": "11367", "ExecMainStartTimestamp": "Sat 2026-03-21 09:01:49 EDT", "ExecMainStartTimestampMonotonic": "198909510", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/journalctl ; argv[]=/usr/bin/journalctl --flush ; ignore_errors=no ; start_time=[Sat 2026-03-21 09:01:49 EDT] ; stop_time=[Sat 2026-03-21 09:01:49 EDT] ; pid=11367 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/systemd-journal-flush.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "systemd-journal-flush.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2026-03-21 09:01:49 EDT", "InactiveEnterTimestampMonotonic": "198870617", "InactiveExitTimestamp": "Sat 2026-03-21 09:01:49 EDT", "InactiveExitTimestampMonotonic": "198909542", "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-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:64 Saturday 21 March 2026 09:01:50 -0400 (0:00:01.186) 0:00:08.929 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "--property", "SubState", "systemd-journald.service" ], "delta": "0:00:00.004775", "end": "2026-03-21 09:01:50.318000", "rc": 0, "start": "2026-03-21 09:01:50.313225" } STDOUT: SubState=running TASK [Verify that systemd-journald is running] ********************************* task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:71 Saturday 21 March 2026 09:01:50 -0400 (0:00:00.251) 0:00:09.181 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify that syslog is set properly] ************************************** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:75 Saturday 21 March 2026 09:01:50 -0400 (0:00:00.018) 0:00:09.199 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "ForwardToSyslog=yes", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.002803", "end": "2026-03-21 09:01:50.586047", "rc": 0, "start": "2026-03-21 09:01:50.583244" } STDOUT: ForwardToSyslog=yes TASK [Verify that rate limit interval is set properly] ************************* task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:81 Saturday 21 March 2026 09:01:50 -0400 (0:00:00.248) 0:00:09.448 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "RateLimitIntervalSec=2s", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.003004", "end": "2026-03-21 09:01:50.836848", "rc": 0, "start": "2026-03-21 09:01:50.833844" } STDOUT: RateLimitIntervalSec=2s TASK [Verify that rate limit burst is set properly] **************************** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:87 Saturday 21 March 2026 09:01:50 -0400 (0:00:00.251) 0:00:09.699 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "RateLimitBurst=2000", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.002661", "end": "2026-03-21 09:01:51.087906", "rc": 0, "start": "2026-03-21 09:01:51.085245" } STDOUT: RateLimitBurst=2000 TASK [Verify that system keep free is set properly] **************************** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:93 Saturday 21 March 2026 09:01:51 -0400 (0:00:00.252) 0:00:09.952 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "SystemKeepFree=10", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.002662", "end": "2026-03-21 09:01:51.336587", "rc": 0, "start": "2026-03-21 09:01:51.333925" } STDOUT: SystemKeepFree=10M TASK [Verify that max retention is set properly] ******************************* task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:99 Saturday 21 March 2026 09:01:51 -0400 (0:00:00.244) 0:00:10.197 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "MaxRetentionSec=30m", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.002687", "end": "2026-03-21 09:01:51.584345", "rc": 0, "start": "2026-03-21 09:01:51.581658" } STDOUT: MaxRetentionSec=30m TASK [Verify that /var/log/journal/$MACHINE_ID/system.journal exists] ********** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:105 Saturday 21 March 2026 09:01:51 -0400 (0:00:00.248) 0:00:10.445 ******** ok: [managed-node1] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1774098109.4796326, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16392, "charset": "binary", "checksum": "3cdc970438877b654ca4388700bd582045e1fccb", "ctime": 1774098111.580648, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 190, "gr_name": "systemd-journal", "inode": 262471, "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": 1774098111.580648, "nlink": 1, "path": "/var/log/journal/9e87c8e4909149de822a6af575c4b09a/system.journal", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 8388608, "uid": 0, "version": "18446744072667100579", "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-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:111 Saturday 21 March 2026 09:01:51 -0400 (0:00:00.270) 0:00:10.715 ******** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail; journalctl --header --file /var/log/journal/9e87c8e4909149de822a6af575c4b09a/system.journal | grep -q 'State: ONLINE'\n", "delta": "0:00:00.005046", "end": "2026-03-21 09:01:52.102484", "rc": 0, "start": "2026-03-21 09:01:52.097438" } TASK [Verify that system.journal is compressed] ******************************** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:120 Saturday 21 March 2026 09:01:52 -0400 (0:00:00.248) 0:00:10.964 ******** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail; journalctl --header --file /var/log/journal/9e87c8e4909149de822a6af575c4b09a/system.journal | grep -q COMPRESSED\n", "delta": "0:00:00.005611", "end": "2026-03-21 09:01:52.355194", "rc": 0, "start": "2026-03-21 09:01:52.349583" } TASK [Verify that system journal can have maximum size of 2.0G] **************** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:129 Saturday 21 March 2026 09:01:52 -0400 (0:00:00.253) 0:00:11.217 ******** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail; journalctl -b -u systemd-journald -p info | grep -E \"((System [Jj]ournal)|(Permanent journal)) .*max\" | tail -n 1 | grep -q -E 'max( allowed)? 2([.]0)?G'\n", "delta": "0:00:00.007488", "end": "2026-03-21 09:01:52.608635", "rc": 0, "start": "2026-03-21 09:01:52.601147" } TASK [Check generated files for ansible_managed, fingerprint] ****************** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:138 Saturday 21 March 2026 09:01:52 -0400 (0:00:00.254) 0:00:11.471 ******** included: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tasks/check_header.yml for managed-node1 TASK [Get file] **************************************************************** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tasks/check_header.yml:3 Saturday 21 March 2026 09:01:52 -0400 (0:00:00.058) 0:00:11.530 ******** ok: [managed-node1] => { "changed": false, "content": "IyBTUERYLUxpY2Vuc2UtSWRlbnRpZmllcjogTUlUCgojCiMgQW5zaWJsZSBtYW5hZ2VkCiMKIyBzeXN0ZW1fcm9sZTpqb3VybmFsZAoKW0pvdXJuYWxdClN0b3JhZ2U9cGVyc2lzdGVudApTeXN0ZW1NYXhVc2U9MjA0OE0KU3BsaXRNb2RlPXVpZApTeW5jSW50ZXJ2YWxTZWM9MW0KU3lzdGVtS2VlcEZyZWU9MTBNCkNvbXByZXNzPXllcwpGb3J3YXJkVG9TeXNsb2c9eWVzClJhdGVMaW1pdEludGVydmFsU2VjPTJzClJhdGVMaW1pdEJ1cnN0PTIwMDAKTWF4UmV0ZW50aW9uU2VjPTMwbQo=", "encoding": "base64", "source": "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tasks/check_header.yml:9 Saturday 21 March 2026 09:01:53 -0400 (0:00:00.368) 0:00:11.899 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:156 Saturday 21 March 2026 09:01:53 -0400 (0:00:00.034) 0:00:11.934 ******** changed: [managed-node1] => { "changed": true, "path": "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf", "state": "absent" } TASK [Remove copy of the service files] **************************************** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:161 Saturday 21 March 2026 09:01:53 -0400 (0:00:00.251) 0:00:12.186 ******** changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journald.service", "path": "/etc/systemd/system/systemd-journald.service", "state": "absent" } changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journal-flush.service", "path": "/etc/systemd/system/systemd-journal-flush.service", "state": "absent" } TASK [Reload systemd to cleanup] *********************************************** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:167 Saturday 21 March 2026 09:01:53 -0400 (0:00:00.505) 0:00:12.691 ******** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [Restart journald services] *********************************************** task path: /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:171 Saturday 21 March 2026 09:01:54 -0400 (0:00:00.394) 0:00:13.086 ******** changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journald.service", "name": "systemd-journald.service", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-03-21 09:01:49 EDT", "ActiveEnterTimestampMonotonic": "198908529", "ActiveExitTimestamp": "Sat 2026-03-21 09:01:49 EDT", "ActiveExitTimestampMonotonic": "198871481", "ActiveState": "active", "After": "systemd-journald.socket system.slice syslog.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-21 09:01:49 EDT", "AssertTimestampMonotonic": "198876627", "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 2026-03-21 09:01:49 EDT", "ConditionTimestampMonotonic": "198876626", "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": "11366", "ExecMainStartTimestamp": "Sat 2026-03-21 09:01:49 EDT", "ExecMainStartTimestampMonotonic": "198877188", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; 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 2026-03-21 09:01:49 EDT", "InactiveEnterTimestampMonotonic": "198875953", "InactiveExitTimestamp": "Sat 2026-03-21 09:01:49 EDT", "InactiveExitTimestampMonotonic": "198877215", "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": "11366", "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": "systemd-journald.socket system.slice", "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 2026-03-21 09:01:49 EDT", "WatchdogTimestampMonotonic": "198908870", "WatchdogUSec": "3min" } } changed: [managed-node1] => (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 2026-03-21 09:01:54 EDT", "ActiveEnterTimestampMonotonic": "204248504", "ActiveExitTimestamp": "Sat 2026-03-21 09:01:54 EDT", "ActiveExitTimestampMonotonic": "204220309", "ActiveState": "active", "After": "systemd-remount-fs.service systemd-journald.socket -.mount systemd-journald.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-21 09:01:54 EDT", "AssertTimestampMonotonic": "204242761", "Before": "systemd-tmpfiles-setup.service systemd-user-sessions.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 2026-03-21 09:01:54 EDT", "ConditionTimestampMonotonic": "204242759", "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 2026-03-21 09:01:54 EDT", "ExecMainExitTimestampMonotonic": "204248345", "ExecMainPID": "12323", "ExecMainStartTimestamp": "Sat 2026-03-21 09:01:54 EDT", "ExecMainStartTimestampMonotonic": "204243341", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/journalctl ; argv[]=/usr/bin/journalctl --flush ; ignore_errors=no ; start_time=[Sat 2026-03-21 09:01:54 EDT] ; stop_time=[Sat 2026-03-21 09:01:54 EDT] ; pid=12323 ; 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 2026-03-21 09:01:54 EDT", "InactiveEnterTimestampMonotonic": "204220309", "InactiveExitTimestamp": "Sat 2026-03-21 09:01:54 EDT", "InactiveExitTimestampMonotonic": "204243386", "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": "system.slice -.mount systemd-journald.service", "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 META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=37 changed=10 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 21 March 2026 09:01:55 -0400 (0:00:01.170) 0:00:14.256 ******** =============================================================================== fedora.linux_system_roles.journald : Restart journald services ---------- 1.19s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/handlers/main.yml:3 Restart journald services ----------------------------------------------- 1.17s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:171 fedora.linux_system_roles.journald : Ensure required services are enabled --- 1.13s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:21 fedora.linux_system_roles.journald : Ensure required packages are installed --- 0.92s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15 Gathering Facts --------------------------------------------------------- 0.77s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:3 Make a copy of the service files ---------------------------------------- 0.64s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:22 Change the startlimit to avoid errors with excessive journald restarts --- 0.63s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:30 Reload systemd to ensure startlimit changes take effect upon restart ---- 0.61s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:50 fedora.linux_system_roles.journald : Deploy journald configuration drop-in --- 0.56s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:44 Remove copy of the service files ---------------------------------------- 0.50s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:161 Reload systemd to cleanup ----------------------------------------------- 0.39s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:167 fedora.linux_system_roles.journald : Ensure ansible_facts used by role --- 0.39s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:2 fedora.linux_system_roles.journald : Create journald configuration drop-in directory --- 0.38s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:28 fedora.linux_system_roles.journald : Apply tmpfiles.d snippet on persistent log store --- 0.37s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:11 Get file ---------------------------------------------------------------- 0.37s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tasks/check_header.yml:3 fedora.linux_system_roles.journald : Check if system is ostree ---------- 0.33s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10 Verify that /var/log/journal/$MACHINE_ID/system.journal exists ---------- 0.27s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:105 Change the startlimit to avoid errors with excessive journald restarts --- 0.26s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:44 Verify that system journal can have maximum size of 2.0G ---------------- 0.25s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:129 fedora.linux_system_roles.journald : Ensure persistent log store exists --- 0.25s /tmp/collections-LOX/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:3