ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [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_versions.yml *************************************************** 1 plays in /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml PLAY [Test installing and uninstalling all supported versions] ***************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml:3 Saturday 13 June 2026 15:51:53 -0400 (0:00:00.016) 0:00:00.016 ********* ok: [managed-node2] META: ran handlers META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [Install and cleanup default version] ************************************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml:10 Saturday 13 June 2026 15:51:54 -0400 (0:00:00.931) 0:00:00.948 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml for managed-node2 TASK [Run postgresql role] ***************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:5 Saturday 13 June 2026 15:51:54 -0400 (0:00:00.017) 0:00:00.966 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 13 June 2026 15:51:54 -0400 (0:00:00.021) 0:00:00.987 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 13 June 2026 15:51:54 -0400 (0:00:00.012) 0:00:01.000 ********* TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 13 June 2026 15:51:54 -0400 (0:00:00.106) 0:00:01.106 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.postgresql : Ensure ansible_facts used by role] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 13 June 2026 15:51:54 -0400 (0:00:00.024) 0:00:01.131 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 13 June 2026 15:51:55 -0400 (0:00:00.673) 0:00:01.805 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 13 June 2026 15:51:55 -0400 (0:00:00.410) 0:00:02.215 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate system is ostree] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 13 June 2026 15:51:55 -0400 (0:00:00.413) 0:00:02.629 ********* ok: [managed-node2] => { "ansible_facts": { "__postgresql_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 13 June 2026 15:51:55 -0400 (0:00:00.017) 0:00:02.646 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008244", "end": "2026-06-13 15:51:56.244907", "failed_when_result": false, "rc": 0, "start": "2026-06-13 15:51:56.236663" } STDOUT: running TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 13 June 2026 15:51:56 -0400 (0:00:00.420) 0:00:03.067 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 13 June 2026 15:51:56 -0400 (0:00:00.017) 0:00:03.085 ********* ok: [managed-node2] => { "ansible_facts": { "__postgresql_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 13 June 2026 15:51:56 -0400 (0:00:00.022) 0:00:03.107 ********* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 13 June 2026 15:51:56 -0400 (0:00:00.043) 0:00:03.150 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 13 June 2026 15:51:56 -0400 (0:00:00.343) 0:00:03.494 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 13 June 2026 15:51:57 -0400 (0:00:00.341) 0:00:03.836 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 13 June 2026 15:51:57 -0400 (0:00:00.341) 0:00:04.177 ********* ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in the system (RHEL8)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 13 June 2026 15:51:58 -0400 (0:00:01.582) 0:00:05.760 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL9)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 13 June 2026 15:51:59 -0400 (0:00:00.035) 0:00:05.795 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL10)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 13 June 2026 15:51:59 -0400 (0:00:00.043) 0:00:05.838 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 13 June 2026 15:51:59 -0400 (0:00:00.027) 0:00:05.866 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure required packages are installed] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 13 June 2026 15:51:59 -0400 (0:00:00.023) 0:00:05.890 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:13/server installed.", "Installed: postgresql-13.7-2.module_el8.6.0+1152+d0162c0a.x86_64", "Installed: postgresql-server-13.7-2.module_el8.6.0+1152+d0162c0a.x86_64" ] } lsrpackages: @postgresql:13/server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 13 June 2026 15:52:05 -0400 (0:00:06.085) 0:00:11.975 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.742926", "end": "2026-06-13 15:52:06.271397", "rc": 0, "start": "2026-06-13 15:52:05.528471" } STDERR: * Initializing database in '/var/lib/pgsql/data' * Initialized, logs are in /var/lib/pgsql/initdb_postgresql.log TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (without postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 13 June 2026 15:52:06 -0400 (0:00:01.123) 0:00:13.098 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (with postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 13 June 2026 15:52:06 -0400 (0:00:00.021) 0:00:13.120 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (without postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 13 June 2026 15:52:06 -0400 (0:00:00.019) 0:00:13.139 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 13 June 2026 15:52:06 -0400 (0:00:00.019) 0:00:13.158 ********* changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target network.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "postgres", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.postgresql : Fail on non-booted hosts] ********* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 13 June 2026 15:52:07 -0400 (0:00:01.215) 0:00:14.373 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set password for super user] ****** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.018) 0:00:14.392 ********* skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Enable logging in by password] **** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.016) 0:00:14.408 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Fail input_file on non-booted hosts] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.017) 0:00:14.425 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run provided SQL script] ********** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.017) 0:00:14.443 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.016) 0:00:14.460 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node2 TASK [Generate certificates] *************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.030) 0:00:14.491 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.018) 0:00:14.510 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key directory is traversable by postgres] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.018) 0:00:14.528 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key is readable by postgres] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.018) 0:00:14.546 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.019) 0:00:14.565 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.018) 0:00:14.583 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.018) 0:00:14.601 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate file] ********* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.018) 0:00:14.619 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install postgresql server private key] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.018) 0:00:14.638 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Configure pg_hba.conf] ************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.017) 0:00:14.655 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Create postgresql directory in /etc] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 13 June 2026 15:52:07 -0400 (0:00:00.017) 0:00:14.672 ********* ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/postgresql", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 13 June 2026 15:52:08 -0400 (0:00:00.460) 0:00:15.132 ********* NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node2 changed: [managed-node2] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles-internal.conf] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 13 June 2026 15:52:08 -0400 (0:00:00.451) 0:00:15.584 ********* changed: [managed-node2] => { "changed": true, "checksum": "ff6c9a880bfc300b855e138983a07dc781ad4a1b", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "87a256fa2d0c4961ddc59ca8b51d7cf7", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1781380328.8486047-12851-22171530891128/source", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 13 June 2026 15:52:09 -0400 (0:00:00.799) 0:00:16.383 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 13 June 2026 15:52:09 -0400 (0:00:00.017) 0:00:16.401 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Record role success fingerprint] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 13 June 2026 15:52:09 -0400 (0:00:00.016) 0:00:16.417 ********* ok: [managed-node2] => { "changed": false } TASK [Run postgresql role to set vars only] ************************************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:11 Saturday 13 June 2026 15:52:09 -0400 (0:00:00.344) 0:00:16.762 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 13 June 2026 15:52:10 -0400 (0:00:00.011) 0:00:16.774 ********* changed: [managed-node2] => { "changed": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-06-13 15:52:07 EDT", "ActiveEnterTimestampMonotonic": "336509101", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket sysinit.target network.target system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-06-13 15:52:07 EDT", "AssertTimestampMonotonic": "336457862", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-06-13 15:52:07 EDT", "ConditionTimestampMonotonic": "336457862", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "30167", "ExecMainStartTimestamp": "Sat 2026-06-13 15:52:07 EDT", "ExecMainStartTimestampMonotonic": "336467804", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[Sat 2026-06-13 15:52:07 EDT] ; stop_time=[n/a] ; pid=30167 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[Sat 2026-06-13 15:52:07 EDT] ; stop_time=[Sat 2026-06-13 15:52:07 EDT] ; pid=30165 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-06-13 15:52:07 EDT", "InactiveExitTimestampMonotonic": "336458933", "InvocationID": "999fb70be4284924861c4dc301470eba", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "30167", "MemoryAccounting": "yes", "MemoryCurrent": "17846272", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-06-13 15:52:07 EDT", "StateChangeTimestampMonotonic": "336509101", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "8", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "26", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "postgres", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2026-06-13 15:52:07 EDT", "WatchdogTimestampMonotonic": "336509099", "WatchdogUSec": "0" } } META: ran handlers TASK [Test - postgresql-server running] **************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:21 Saturday 13 June 2026 15:52:10 -0400 (0:00:00.942) 0:00:17.716 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "postgresql" ], "delta": "0:00:00.008134", "end": "2026-06-13 15:52:11.244858", "rc": 0, "start": "2026-06-13 15:52:11.236724" } STDOUT: active TASK [Test - postgresql-server is enabled] ************************************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:27 Saturday 13 June 2026 15:52:11 -0400 (0:00:00.354) 0:00:18.071 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "postgresql" ], "delta": "0:00:00.008270", "end": "2026-06-13 15:52:11.600184", "rc": 0, "start": "2026-06-13 15:52:11.591914" } STDOUT: enabled TASK [Test - database is accessible for super user using Unix socket] ********** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Saturday 13 June 2026 15:52:11 -0400 (0:00:00.355) 0:00:18.427 ********* ok: [managed-node2] => { "ansible_job_id": "911590842495.31375", "changed": false, "cmd": "set -euo pipefail\necho '\\q' | psql\n", "delta": "0:00:00.012512", "end": "2026-06-13 15:52:12.286504", "finished": 1, "rc": 0, "start": "2026-06-13 15:52:12.273992" } TASK [Check - server tuning is used - shared buffers] ************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:44 Saturday 13 June 2026 15:52:27 -0400 (0:00:15.920) 0:00:34.347 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW shared_buffers;\" | psql\n", "delta": "0:00:00.010013", "end": "2026-06-13 15:52:27.889094", "rc": 0, "start": "2026-06-13 15:52:27.879081" } STDOUT: shared_buffers ---------------- 872MB (1 row) TASK [Test - server tuning is used - shared buffers] *************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:56 Saturday 13 June 2026 15:52:27 -0400 (0:00:00.370) 0:00:34.718 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check - server tuning is used - effective cache size] ******************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:67 Saturday 13 June 2026 15:52:27 -0400 (0:00:00.029) 0:00:34.747 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW effective_cache_size;\" | psql\n", "delta": "0:00:00.009573", "end": "2026-06-13 15:52:28.290457", "rc": 0, "start": "2026-06-13 15:52:28.280884" } STDOUT: effective_cache_size ---------------------- 1744MB (1 row) TASK [Test - server tuning is used - effective cache size] ********************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:79 Saturday 13 June 2026 15:52:28 -0400 (0:00:00.370) 0:00:35.118 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check postgresql version matches postgresql_version] ********************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:90 Saturday 13 June 2026 15:52:28 -0400 (0:00:00.081) 0:00:35.200 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "postgres", "--version" ], "delta": "0:00:00.009233", "end": "2026-06-13 15:52:28.729155", "failed_when_result": false, "rc": 0, "start": "2026-06-13 15:52:28.719922" } STDOUT: postgres (PostgreSQL) 13.7 TASK [Clean up] **************************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:98 Saturday 13 June 2026 15:52:28 -0400 (0:00:00.365) 0:00:35.565 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node2 META: ran handlers TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 13 June 2026 15:52:28 -0400 (0:00:00.031) 0:00:35.596 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:13/server removed.", "Removed: postgresql-13.7-2.module_el8.6.0+1152+d0162c0a.x86_64", "Removed: postgresql-server-13.7-2.module_el8.6.0+1152+d0162c0a.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 13 June 2026 15:52:33 -0400 (0:00:04.745) 0:00:40.342 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 13 June 2026 15:52:33 -0400 (0:00:00.017) 0:00:40.360 ********* changed: [managed-node2] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 13 June 2026 15:52:33 -0400 (0:00:00.388) 0:00:40.749 ********* ok: [managed-node2] => (item=/var/lib/pgsql/data/postgresql.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/postgresql.conf", "path": "/var/lib/pgsql/data/postgresql.conf", "state": "absent" } ok: [managed-node2] => (item=/var/lib/pgsql/data/pg_hba.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/pg_hba.conf", "path": "/var/lib/pgsql/data/pg_hba.conf", "state": "absent" } ok: [managed-node2] => (item=/etc/postgresql/system-roles.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/postgresql/system-roles.conf", "path": "/etc/postgresql/system-roles.conf", "state": "absent" } changed: [managed-node2] => (item=/etc/postgresql/system-roles-internal.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/postgresql/system-roles-internal.conf", "path": "/etc/postgresql/system-roles-internal.conf", "state": "absent" } TASK [Dump logs] *************************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 13 June 2026 15:52:35 -0400 (0:00:01.388) 0:00:42.137 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.007319", "end": "2026-06-13 15:52:35.660197", "rc": 0, "start": "2026-06-13 15:52:35.652878" } STDOUT: -- Logs begin at Sat 2026-06-13 15:46:31 EDT, end at Sat 2026-06-13 15:52:35 EDT. -- Jun 13 15:50:27 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:50:27 managed-node2 postmaster[10417]: 2026-06-13 15:50:27.980 EDT [10417] LOG: redirecting log output to logging collector process Jun 13 15:50:27 managed-node2 postmaster[10417]: 2026-06-13 15:50:27.980 EDT [10417] HINT: Future log output will appear in directory "log". Jun 13 15:50:27 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:50:35 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:50:35 managed-node2 systemd[1]: postgresql.service: Killing process 10418 (postmaster) with signal SIGKILL. Jun 13 15:50:35 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:50:35 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:50:35 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:50:35 managed-node2 postmaster[12680]: 2026-06-13 15:50:35.895 EDT [12680] LOG: redirecting log output to logging collector process Jun 13 15:50:35 managed-node2 postmaster[12680]: 2026-06-13 15:50:35.895 EDT [12680] HINT: Future log output will appear in directory "log". Jun 13 15:50:35 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:50:39 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:50:39 managed-node2 systemd[1]: postgresql.service: Killing process 12681 (postmaster) with signal SIGKILL. Jun 13 15:50:39 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:50:39 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:12 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:12 managed-node2 postmaster[19290]: 2026-06-13 15:51:12.095 EDT [19290] LOG: redirecting log output to logging collector process Jun 13 15:51:12 managed-node2 postmaster[19290]: 2026-06-13 15:51:12.095 EDT [19290] HINT: Future log output will appear in directory "log". Jun 13 15:51:12 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:17 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:17 managed-node2 systemd[1]: postgresql.service: Killing process 19291 (postmaster) with signal SIGKILL. Jun 13 15:51:17 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:17 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:17 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:17 managed-node2 postmaster[20830]: 2026-06-13 15:51:17.582 EDT [20830] LOG: redirecting log output to logging collector process Jun 13 15:51:17 managed-node2 postmaster[20830]: 2026-06-13 15:51:17.582 EDT [20830] HINT: Future log output will appear in directory "log". Jun 13 15:51:17 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:22 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:22 managed-node2 systemd[1]: postgresql.service: Killing process 20832 (postmaster) with signal SIGKILL. Jun 13 15:51:22 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:22 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:41 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:41 managed-node2 postmaster[25196]: 2026-06-13 15:51:41.801 EDT [25196] LOG: redirecting log output to logging collector process Jun 13 15:51:41 managed-node2 postmaster[25196]: 2026-06-13 15:51:41.801 EDT [25196] HINT: Future log output will appear in directory "log". Jun 13 15:51:41 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:44 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:44 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:44 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:44 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:44 managed-node2 postmaster[25936]: 2026-06-13 15:51:44.740 EDT [25936] LOG: redirecting log output to logging collector process Jun 13 15:51:44 managed-node2 postmaster[25936]: 2026-06-13 15:51:44.740 EDT [25936] HINT: Future log output will appear in directory "log". Jun 13 15:51:44 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:48 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:48 managed-node2 systemd[1]: postgresql.service: Killing process 25937 (postmaster) with signal SIGKILL. Jun 13 15:51:48 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:48 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:07 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:07 managed-node2 postmaster[30167]: 2026-06-13 15:52:07.519 EDT [30167] LOG: redirecting log output to logging collector process Jun 13 15:52:07 managed-node2 postmaster[30167]: 2026-06-13 15:52:07.519 EDT [30167] HINT: Future log output will appear in directory "log". Jun 13 15:52:07 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:52:10 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:52:10 managed-node2 systemd[1]: postgresql.service: Killing process 30169 (postmaster) with signal SIGKILL. Jun 13 15:52:10 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:52:10 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:10 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:10 managed-node2 postmaster[30976]: 2026-06-13 15:52:10.862 EDT [30976] LOG: redirecting log output to logging collector process Jun 13 15:52:10 managed-node2 postmaster[30976]: 2026-06-13 15:52:10.862 EDT [30976] HINT: Future log output will appear in directory "log". Jun 13 15:52:10 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:52:32 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:52:32 managed-node2 systemd[1]: postgresql.service: Killing process 30977 (postmaster) with signal SIGKILL. Jun 13 15:52:32 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:52:32 managed-node2 systemd[1]: Stopped PostgreSQL database server. META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [Save default postgresql_version] ***************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml:19 Saturday 13 June 2026 15:52:35 -0400 (0:00:00.358) 0:00:42.495 ********* ok: [managed-node2] => { "ansible_facts": { "__default_version": "13" }, "changed": false } TASK [Install and cleanup the other supported versions] ************************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml:23 Saturday 13 June 2026 15:52:35 -0400 (0:00:00.025) 0:00:42.521 ********* skipping: [managed-node2] => (item=13) => { "ansible_loop_var": "item", "changed": false, "item": "13", "skip_reason": "Conditional result was False" } included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml for managed-node2 included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml for managed-node2 included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml for managed-node2 included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml for managed-node2 TASK [Run postgresql role] ***************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:5 Saturday 13 June 2026 15:52:35 -0400 (0:00:00.085) 0:00:42.606 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 13 June 2026 15:52:35 -0400 (0:00:00.054) 0:00:42.661 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 13 June 2026 15:52:35 -0400 (0:00:00.013) 0:00:42.674 ********* TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 13 June 2026 15:52:35 -0400 (0:00:00.024) 0:00:42.698 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.postgresql : Ensure ansible_facts used by role] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 13 June 2026 15:52:35 -0400 (0:00:00.023) 0:00:42.721 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 13 June 2026 15:52:36 -0400 (0:00:00.680) 0:00:43.402 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 13 June 2026 15:52:36 -0400 (0:00:00.334) 0:00:43.737 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate system is ostree] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 13 June 2026 15:52:36 -0400 (0:00:00.013) 0:00:43.750 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 13 June 2026 15:52:36 -0400 (0:00:00.013) 0:00:43.763 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 13 June 2026 15:52:37 -0400 (0:00:00.012) 0:00:43.776 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 13 June 2026 15:52:37 -0400 (0:00:00.012) 0:00:43.788 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 13 June 2026 15:52:37 -0400 (0:00:00.011) 0:00:43.800 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 13 June 2026 15:52:37 -0400 (0:00:00.036) 0:00:43.837 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 13 June 2026 15:52:37 -0400 (0:00:00.336) 0:00:44.173 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 13 June 2026 15:52:37 -0400 (0:00:00.336) 0:00:44.510 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 13 June 2026 15:52:38 -0400 (0:00:00.335) 0:00:44.846 ********* ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in the system (RHEL8)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 13 June 2026 15:52:39 -0400 (0:00:01.375) 0:00:46.221 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL9)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 13 June 2026 15:52:39 -0400 (0:00:00.030) 0:00:46.252 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL10)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 13 June 2026 15:52:39 -0400 (0:00:00.028) 0:00:46.281 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 13 June 2026 15:52:39 -0400 (0:00:00.027) 0:00:46.308 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure required packages are installed] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 13 June 2026 15:52:39 -0400 (0:00:00.021) 0:00:46.330 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:10/server installed.", "Installed: postgresql-10.23-2.module_el8+572+929c87ac.x86_64", "Installed: postgresql-server-10.23-2.module_el8+572+929c87ac.x86_64" ] } lsrpackages: @postgresql:10/server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 13 June 2026 15:52:45 -0400 (0:00:06.076) 0:00:52.407 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.710424", "end": "2026-06-13 15:52:46.657242", "rc": 0, "start": "2026-06-13 15:52:45.946818" } STDERR: * Initializing database in '/var/lib/pgsql/data' * Initialized, logs are in /var/lib/pgsql/initdb_postgresql.log TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (without postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 13 June 2026 15:52:46 -0400 (0:00:01.078) 0:00:53.485 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (with postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 13 June 2026 15:52:46 -0400 (0:00:00.020) 0:00:53.506 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (without postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 13 June 2026 15:52:46 -0400 (0:00:00.020) 0:00:53.526 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 13 June 2026 15:52:46 -0400 (0:00:00.019) 0:00:53.546 ********* changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket network.target sysinit.target system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "postgres", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.postgresql : Fail on non-booted hosts] ********* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 13 June 2026 15:52:47 -0400 (0:00:01.034) 0:00:54.580 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set password for super user] ****** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 13 June 2026 15:52:47 -0400 (0:00:00.017) 0:00:54.598 ********* skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Enable logging in by password] **** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 13 June 2026 15:52:47 -0400 (0:00:00.017) 0:00:54.616 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Fail input_file on non-booted hosts] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 13 June 2026 15:52:47 -0400 (0:00:00.016) 0:00:54.632 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run provided SQL script] ********** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 13 June 2026 15:52:47 -0400 (0:00:00.017) 0:00:54.650 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 13 June 2026 15:52:47 -0400 (0:00:00.017) 0:00:54.667 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node2 TASK [Generate certificates] *************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 13 June 2026 15:52:47 -0400 (0:00:00.029) 0:00:54.697 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 13 June 2026 15:52:47 -0400 (0:00:00.017) 0:00:54.715 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key directory is traversable by postgres] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 13 June 2026 15:52:47 -0400 (0:00:00.017) 0:00:54.732 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key is readable by postgres] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 13 June 2026 15:52:47 -0400 (0:00:00.018) 0:00:54.750 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 13 June 2026 15:52:47 -0400 (0:00:00.017) 0:00:54.768 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 13 June 2026 15:52:48 -0400 (0:00:00.016) 0:00:54.784 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 13 June 2026 15:52:48 -0400 (0:00:00.017) 0:00:54.802 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate file] ********* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 13 June 2026 15:52:48 -0400 (0:00:00.017) 0:00:54.819 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install postgresql server private key] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 13 June 2026 15:52:48 -0400 (0:00:00.016) 0:00:54.836 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Configure pg_hba.conf] ************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 13 June 2026 15:52:48 -0400 (0:00:00.016) 0:00:54.853 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Create postgresql directory in /etc] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 13 June 2026 15:52:48 -0400 (0:00:00.016) 0:00:54.869 ********* ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/postgresql", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 13 June 2026 15:52:48 -0400 (0:00:00.359) 0:00:55.228 ********* NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node2 changed: [managed-node2] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles-internal.conf] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 13 June 2026 15:52:48 -0400 (0:00:00.354) 0:00:55.583 ********* changed: [managed-node2] => { "changed": true, "checksum": "ff6c9a880bfc300b855e138983a07dc781ad4a1b", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "87a256fa2d0c4961ddc59ca8b51d7cf7", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1781380368.8481624-13325-223441423775284/source", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 13 June 2026 15:52:49 -0400 (0:00:00.723) 0:00:56.306 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 13 June 2026 15:52:49 -0400 (0:00:00.018) 0:00:56.325 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Record role success fingerprint] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 13 June 2026 15:52:49 -0400 (0:00:00.018) 0:00:56.343 ********* ok: [managed-node2] => { "changed": false } TASK [Run postgresql role to set vars only] ************************************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:11 Saturday 13 June 2026 15:52:49 -0400 (0:00:00.351) 0:00:56.695 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 13 June 2026 15:52:49 -0400 (0:00:00.011) 0:00:56.706 ********* changed: [managed-node2] => { "changed": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-06-13 15:52:47 EDT", "ActiveEnterTimestampMonotonic": "376714986", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target basic.target systemd-journald.socket sysinit.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-06-13 15:52:47 EDT", "AssertTimestampMonotonic": "376666589", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-06-13 15:52:47 EDT", "ConditionTimestampMonotonic": "376666589", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "35682", "ExecMainStartTimestamp": "Sat 2026-06-13 15:52:47 EDT", "ExecMainStartTimestampMonotonic": "376676763", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[Sat 2026-06-13 15:52:47 EDT] ; stop_time=[n/a] ; pid=35682 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[Sat 2026-06-13 15:52:47 EDT] ; stop_time=[Sat 2026-06-13 15:52:47 EDT] ; pid=35680 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-06-13 15:52:47 EDT", "InactiveExitTimestampMonotonic": "376667667", "InvocationID": "a14e535db3da4a4b9960d6a5bb436d1e", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "35682", "MemoryAccounting": "yes", "MemoryCurrent": "16814080", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-06-13 15:52:47 EDT", "StateChangeTimestampMonotonic": "376714986", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "8", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "26", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "postgres", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2026-06-13 15:52:47 EDT", "WatchdogTimestampMonotonic": "376714984", "WatchdogUSec": "0" } } META: ran handlers TASK [Test - postgresql-server running] **************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:21 Saturday 13 June 2026 15:52:50 -0400 (0:00:00.939) 0:00:57.645 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "postgresql" ], "delta": "0:00:00.007943", "end": "2026-06-13 15:52:51.173235", "rc": 0, "start": "2026-06-13 15:52:51.165292" } STDOUT: active TASK [Test - postgresql-server is enabled] ************************************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:27 Saturday 13 June 2026 15:52:51 -0400 (0:00:00.355) 0:00:58.001 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "postgresql" ], "delta": "0:00:00.008462", "end": "2026-06-13 15:52:51.526267", "rc": 0, "start": "2026-06-13 15:52:51.517805" } STDOUT: enabled TASK [Test - database is accessible for super user using Unix socket] ********** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Saturday 13 June 2026 15:52:51 -0400 (0:00:00.351) 0:00:58.353 ********* ok: [managed-node2] => { "ansible_job_id": "119595400887.36890", "changed": false, "cmd": "set -euo pipefail\necho '\\q' | psql\n", "delta": "0:00:00.011517", "end": "2026-06-13 15:52:52.114086", "finished": 1, "rc": 0, "start": "2026-06-13 15:52:52.102569" } TASK [Check - server tuning is used - shared buffers] ************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:44 Saturday 13 June 2026 15:53:07 -0400 (0:00:15.777) 0:01:14.131 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW shared_buffers;\" | psql\n", "delta": "0:00:00.010243", "end": "2026-06-13 15:53:07.672963", "rc": 0, "start": "2026-06-13 15:53:07.662720" } STDOUT: shared_buffers ---------------- 872MB (1 row) TASK [Test - server tuning is used - shared buffers] *************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:56 Saturday 13 June 2026 15:53:07 -0400 (0:00:00.369) 0:01:14.500 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check - server tuning is used - effective cache size] ******************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:67 Saturday 13 June 2026 15:53:07 -0400 (0:00:00.030) 0:01:14.530 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW effective_cache_size;\" | psql\n", "delta": "0:00:00.009431", "end": "2026-06-13 15:53:08.075641", "rc": 0, "start": "2026-06-13 15:53:08.066210" } STDOUT: effective_cache_size ---------------------- 1744MB (1 row) TASK [Test - server tuning is used - effective cache size] ********************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:79 Saturday 13 June 2026 15:53:08 -0400 (0:00:00.373) 0:01:14.904 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check postgresql version matches postgresql_version] ********************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:90 Saturday 13 June 2026 15:53:08 -0400 (0:00:00.030) 0:01:14.935 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "postgres", "--version" ], "delta": "0:00:00.006815", "end": "2026-06-13 15:53:08.458088", "failed_when_result": false, "rc": 0, "start": "2026-06-13 15:53:08.451273" } STDOUT: postgres (PostgreSQL) 10.23 TASK [Clean up] **************************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:98 Saturday 13 June 2026 15:53:08 -0400 (0:00:00.353) 0:01:15.288 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node2 META: ran handlers TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 13 June 2026 15:53:08 -0400 (0:00:00.030) 0:01:15.319 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:10/server removed.", "Removed: postgresql-10.23-2.module_el8+572+929c87ac.x86_64", "Removed: postgresql-server-10.23-2.module_el8+572+929c87ac.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 13 June 2026 15:53:13 -0400 (0:00:04.703) 0:01:20.023 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 13 June 2026 15:53:13 -0400 (0:00:00.017) 0:01:20.040 ********* changed: [managed-node2] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 13 June 2026 15:53:13 -0400 (0:00:00.388) 0:01:20.428 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. ok: [managed-node2] => (item=/var/lib/pgsql/data/postgresql.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/postgresql.conf", "path": "/var/lib/pgsql/data/postgresql.conf", "state": "absent" } ok: [managed-node2] => (item=/var/lib/pgsql/data/pg_hba.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/pg_hba.conf", "path": "/var/lib/pgsql/data/pg_hba.conf", "state": "absent" } ok: [managed-node2] => (item=/etc/postgresql/system-roles.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/postgresql/system-roles.conf", "path": "/etc/postgresql/system-roles.conf", "state": "absent" } changed: [managed-node2] => (item=/etc/postgresql/system-roles-internal.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/postgresql/system-roles-internal.conf", "path": "/etc/postgresql/system-roles-internal.conf", "state": "absent" } TASK [Dump logs] *************************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 13 June 2026 15:53:15 -0400 (0:00:01.361) 0:01:21.790 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.007524", "end": "2026-06-13 15:53:15.312753", "rc": 0, "start": "2026-06-13 15:53:15.305229" } STDOUT: -- Logs begin at Sat 2026-06-13 15:46:31 EDT, end at Sat 2026-06-13 15:53:15 EDT. -- Jun 13 15:50:27 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:50:27 managed-node2 postmaster[10417]: 2026-06-13 15:50:27.980 EDT [10417] LOG: redirecting log output to logging collector process Jun 13 15:50:27 managed-node2 postmaster[10417]: 2026-06-13 15:50:27.980 EDT [10417] HINT: Future log output will appear in directory "log". Jun 13 15:50:27 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:50:35 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:50:35 managed-node2 systemd[1]: postgresql.service: Killing process 10418 (postmaster) with signal SIGKILL. Jun 13 15:50:35 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:50:35 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:50:35 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:50:35 managed-node2 postmaster[12680]: 2026-06-13 15:50:35.895 EDT [12680] LOG: redirecting log output to logging collector process Jun 13 15:50:35 managed-node2 postmaster[12680]: 2026-06-13 15:50:35.895 EDT [12680] HINT: Future log output will appear in directory "log". Jun 13 15:50:35 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:50:39 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:50:39 managed-node2 systemd[1]: postgresql.service: Killing process 12681 (postmaster) with signal SIGKILL. Jun 13 15:50:39 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:50:39 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:12 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:12 managed-node2 postmaster[19290]: 2026-06-13 15:51:12.095 EDT [19290] LOG: redirecting log output to logging collector process Jun 13 15:51:12 managed-node2 postmaster[19290]: 2026-06-13 15:51:12.095 EDT [19290] HINT: Future log output will appear in directory "log". Jun 13 15:51:12 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:17 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:17 managed-node2 systemd[1]: postgresql.service: Killing process 19291 (postmaster) with signal SIGKILL. Jun 13 15:51:17 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:17 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:17 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:17 managed-node2 postmaster[20830]: 2026-06-13 15:51:17.582 EDT [20830] LOG: redirecting log output to logging collector process Jun 13 15:51:17 managed-node2 postmaster[20830]: 2026-06-13 15:51:17.582 EDT [20830] HINT: Future log output will appear in directory "log". Jun 13 15:51:17 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:22 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:22 managed-node2 systemd[1]: postgresql.service: Killing process 20832 (postmaster) with signal SIGKILL. Jun 13 15:51:22 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:22 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:41 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:41 managed-node2 postmaster[25196]: 2026-06-13 15:51:41.801 EDT [25196] LOG: redirecting log output to logging collector process Jun 13 15:51:41 managed-node2 postmaster[25196]: 2026-06-13 15:51:41.801 EDT [25196] HINT: Future log output will appear in directory "log". Jun 13 15:51:41 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:44 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:44 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:44 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:44 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:44 managed-node2 postmaster[25936]: 2026-06-13 15:51:44.740 EDT [25936] LOG: redirecting log output to logging collector process Jun 13 15:51:44 managed-node2 postmaster[25936]: 2026-06-13 15:51:44.740 EDT [25936] HINT: Future log output will appear in directory "log". Jun 13 15:51:44 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:48 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:48 managed-node2 systemd[1]: postgresql.service: Killing process 25937 (postmaster) with signal SIGKILL. Jun 13 15:51:48 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:48 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:07 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:07 managed-node2 postmaster[30167]: 2026-06-13 15:52:07.519 EDT [30167] LOG: redirecting log output to logging collector process Jun 13 15:52:07 managed-node2 postmaster[30167]: 2026-06-13 15:52:07.519 EDT [30167] HINT: Future log output will appear in directory "log". Jun 13 15:52:07 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:52:10 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:52:10 managed-node2 systemd[1]: postgresql.service: Killing process 30169 (postmaster) with signal SIGKILL. Jun 13 15:52:10 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:52:10 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:10 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:10 managed-node2 postmaster[30976]: 2026-06-13 15:52:10.862 EDT [30976] LOG: redirecting log output to logging collector process Jun 13 15:52:10 managed-node2 postmaster[30976]: 2026-06-13 15:52:10.862 EDT [30976] HINT: Future log output will appear in directory "log". Jun 13 15:52:10 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:52:32 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:52:32 managed-node2 systemd[1]: postgresql.service: Killing process 30977 (postmaster) with signal SIGKILL. Jun 13 15:52:32 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:52:32 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:47 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.716 EDT [35682] LOG: listening on IPv6 address "::1", port 5432 Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.716 EDT [35682] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.718 EDT [35682] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.722 EDT [35682] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.732 EDT [35682] LOG: redirecting log output to logging collector process Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.732 EDT [35682] HINT: Future log output will appear in directory "log". Jun 13 15:52:47 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:52:50 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:52:50 managed-node2 systemd[1]: postgresql.service: Killing process 35684 (postmaster) with signal SIGKILL. Jun 13 15:52:50 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:52:50 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:50 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.764 EDT [36491] LOG: listening on IPv6 address "::1", port 5432 Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.764 EDT [36491] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.766 EDT [36491] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.770 EDT [36491] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.798 EDT [36491] LOG: redirecting log output to logging collector process Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.798 EDT [36491] HINT: Future log output will appear in directory "log". Jun 13 15:52:50 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:53:12 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:53:12 managed-node2 systemd[1]: postgresql.service: Killing process 36492 (postmaster) with signal SIGKILL. Jun 13 15:53:12 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:53:12 managed-node2 systemd[1]: Stopped PostgreSQL database server. TASK [Run postgresql role] ***************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:5 Saturday 13 June 2026 15:53:15 -0400 (0:00:00.349) 0:01:22.139 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 13 June 2026 15:53:15 -0400 (0:00:00.034) 0:01:22.173 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 13 June 2026 15:53:15 -0400 (0:00:00.012) 0:01:22.186 ********* TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 13 June 2026 15:53:15 -0400 (0:00:00.023) 0:01:22.210 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.postgresql : Ensure ansible_facts used by role] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 13 June 2026 15:53:15 -0400 (0:00:00.023) 0:01:22.233 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 13 June 2026 15:53:16 -0400 (0:00:00.722) 0:01:22.956 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 13 June 2026 15:53:16 -0400 (0:00:00.334) 0:01:23.291 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate system is ostree] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 13 June 2026 15:53:16 -0400 (0:00:00.014) 0:01:23.305 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 13 June 2026 15:53:16 -0400 (0:00:00.013) 0:01:23.319 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 13 June 2026 15:53:16 -0400 (0:00:00.013) 0:01:23.332 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 13 June 2026 15:53:16 -0400 (0:00:00.013) 0:01:23.346 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 13 June 2026 15:53:16 -0400 (0:00:00.012) 0:01:23.359 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 13 June 2026 15:53:16 -0400 (0:00:00.037) 0:01:23.396 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 13 June 2026 15:53:16 -0400 (0:00:00.340) 0:01:23.737 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 13 June 2026 15:53:17 -0400 (0:00:00.342) 0:01:24.080 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 13 June 2026 15:53:17 -0400 (0:00:00.338) 0:01:24.418 ********* ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in the system (RHEL8)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 13 June 2026 15:53:19 -0400 (0:00:01.386) 0:01:25.804 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL9)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 13 June 2026 15:53:19 -0400 (0:00:00.031) 0:01:25.835 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL10)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 13 June 2026 15:53:19 -0400 (0:00:00.029) 0:01:25.865 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 13 June 2026 15:53:19 -0400 (0:00:00.028) 0:01:25.894 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure required packages are installed] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 13 June 2026 15:53:19 -0400 (0:00:00.022) 0:01:25.916 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:12/server installed.", "Installed: postgresql-12.15-3.module_el8+514+f9db76aa.x86_64", "Installed: postgresql-server-12.15-3.module_el8+514+f9db76aa.x86_64" ] } lsrpackages: @postgresql:12/server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 13 June 2026 15:53:25 -0400 (0:00:06.004) 0:01:31.921 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.748155", "end": "2026-06-13 15:53:26.234539", "rc": 0, "start": "2026-06-13 15:53:25.486384" } STDERR: * Initializing database in '/var/lib/pgsql/data' * Initialized, logs are in /var/lib/pgsql/initdb_postgresql.log TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (without postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 13 June 2026 15:53:26 -0400 (0:00:01.140) 0:01:33.062 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (with postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 13 June 2026 15:53:26 -0400 (0:00:00.042) 0:01:33.105 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (without postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 13 June 2026 15:53:26 -0400 (0:00:00.019) 0:01:33.125 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 13 June 2026 15:53:26 -0400 (0:00:00.019) 0:01:33.144 ********* changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice network.target sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "postgres", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.postgresql : Fail on non-booted hosts] ********* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 13 June 2026 15:53:27 -0400 (0:00:01.047) 0:01:34.191 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set password for super user] ****** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.018) 0:01:34.209 ********* skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Enable logging in by password] **** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.017) 0:01:34.227 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Fail input_file on non-booted hosts] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.019) 0:01:34.247 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run provided SQL script] ********** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.016) 0:01:34.264 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.016) 0:01:34.281 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node2 TASK [Generate certificates] *************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.029) 0:01:34.310 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.018) 0:01:34.328 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key directory is traversable by postgres] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.018) 0:01:34.347 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key is readable by postgres] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.016) 0:01:34.364 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.016) 0:01:34.380 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.017) 0:01:34.398 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.017) 0:01:34.416 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate file] ********* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.017) 0:01:34.434 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install postgresql server private key] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.017) 0:01:34.451 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Configure pg_hba.conf] ************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.017) 0:01:34.468 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Create postgresql directory in /etc] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 13 June 2026 15:53:27 -0400 (0:00:00.019) 0:01:34.487 ********* ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/postgresql", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 13 June 2026 15:53:28 -0400 (0:00:00.355) 0:01:34.842 ********* NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node2 changed: [managed-node2] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles-internal.conf] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 13 June 2026 15:53:28 -0400 (0:00:00.355) 0:01:35.198 ********* changed: [managed-node2] => { "changed": true, "checksum": "ff6c9a880bfc300b855e138983a07dc781ad4a1b", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "87a256fa2d0c4961ddc59ca8b51d7cf7", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1781380408.4625933-13792-279603704976645/source", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 13 June 2026 15:53:29 -0400 (0:00:00.710) 0:01:35.908 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 13 June 2026 15:53:29 -0400 (0:00:00.018) 0:01:35.926 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Record role success fingerprint] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 13 June 2026 15:53:29 -0400 (0:00:00.041) 0:01:35.968 ********* ok: [managed-node2] => { "changed": false } TASK [Run postgresql role to set vars only] ************************************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:11 Saturday 13 June 2026 15:53:29 -0400 (0:00:00.348) 0:01:36.316 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 13 June 2026 15:53:29 -0400 (0:00:00.011) 0:01:36.328 ********* changed: [managed-node2] => { "changed": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-06-13 15:53:27 EDT", "ActiveEnterTimestampMonotonic": "416325386", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice network.target systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-06-13 15:53:27 EDT", "AssertTimestampMonotonic": "416272959", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-06-13 15:53:27 EDT", "ConditionTimestampMonotonic": "416272958", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "41224", "ExecMainStartTimestamp": "Sat 2026-06-13 15:53:27 EDT", "ExecMainStartTimestampMonotonic": "416282725", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[Sat 2026-06-13 15:53:27 EDT] ; stop_time=[n/a] ; pid=41224 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[Sat 2026-06-13 15:53:27 EDT] ; stop_time=[Sat 2026-06-13 15:53:27 EDT] ; pid=41222 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-06-13 15:53:27 EDT", "InactiveExitTimestampMonotonic": "416274045", "InvocationID": "6d0a0c813b9645b6ad175d71bdf14496", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "41224", "MemoryAccounting": "yes", "MemoryCurrent": "17850368", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-06-13 15:53:27 EDT", "StateChangeTimestampMonotonic": "416325386", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "8", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "26", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "postgres", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2026-06-13 15:53:27 EDT", "WatchdogTimestampMonotonic": "416325384", "WatchdogUSec": "0" } } META: ran handlers TASK [Test - postgresql-server running] **************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:21 Saturday 13 June 2026 15:53:30 -0400 (0:00:00.942) 0:01:37.271 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "postgresql" ], "delta": "0:00:00.008044", "end": "2026-06-13 15:53:30.798625", "rc": 0, "start": "2026-06-13 15:53:30.790581" } STDOUT: active TASK [Test - postgresql-server is enabled] ************************************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:27 Saturday 13 June 2026 15:53:30 -0400 (0:00:00.354) 0:01:37.626 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "postgresql" ], "delta": "0:00:00.008286", "end": "2026-06-13 15:53:31.151027", "rc": 0, "start": "2026-06-13 15:53:31.142741" } STDOUT: enabled TASK [Test - database is accessible for super user using Unix socket] ********** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Saturday 13 June 2026 15:53:31 -0400 (0:00:00.351) 0:01:37.977 ********* ok: [managed-node2] => { "ansible_job_id": "539989719616.42432", "changed": false, "cmd": "set -euo pipefail\necho '\\q' | psql\n", "delta": "0:00:00.011977", "end": "2026-06-13 15:53:31.739475", "finished": 1, "rc": 0, "start": "2026-06-13 15:53:31.727498" } TASK [Check - server tuning is used - shared buffers] ************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:44 Saturday 13 June 2026 15:53:46 -0400 (0:00:15.762) 0:01:53.740 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW shared_buffers;\" | psql\n", "delta": "0:00:00.009785", "end": "2026-06-13 15:53:47.281105", "rc": 0, "start": "2026-06-13 15:53:47.271320" } STDOUT: shared_buffers ---------------- 872MB (1 row) TASK [Test - server tuning is used - shared buffers] *************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:56 Saturday 13 June 2026 15:53:47 -0400 (0:00:00.369) 0:01:54.109 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check - server tuning is used - effective cache size] ******************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:67 Saturday 13 June 2026 15:53:47 -0400 (0:00:00.030) 0:01:54.140 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW effective_cache_size;\" | psql\n", "delta": "0:00:00.009578", "end": "2026-06-13 15:53:47.682600", "rc": 0, "start": "2026-06-13 15:53:47.673022" } STDOUT: effective_cache_size ---------------------- 1744MB (1 row) TASK [Test - server tuning is used - effective cache size] ********************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:79 Saturday 13 June 2026 15:53:47 -0400 (0:00:00.371) 0:01:54.511 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check postgresql version matches postgresql_version] ********************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:90 Saturday 13 June 2026 15:53:47 -0400 (0:00:00.029) 0:01:54.540 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "postgres", "--version" ], "delta": "0:00:00.009116", "end": "2026-06-13 15:53:48.067458", "failed_when_result": false, "rc": 0, "start": "2026-06-13 15:53:48.058342" } STDOUT: postgres (PostgreSQL) 12.15 TASK [Clean up] **************************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:98 Saturday 13 June 2026 15:53:48 -0400 (0:00:00.357) 0:01:54.898 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node2 META: ran handlers TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 13 June 2026 15:53:48 -0400 (0:00:00.056) 0:01:54.954 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:12/server removed.", "Removed: postgresql-12.15-3.module_el8+514+f9db76aa.x86_64", "Removed: postgresql-server-12.15-3.module_el8+514+f9db76aa.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 13 June 2026 15:53:52 -0400 (0:00:04.717) 0:01:59.671 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 13 June 2026 15:53:52 -0400 (0:00:00.018) 0:01:59.690 ********* changed: [managed-node2] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 13 June 2026 15:53:53 -0400 (0:00:00.390) 0:02:00.080 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. ok: [managed-node2] => (item=/var/lib/pgsql/data/postgresql.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/postgresql.conf", "path": "/var/lib/pgsql/data/postgresql.conf", "state": "absent" } ok: [managed-node2] => (item=/var/lib/pgsql/data/pg_hba.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/pg_hba.conf", "path": "/var/lib/pgsql/data/pg_hba.conf", "state": "absent" } ok: [managed-node2] => (item=/etc/postgresql/system-roles.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/postgresql/system-roles.conf", "path": "/etc/postgresql/system-roles.conf", "state": "absent" } changed: [managed-node2] => (item=/etc/postgresql/system-roles-internal.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/postgresql/system-roles-internal.conf", "path": "/etc/postgresql/system-roles-internal.conf", "state": "absent" } TASK [Dump logs] *************************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 13 June 2026 15:53:54 -0400 (0:00:01.365) 0:02:01.445 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.007731", "end": "2026-06-13 15:53:54.972477", "rc": 0, "start": "2026-06-13 15:53:54.964746" } STDOUT: -- Logs begin at Sat 2026-06-13 15:46:31 EDT, end at Sat 2026-06-13 15:53:54 EDT. -- Jun 13 15:50:27 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:50:27 managed-node2 postmaster[10417]: 2026-06-13 15:50:27.980 EDT [10417] LOG: redirecting log output to logging collector process Jun 13 15:50:27 managed-node2 postmaster[10417]: 2026-06-13 15:50:27.980 EDT [10417] HINT: Future log output will appear in directory "log". Jun 13 15:50:27 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:50:35 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:50:35 managed-node2 systemd[1]: postgresql.service: Killing process 10418 (postmaster) with signal SIGKILL. Jun 13 15:50:35 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:50:35 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:50:35 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:50:35 managed-node2 postmaster[12680]: 2026-06-13 15:50:35.895 EDT [12680] LOG: redirecting log output to logging collector process Jun 13 15:50:35 managed-node2 postmaster[12680]: 2026-06-13 15:50:35.895 EDT [12680] HINT: Future log output will appear in directory "log". Jun 13 15:50:35 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:50:39 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:50:39 managed-node2 systemd[1]: postgresql.service: Killing process 12681 (postmaster) with signal SIGKILL. Jun 13 15:50:39 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:50:39 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:12 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:12 managed-node2 postmaster[19290]: 2026-06-13 15:51:12.095 EDT [19290] LOG: redirecting log output to logging collector process Jun 13 15:51:12 managed-node2 postmaster[19290]: 2026-06-13 15:51:12.095 EDT [19290] HINT: Future log output will appear in directory "log". Jun 13 15:51:12 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:17 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:17 managed-node2 systemd[1]: postgresql.service: Killing process 19291 (postmaster) with signal SIGKILL. Jun 13 15:51:17 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:17 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:17 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:17 managed-node2 postmaster[20830]: 2026-06-13 15:51:17.582 EDT [20830] LOG: redirecting log output to logging collector process Jun 13 15:51:17 managed-node2 postmaster[20830]: 2026-06-13 15:51:17.582 EDT [20830] HINT: Future log output will appear in directory "log". Jun 13 15:51:17 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:22 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:22 managed-node2 systemd[1]: postgresql.service: Killing process 20832 (postmaster) with signal SIGKILL. Jun 13 15:51:22 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:22 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:41 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:41 managed-node2 postmaster[25196]: 2026-06-13 15:51:41.801 EDT [25196] LOG: redirecting log output to logging collector process Jun 13 15:51:41 managed-node2 postmaster[25196]: 2026-06-13 15:51:41.801 EDT [25196] HINT: Future log output will appear in directory "log". Jun 13 15:51:41 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:44 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:44 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:44 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:44 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:44 managed-node2 postmaster[25936]: 2026-06-13 15:51:44.740 EDT [25936] LOG: redirecting log output to logging collector process Jun 13 15:51:44 managed-node2 postmaster[25936]: 2026-06-13 15:51:44.740 EDT [25936] HINT: Future log output will appear in directory "log". Jun 13 15:51:44 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:48 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:48 managed-node2 systemd[1]: postgresql.service: Killing process 25937 (postmaster) with signal SIGKILL. Jun 13 15:51:48 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:48 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:07 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:07 managed-node2 postmaster[30167]: 2026-06-13 15:52:07.519 EDT [30167] LOG: redirecting log output to logging collector process Jun 13 15:52:07 managed-node2 postmaster[30167]: 2026-06-13 15:52:07.519 EDT [30167] HINT: Future log output will appear in directory "log". Jun 13 15:52:07 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:52:10 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:52:10 managed-node2 systemd[1]: postgresql.service: Killing process 30169 (postmaster) with signal SIGKILL. Jun 13 15:52:10 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:52:10 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:10 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:10 managed-node2 postmaster[30976]: 2026-06-13 15:52:10.862 EDT [30976] LOG: redirecting log output to logging collector process Jun 13 15:52:10 managed-node2 postmaster[30976]: 2026-06-13 15:52:10.862 EDT [30976] HINT: Future log output will appear in directory "log". Jun 13 15:52:10 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:52:32 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:52:32 managed-node2 systemd[1]: postgresql.service: Killing process 30977 (postmaster) with signal SIGKILL. Jun 13 15:52:32 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:52:32 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:47 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.716 EDT [35682] LOG: listening on IPv6 address "::1", port 5432 Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.716 EDT [35682] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.718 EDT [35682] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.722 EDT [35682] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.732 EDT [35682] LOG: redirecting log output to logging collector process Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.732 EDT [35682] HINT: Future log output will appear in directory "log". Jun 13 15:52:47 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:52:50 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:52:50 managed-node2 systemd[1]: postgresql.service: Killing process 35684 (postmaster) with signal SIGKILL. Jun 13 15:52:50 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:52:50 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:50 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.764 EDT [36491] LOG: listening on IPv6 address "::1", port 5432 Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.764 EDT [36491] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.766 EDT [36491] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.770 EDT [36491] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.798 EDT [36491] LOG: redirecting log output to logging collector process Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.798 EDT [36491] HINT: Future log output will appear in directory "log". Jun 13 15:52:50 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:53:12 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:53:12 managed-node2 systemd[1]: postgresql.service: Killing process 36492 (postmaster) with signal SIGKILL. Jun 13 15:53:12 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:53:12 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:53:27 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.325 EDT [41224] LOG: starting PostgreSQL 12.15 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20), 64-bit Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.325 EDT [41224] LOG: listening on IPv6 address "::1", port 5432 Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.325 EDT [41224] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.327 EDT [41224] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.331 EDT [41224] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.342 EDT [41224] LOG: redirecting log output to logging collector process Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.342 EDT [41224] HINT: Future log output will appear in directory "log". Jun 13 15:53:27 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:53:30 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:53:30 managed-node2 systemd[1]: postgresql.service: Killing process 41226 (postmaster) with signal SIGKILL. Jun 13 15:53:30 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:53:30 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:53:30 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.385 EDT [42032] LOG: starting PostgreSQL 12.15 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20), 64-bit Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.385 EDT [42032] LOG: listening on IPv6 address "::1", port 5432 Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.385 EDT [42032] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.387 EDT [42032] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.390 EDT [42032] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.420 EDT [42032] LOG: redirecting log output to logging collector process Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.420 EDT [42032] HINT: Future log output will appear in directory "log". Jun 13 15:53:30 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:53:52 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:53:52 managed-node2 systemd[1]: postgresql.service: Killing process 42034 (postmaster) with signal SIGKILL. Jun 13 15:53:52 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:53:52 managed-node2 systemd[1]: Stopped PostgreSQL database server. TASK [Run postgresql role] ***************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:5 Saturday 13 June 2026 15:53:55 -0400 (0:00:00.355) 0:02:01.800 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 13 June 2026 15:53:55 -0400 (0:00:00.031) 0:02:01.832 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 13 June 2026 15:53:55 -0400 (0:00:00.013) 0:02:01.845 ********* TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 13 June 2026 15:53:55 -0400 (0:00:00.025) 0:02:01.871 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.postgresql : Ensure ansible_facts used by role] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 13 June 2026 15:53:55 -0400 (0:00:00.023) 0:02:01.895 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 13 June 2026 15:53:55 -0400 (0:00:00.684) 0:02:02.580 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 13 June 2026 15:53:56 -0400 (0:00:00.337) 0:02:02.917 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate system is ostree] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 13 June 2026 15:53:56 -0400 (0:00:00.013) 0:02:02.931 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 13 June 2026 15:53:56 -0400 (0:00:00.012) 0:02:02.944 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 13 June 2026 15:53:56 -0400 (0:00:00.012) 0:02:02.957 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 13 June 2026 15:53:56 -0400 (0:00:00.012) 0:02:02.969 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 13 June 2026 15:53:56 -0400 (0:00:00.013) 0:02:02.982 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 13 June 2026 15:53:56 -0400 (0:00:00.036) 0:02:03.019 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 13 June 2026 15:53:56 -0400 (0:00:00.339) 0:02:03.359 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 13 June 2026 15:53:56 -0400 (0:00:00.340) 0:02:03.700 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 13 June 2026 15:53:57 -0400 (0:00:00.339) 0:02:04.039 ********* ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in the system (RHEL8)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 13 June 2026 15:53:58 -0400 (0:00:01.441) 0:02:05.481 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL9)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 13 June 2026 15:53:58 -0400 (0:00:00.031) 0:02:05.512 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL10)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 13 June 2026 15:53:58 -0400 (0:00:00.028) 0:02:05.540 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 13 June 2026 15:53:58 -0400 (0:00:00.028) 0:02:05.568 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure required packages are installed] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 13 June 2026 15:53:58 -0400 (0:00:00.022) 0:02:05.591 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:15/server installed.", "Installed: postgresql-15.0-1.module_el8.8.0+1240+2fac00b0.x86_64", "Installed: postgresql-server-15.0-1.module_el8.8.0+1240+2fac00b0.x86_64", "Installed: postgresql-private-libs-15.0-1.module_el8.8.0+1240+2fac00b0.x86_64" ] } lsrpackages: @postgresql:15/server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 13 June 2026 15:54:05 -0400 (0:00:06.351) 0:02:11.943 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.741366", "end": "2026-06-13 15:54:06.230723", "rc": 0, "start": "2026-06-13 15:54:05.489357" } STDERR: * Initializing database in '/var/lib/pgsql/data' * Initialized, logs are in /var/lib/pgsql/initdb_postgresql.log TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (without postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 13 June 2026 15:54:06 -0400 (0:00:01.116) 0:02:13.059 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (with postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 13 June 2026 15:54:06 -0400 (0:00:00.020) 0:02:13.080 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (without postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 13 June 2026 15:54:06 -0400 (0:00:00.019) 0:02:13.099 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 13 June 2026 15:54:06 -0400 (0:00:00.018) 0:02:13.118 ********* changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice network.target basic.target systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "postgres", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.postgresql : Fail on non-booted hosts] ********* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 13 June 2026 15:54:07 -0400 (0:00:01.045) 0:02:14.163 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set password for super user] ****** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.018) 0:02:14.181 ********* skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Enable logging in by password] **** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.016) 0:02:14.198 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Fail input_file on non-booted hosts] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.016) 0:02:14.214 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run provided SQL script] ********** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.016) 0:02:14.231 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.038) 0:02:14.269 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node2 TASK [Generate certificates] *************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.029) 0:02:14.298 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.017) 0:02:14.316 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key directory is traversable by postgres] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.018) 0:02:14.335 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key is readable by postgres] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.017) 0:02:14.353 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.016) 0:02:14.370 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.016) 0:02:14.386 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.017) 0:02:14.404 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate file] ********* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.016) 0:02:14.421 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install postgresql server private key] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.016) 0:02:14.438 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Configure pg_hba.conf] ************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.016) 0:02:14.455 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Create postgresql directory in /etc] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 13 June 2026 15:54:07 -0400 (0:00:00.018) 0:02:14.473 ********* ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/postgresql", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 13 June 2026 15:54:08 -0400 (0:00:00.356) 0:02:14.830 ********* NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node2 changed: [managed-node2] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles-internal.conf] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 13 June 2026 15:54:08 -0400 (0:00:00.353) 0:02:15.183 ********* changed: [managed-node2] => { "changed": true, "checksum": "ff6c9a880bfc300b855e138983a07dc781ad4a1b", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "87a256fa2d0c4961ddc59ca8b51d7cf7", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1781380448.4477048-14262-56582388329079/source", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 13 June 2026 15:54:09 -0400 (0:00:00.711) 0:02:15.894 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 13 June 2026 15:54:09 -0400 (0:00:00.018) 0:02:15.913 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Record role success fingerprint] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 13 June 2026 15:54:09 -0400 (0:00:00.018) 0:02:15.932 ********* ok: [managed-node2] => { "changed": false } TASK [Run postgresql role to set vars only] ************************************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:11 Saturday 13 June 2026 15:54:09 -0400 (0:00:00.347) 0:02:16.279 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 13 June 2026 15:54:09 -0400 (0:00:00.011) 0:02:16.290 ********* changed: [managed-node2] => { "changed": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-06-13 15:54:07 EDT", "ActiveEnterTimestampMonotonic": "456298162", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target systemd-journald.socket network.target basic.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-06-13 15:54:07 EDT", "AssertTimestampMonotonic": "456246372", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-06-13 15:54:07 EDT", "ConditionTimestampMonotonic": "456246371", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "46778", "ExecMainStartTimestamp": "Sat 2026-06-13 15:54:07 EDT", "ExecMainStartTimestampMonotonic": "456256359", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[Sat 2026-06-13 15:54:07 EDT] ; stop_time=[n/a] ; pid=46778 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[Sat 2026-06-13 15:54:07 EDT] ; stop_time=[Sat 2026-06-13 15:54:07 EDT] ; pid=46775 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-06-13 15:54:07 EDT", "InactiveExitTimestampMonotonic": "456247404", "InvocationID": "fdd8087ca999430fae07cdbb0c7d4d04", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "46778", "MemoryAccounting": "yes", "MemoryCurrent": "18411520", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-06-13 15:54:07 EDT", "StateChangeTimestampMonotonic": "456298162", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "7", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "26", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "postgres", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2026-06-13 15:54:07 EDT", "WatchdogTimestampMonotonic": "456298160", "WatchdogUSec": "0" } } META: ran handlers TASK [Test - postgresql-server running] **************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:21 Saturday 13 June 2026 15:54:10 -0400 (0:00:00.937) 0:02:17.228 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "postgresql" ], "delta": "0:00:00.008076", "end": "2026-06-13 15:54:10.754429", "rc": 0, "start": "2026-06-13 15:54:10.746353" } STDOUT: active TASK [Test - postgresql-server is enabled] ************************************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:27 Saturday 13 June 2026 15:54:10 -0400 (0:00:00.352) 0:02:17.581 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "postgresql" ], "delta": "0:00:00.008535", "end": "2026-06-13 15:54:11.105972", "rc": 0, "start": "2026-06-13 15:54:11.097437" } STDOUT: enabled TASK [Test - database is accessible for super user using Unix socket] ********** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Saturday 13 June 2026 15:54:11 -0400 (0:00:00.351) 0:02:17.933 ********* ok: [managed-node2] => { "ansible_job_id": "188655228751.47983", "changed": false, "cmd": "set -euo pipefail\necho '\\q' | psql\n", "delta": "0:00:00.012749", "end": "2026-06-13 15:54:11.700434", "finished": 1, "rc": 0, "start": "2026-06-13 15:54:11.687685" } TASK [Check - server tuning is used - shared buffers] ************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:44 Saturday 13 June 2026 15:54:26 -0400 (0:00:15.768) 0:02:33.702 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW shared_buffers;\" | psql\n", "delta": "0:00:00.009864", "end": "2026-06-13 15:54:27.244161", "rc": 0, "start": "2026-06-13 15:54:27.234297" } STDOUT: shared_buffers ---------------- 872MB (1 row) TASK [Test - server tuning is used - shared buffers] *************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:56 Saturday 13 June 2026 15:54:27 -0400 (0:00:00.371) 0:02:34.073 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check - server tuning is used - effective cache size] ******************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:67 Saturday 13 June 2026 15:54:27 -0400 (0:00:00.030) 0:02:34.104 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW effective_cache_size;\" | psql\n", "delta": "0:00:00.009633", "end": "2026-06-13 15:54:27.649760", "rc": 0, "start": "2026-06-13 15:54:27.640127" } STDOUT: effective_cache_size ---------------------- 1744MB (1 row) TASK [Test - server tuning is used - effective cache size] ********************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:79 Saturday 13 June 2026 15:54:27 -0400 (0:00:00.375) 0:02:34.479 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check postgresql version matches postgresql_version] ********************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:90 Saturday 13 June 2026 15:54:27 -0400 (0:00:00.030) 0:02:34.510 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "postgres", "--version" ], "delta": "0:00:00.009290", "end": "2026-06-13 15:54:28.041701", "failed_when_result": false, "rc": 0, "start": "2026-06-13 15:54:28.032411" } STDOUT: postgres (PostgreSQL) 15.0 TASK [Clean up] **************************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:98 Saturday 13 June 2026 15:54:28 -0400 (0:00:00.363) 0:02:34.874 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node2 META: ran handlers TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 13 June 2026 15:54:28 -0400 (0:00:00.032) 0:02:34.906 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:15/server removed.", "Removed: postgresql-server-15.0-1.module_el8.8.0+1240+2fac00b0.x86_64", "Removed: postgresql-15.0-1.module_el8.8.0+1240+2fac00b0.x86_64", "Removed: postgresql-private-libs-15.0-1.module_el8.8.0+1240+2fac00b0.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 13 June 2026 15:54:32 -0400 (0:00:04.764) 0:02:39.671 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 13 June 2026 15:54:32 -0400 (0:00:00.018) 0:02:39.689 ********* changed: [managed-node2] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 13 June 2026 15:54:33 -0400 (0:00:00.417) 0:02:40.107 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. ok: [managed-node2] => (item=/var/lib/pgsql/data/postgresql.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/postgresql.conf", "path": "/var/lib/pgsql/data/postgresql.conf", "state": "absent" } ok: [managed-node2] => (item=/var/lib/pgsql/data/pg_hba.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/pg_hba.conf", "path": "/var/lib/pgsql/data/pg_hba.conf", "state": "absent" } ok: [managed-node2] => (item=/etc/postgresql/system-roles.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/postgresql/system-roles.conf", "path": "/etc/postgresql/system-roles.conf", "state": "absent" } changed: [managed-node2] => (item=/etc/postgresql/system-roles-internal.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/postgresql/system-roles-internal.conf", "path": "/etc/postgresql/system-roles-internal.conf", "state": "absent" } TASK [Dump logs] *************************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 13 June 2026 15:54:34 -0400 (0:00:01.399) 0:02:41.507 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.008174", "end": "2026-06-13 15:54:35.038371", "rc": 0, "start": "2026-06-13 15:54:35.030197" } STDOUT: -- Logs begin at Sat 2026-06-13 15:46:31 EDT, end at Sat 2026-06-13 15:54:35 EDT. -- Jun 13 15:50:27 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:50:27 managed-node2 postmaster[10417]: 2026-06-13 15:50:27.980 EDT [10417] LOG: redirecting log output to logging collector process Jun 13 15:50:27 managed-node2 postmaster[10417]: 2026-06-13 15:50:27.980 EDT [10417] HINT: Future log output will appear in directory "log". Jun 13 15:50:27 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:50:35 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:50:35 managed-node2 systemd[1]: postgresql.service: Killing process 10418 (postmaster) with signal SIGKILL. Jun 13 15:50:35 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:50:35 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:50:35 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:50:35 managed-node2 postmaster[12680]: 2026-06-13 15:50:35.895 EDT [12680] LOG: redirecting log output to logging collector process Jun 13 15:50:35 managed-node2 postmaster[12680]: 2026-06-13 15:50:35.895 EDT [12680] HINT: Future log output will appear in directory "log". Jun 13 15:50:35 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:50:39 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:50:39 managed-node2 systemd[1]: postgresql.service: Killing process 12681 (postmaster) with signal SIGKILL. Jun 13 15:50:39 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:50:39 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:12 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:12 managed-node2 postmaster[19290]: 2026-06-13 15:51:12.095 EDT [19290] LOG: redirecting log output to logging collector process Jun 13 15:51:12 managed-node2 postmaster[19290]: 2026-06-13 15:51:12.095 EDT [19290] HINT: Future log output will appear in directory "log". Jun 13 15:51:12 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:17 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:17 managed-node2 systemd[1]: postgresql.service: Killing process 19291 (postmaster) with signal SIGKILL. Jun 13 15:51:17 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:17 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:17 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:17 managed-node2 postmaster[20830]: 2026-06-13 15:51:17.582 EDT [20830] LOG: redirecting log output to logging collector process Jun 13 15:51:17 managed-node2 postmaster[20830]: 2026-06-13 15:51:17.582 EDT [20830] HINT: Future log output will appear in directory "log". Jun 13 15:51:17 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:22 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:22 managed-node2 systemd[1]: postgresql.service: Killing process 20832 (postmaster) with signal SIGKILL. Jun 13 15:51:22 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:22 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:41 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:41 managed-node2 postmaster[25196]: 2026-06-13 15:51:41.801 EDT [25196] LOG: redirecting log output to logging collector process Jun 13 15:51:41 managed-node2 postmaster[25196]: 2026-06-13 15:51:41.801 EDT [25196] HINT: Future log output will appear in directory "log". Jun 13 15:51:41 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:44 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:44 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:44 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:44 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:44 managed-node2 postmaster[25936]: 2026-06-13 15:51:44.740 EDT [25936] LOG: redirecting log output to logging collector process Jun 13 15:51:44 managed-node2 postmaster[25936]: 2026-06-13 15:51:44.740 EDT [25936] HINT: Future log output will appear in directory "log". Jun 13 15:51:44 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:48 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:48 managed-node2 systemd[1]: postgresql.service: Killing process 25937 (postmaster) with signal SIGKILL. Jun 13 15:51:48 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:48 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:07 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:07 managed-node2 postmaster[30167]: 2026-06-13 15:52:07.519 EDT [30167] LOG: redirecting log output to logging collector process Jun 13 15:52:07 managed-node2 postmaster[30167]: 2026-06-13 15:52:07.519 EDT [30167] HINT: Future log output will appear in directory "log". Jun 13 15:52:07 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:52:10 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:52:10 managed-node2 systemd[1]: postgresql.service: Killing process 30169 (postmaster) with signal SIGKILL. Jun 13 15:52:10 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:52:10 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:10 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:10 managed-node2 postmaster[30976]: 2026-06-13 15:52:10.862 EDT [30976] LOG: redirecting log output to logging collector process Jun 13 15:52:10 managed-node2 postmaster[30976]: 2026-06-13 15:52:10.862 EDT [30976] HINT: Future log output will appear in directory "log". Jun 13 15:52:10 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:52:32 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:52:32 managed-node2 systemd[1]: postgresql.service: Killing process 30977 (postmaster) with signal SIGKILL. Jun 13 15:52:32 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:52:32 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:47 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.716 EDT [35682] LOG: listening on IPv6 address "::1", port 5432 Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.716 EDT [35682] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.718 EDT [35682] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.722 EDT [35682] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.732 EDT [35682] LOG: redirecting log output to logging collector process Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.732 EDT [35682] HINT: Future log output will appear in directory "log". Jun 13 15:52:47 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:52:50 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:52:50 managed-node2 systemd[1]: postgresql.service: Killing process 35684 (postmaster) with signal SIGKILL. Jun 13 15:52:50 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:52:50 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:50 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.764 EDT [36491] LOG: listening on IPv6 address "::1", port 5432 Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.764 EDT [36491] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.766 EDT [36491] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.770 EDT [36491] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.798 EDT [36491] LOG: redirecting log output to logging collector process Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.798 EDT [36491] HINT: Future log output will appear in directory "log". Jun 13 15:52:50 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:53:12 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:53:12 managed-node2 systemd[1]: postgresql.service: Killing process 36492 (postmaster) with signal SIGKILL. Jun 13 15:53:12 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:53:12 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:53:27 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.325 EDT [41224] LOG: starting PostgreSQL 12.15 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20), 64-bit Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.325 EDT [41224] LOG: listening on IPv6 address "::1", port 5432 Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.325 EDT [41224] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.327 EDT [41224] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.331 EDT [41224] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.342 EDT [41224] LOG: redirecting log output to logging collector process Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.342 EDT [41224] HINT: Future log output will appear in directory "log". Jun 13 15:53:27 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:53:30 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:53:30 managed-node2 systemd[1]: postgresql.service: Killing process 41226 (postmaster) with signal SIGKILL. Jun 13 15:53:30 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:53:30 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:53:30 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.385 EDT [42032] LOG: starting PostgreSQL 12.15 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20), 64-bit Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.385 EDT [42032] LOG: listening on IPv6 address "::1", port 5432 Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.385 EDT [42032] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.387 EDT [42032] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.390 EDT [42032] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.420 EDT [42032] LOG: redirecting log output to logging collector process Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.420 EDT [42032] HINT: Future log output will appear in directory "log". Jun 13 15:53:30 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:53:52 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:53:52 managed-node2 systemd[1]: postgresql.service: Killing process 42034 (postmaster) with signal SIGKILL. Jun 13 15:53:52 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:53:52 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:54:07 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:54:07 managed-node2 postmaster[46778]: 2026-06-13 15:54:07.308 EDT [46778] LOG: redirecting log output to logging collector process Jun 13 15:54:07 managed-node2 postmaster[46778]: 2026-06-13 15:54:07.308 EDT [46778] HINT: Future log output will appear in directory "log". Jun 13 15:54:07 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:54:10 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:54:10 managed-node2 systemd[1]: postgresql.service: Killing process 46779 (postmaster) with signal SIGKILL. Jun 13 15:54:10 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:54:10 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:54:10 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:54:10 managed-node2 postmaster[47584]: 2026-06-13 15:54:10.373 EDT [47584] LOG: redirecting log output to logging collector process Jun 13 15:54:10 managed-node2 postmaster[47584]: 2026-06-13 15:54:10.373 EDT [47584] HINT: Future log output will appear in directory "log". Jun 13 15:54:10 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:54:31 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:54:32 managed-node2 systemd[1]: postgresql.service: Killing process 47586 (postmaster) with signal SIGKILL. Jun 13 15:54:32 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:54:32 managed-node2 systemd[1]: Stopped PostgreSQL database server. TASK [Run postgresql role] ***************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:5 Saturday 13 June 2026 15:54:35 -0400 (0:00:00.361) 0:02:41.868 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 13 June 2026 15:54:35 -0400 (0:00:00.031) 0:02:41.900 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 13 June 2026 15:54:35 -0400 (0:00:00.012) 0:02:41.913 ********* TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 13 June 2026 15:54:35 -0400 (0:00:00.023) 0:02:41.937 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.postgresql : Ensure ansible_facts used by role] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 13 June 2026 15:54:35 -0400 (0:00:00.023) 0:02:41.960 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 13 June 2026 15:54:35 -0400 (0:00:00.695) 0:02:42.656 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 13 June 2026 15:54:36 -0400 (0:00:00.342) 0:02:42.998 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate system is ostree] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 13 June 2026 15:54:36 -0400 (0:00:00.013) 0:02:43.012 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 13 June 2026 15:54:36 -0400 (0:00:00.012) 0:02:43.025 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 13 June 2026 15:54:36 -0400 (0:00:00.012) 0:02:43.038 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 13 June 2026 15:54:36 -0400 (0:00:00.012) 0:02:43.050 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 13 June 2026 15:54:36 -0400 (0:00:00.012) 0:02:43.063 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 13 June 2026 15:54:36 -0400 (0:00:00.037) 0:02:43.100 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 13 June 2026 15:54:36 -0400 (0:00:00.346) 0:02:43.446 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 13 June 2026 15:54:37 -0400 (0:00:00.343) 0:02:43.789 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 13 June 2026 15:54:37 -0400 (0:00:00.343) 0:02:44.133 ********* ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in the system (RHEL8)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 13 June 2026 15:54:38 -0400 (0:00:01.443) 0:02:45.577 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL9)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 13 June 2026 15:54:38 -0400 (0:00:00.030) 0:02:45.608 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL10)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 13 June 2026 15:54:38 -0400 (0:00:00.027) 0:02:45.635 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 13 June 2026 15:54:38 -0400 (0:00:00.030) 0:02:45.666 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure required packages are installed] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 13 June 2026 15:54:38 -0400 (0:00:00.023) 0:02:45.689 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:16/server installed.", "Installed: postgresql-private-libs-16.1-1.module_el8+806+566c6023.x86_64", "Installed: postgresql-16.1-1.module_el8+806+566c6023.x86_64", "Installed: postgresql-server-16.1-1.module_el8+806+566c6023.x86_64" ] } lsrpackages: @postgresql:16/server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 13 June 2026 15:54:45 -0400 (0:00:06.427) 0:02:52.116 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.740898", "end": "2026-06-13 15:54:46.398288", "rc": 0, "start": "2026-06-13 15:54:45.657390" } STDERR: * Initializing database in '/var/lib/pgsql/data' * Initialized, logs are in /var/lib/pgsql/initdb_postgresql.log TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (without postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 13 June 2026 15:54:46 -0400 (0:00:01.110) 0:02:53.226 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (with postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 13 June 2026 15:54:46 -0400 (0:00:00.020) 0:02:53.247 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (without postgresql-setup)] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 13 June 2026 15:54:46 -0400 (0:00:00.019) 0:02:53.267 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 13 June 2026 15:54:46 -0400 (0:00:00.019) 0:02:53.286 ********* changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target systemd-journald.socket network-online.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postgres ; argv[]=/usr/bin/postgres -D ${PGDATA} ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "postgres", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.postgresql : Fail on non-booted hosts] ********* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 13 June 2026 15:54:47 -0400 (0:00:01.055) 0:02:54.341 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set password for super user] ****** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.018) 0:02:54.359 ********* skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postgresql : Enable logging in by password] **** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.018) 0:02:54.378 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Fail input_file on non-booted hosts] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.017) 0:02:54.396 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run provided SQL script] ********** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.017) 0:02:54.413 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.016) 0:02:54.430 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node2 TASK [Generate certificates] *************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.029) 0:02:54.460 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.018) 0:02:54.478 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key directory is traversable by postgres] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.017) 0:02:54.496 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key is readable by postgres] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.040) 0:02:54.536 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.018) 0:02:54.555 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.017) 0:02:54.572 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.017) 0:02:54.590 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate file] ********* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.018) 0:02:54.608 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install postgresql server private key] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.016) 0:02:54.625 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Configure pg_hba.conf] ************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.016) 0:02:54.642 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Create postgresql directory in /etc] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 13 June 2026 15:54:47 -0400 (0:00:00.016) 0:02:54.658 ********* ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/postgresql", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 13 June 2026 15:54:48 -0400 (0:00:00.357) 0:02:55.016 ********* NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node2 changed: [managed-node2] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles-internal.conf] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 13 June 2026 15:54:48 -0400 (0:00:00.353) 0:02:55.369 ********* changed: [managed-node2] => { "changed": true, "checksum": "ff6c9a880bfc300b855e138983a07dc781ad4a1b", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "87a256fa2d0c4961ddc59ca8b51d7cf7", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1781380488.634401-14733-161892676705973/source", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 13 June 2026 15:54:49 -0400 (0:00:00.717) 0:02:56.086 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 13 June 2026 15:54:49 -0400 (0:00:00.017) 0:02:56.104 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Record role success fingerprint] *** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 13 June 2026 15:54:49 -0400 (0:00:00.017) 0:02:56.121 ********* ok: [managed-node2] => { "changed": false } TASK [Run postgresql role to set vars only] ************************************ task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:11 Saturday 13 June 2026 15:54:49 -0400 (0:00:00.353) 0:02:56.475 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 13 June 2026 15:54:49 -0400 (0:00:00.011) 0:02:56.487 ********* changed: [managed-node2] => { "changed": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-06-13 15:54:47 EDT", "ActiveEnterTimestampMonotonic": "496475078", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target network-online.target sysinit.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-06-13 15:54:47 EDT", "AssertTimestampMonotonic": "496422097", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-06-13 15:54:47 EDT", "ConditionTimestampMonotonic": "496422096", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "52324", "ExecMainStartTimestamp": "Sat 2026-06-13 15:54:47 EDT", "ExecMainStartTimestampMonotonic": "496432337", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postgres ; argv[]=/usr/bin/postgres -D ${PGDATA} ; ignore_errors=no ; start_time=[Sat 2026-06-13 15:54:47 EDT] ; stop_time=[n/a] ; pid=52324 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[Sat 2026-06-13 15:54:47 EDT] ; stop_time=[Sat 2026-06-13 15:54:47 EDT] ; pid=52321 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-06-13 15:54:47 EDT", "InactiveExitTimestampMonotonic": "496423190", "InvocationID": "f107c08f5844449d9b31d814fc4a36d3", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "52324", "MemoryAccounting": "yes", "MemoryCurrent": "18731008", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-06-13 15:54:47 EDT", "StateChangeTimestampMonotonic": "496475078", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "7", "TasksMax": "22088", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "26", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "postgres", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2026-06-13 15:54:47 EDT", "WatchdogTimestampMonotonic": "496475076", "WatchdogUSec": "0" } } META: ran handlers TASK [Test - postgresql-server running] **************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:21 Saturday 13 June 2026 15:54:50 -0400 (0:00:00.946) 0:02:57.434 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "postgresql" ], "delta": "0:00:00.008316", "end": "2026-06-13 15:54:50.962406", "rc": 0, "start": "2026-06-13 15:54:50.954090" } STDOUT: active TASK [Test - postgresql-server is enabled] ************************************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:27 Saturday 13 June 2026 15:54:51 -0400 (0:00:00.360) 0:02:57.794 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "postgresql" ], "delta": "0:00:00.008386", "end": "2026-06-13 15:54:51.322637", "rc": 0, "start": "2026-06-13 15:54:51.314251" } STDOUT: enabled TASK [Test - database is accessible for super user using Unix socket] ********** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Saturday 13 June 2026 15:54:51 -0400 (0:00:00.358) 0:02:58.152 ********* ok: [managed-node2] => { "ansible_job_id": "97776299225.53529", "changed": false, "cmd": "set -euo pipefail\necho '\\q' | psql\n", "delta": "0:00:00.012831", "end": "2026-06-13 15:54:51.920553", "finished": 1, "rc": 0, "start": "2026-06-13 15:54:51.907722" } TASK [Check - server tuning is used - shared buffers] ************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:44 Saturday 13 June 2026 15:55:07 -0400 (0:00:15.769) 0:03:13.922 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW shared_buffers;\" | psql\n", "delta": "0:00:00.010013", "end": "2026-06-13 15:55:07.468086", "rc": 0, "start": "2026-06-13 15:55:07.458073" } STDOUT: shared_buffers ---------------- 872MB (1 row) TASK [Test - server tuning is used - shared buffers] *************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:56 Saturday 13 June 2026 15:55:07 -0400 (0:00:00.375) 0:03:14.297 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check - server tuning is used - effective cache size] ******************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:67 Saturday 13 June 2026 15:55:07 -0400 (0:00:00.030) 0:03:14.327 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW effective_cache_size;\" | psql\n", "delta": "0:00:00.009794", "end": "2026-06-13 15:55:07.873012", "rc": 0, "start": "2026-06-13 15:55:07.863218" } STDOUT: effective_cache_size ---------------------- 1744MB (1 row) TASK [Test - server tuning is used - effective cache size] ********************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:79 Saturday 13 June 2026 15:55:07 -0400 (0:00:00.373) 0:03:14.701 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check postgresql version matches postgresql_version] ********************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:90 Saturday 13 June 2026 15:55:07 -0400 (0:00:00.031) 0:03:14.732 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "postgres", "--version" ], "delta": "0:00:00.009227", "end": "2026-06-13 15:55:08.261624", "failed_when_result": false, "rc": 0, "start": "2026-06-13 15:55:08.252397" } STDOUT: postgres (PostgreSQL) 16.1 TASK [Clean up] **************************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:98 Saturday 13 June 2026 15:55:08 -0400 (0:00:00.361) 0:03:15.093 ********* included: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node2 META: ran handlers TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 13 June 2026 15:55:08 -0400 (0:00:00.031) 0:03:15.124 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:16/server removed.", "Removed: postgresql-server-16.1-1.module_el8+806+566c6023.x86_64", "Removed: postgresql-16.1-1.module_el8+806+566c6023.x86_64", "Removed: postgresql-private-libs-16.1-1.module_el8+806+566c6023.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 13 June 2026 15:55:13 -0400 (0:00:04.733) 0:03:19.857 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 13 June 2026 15:55:13 -0400 (0:00:00.018) 0:03:19.876 ********* changed: [managed-node2] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 13 June 2026 15:55:13 -0400 (0:00:00.393) 0:03:20.269 ********* [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. ok: [managed-node2] => (item=/var/lib/pgsql/data/postgresql.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/postgresql.conf", "path": "/var/lib/pgsql/data/postgresql.conf", "state": "absent" } ok: [managed-node2] => (item=/var/lib/pgsql/data/pg_hba.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/var/lib/pgsql/data/pg_hba.conf", "path": "/var/lib/pgsql/data/pg_hba.conf", "state": "absent" } ok: [managed-node2] => (item=/etc/postgresql/system-roles.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/postgresql/system-roles.conf", "path": "/etc/postgresql/system-roles.conf", "state": "absent" } changed: [managed-node2] => (item=/etc/postgresql/system-roles-internal.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/postgresql/system-roles-internal.conf", "path": "/etc/postgresql/system-roles-internal.conf", "state": "absent" } TASK [Dump logs] *************************************************************** task path: /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 13 June 2026 15:55:14 -0400 (0:00:01.380) 0:03:21.650 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.007982", "end": "2026-06-13 15:55:15.176020", "rc": 0, "start": "2026-06-13 15:55:15.168038" } STDOUT: -- Logs begin at Sat 2026-06-13 15:46:31 EDT, end at Sat 2026-06-13 15:55:15 EDT. -- Jun 13 15:50:27 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:50:27 managed-node2 postmaster[10417]: 2026-06-13 15:50:27.980 EDT [10417] LOG: redirecting log output to logging collector process Jun 13 15:50:27 managed-node2 postmaster[10417]: 2026-06-13 15:50:27.980 EDT [10417] HINT: Future log output will appear in directory "log". Jun 13 15:50:27 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:50:35 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:50:35 managed-node2 systemd[1]: postgresql.service: Killing process 10418 (postmaster) with signal SIGKILL. Jun 13 15:50:35 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:50:35 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:50:35 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:50:35 managed-node2 postmaster[12680]: 2026-06-13 15:50:35.895 EDT [12680] LOG: redirecting log output to logging collector process Jun 13 15:50:35 managed-node2 postmaster[12680]: 2026-06-13 15:50:35.895 EDT [12680] HINT: Future log output will appear in directory "log". Jun 13 15:50:35 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:50:39 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:50:39 managed-node2 systemd[1]: postgresql.service: Killing process 12681 (postmaster) with signal SIGKILL. Jun 13 15:50:39 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:50:39 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:12 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:12 managed-node2 postmaster[19290]: 2026-06-13 15:51:12.095 EDT [19290] LOG: redirecting log output to logging collector process Jun 13 15:51:12 managed-node2 postmaster[19290]: 2026-06-13 15:51:12.095 EDT [19290] HINT: Future log output will appear in directory "log". Jun 13 15:51:12 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:17 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:17 managed-node2 systemd[1]: postgresql.service: Killing process 19291 (postmaster) with signal SIGKILL. Jun 13 15:51:17 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:17 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:17 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:17 managed-node2 postmaster[20830]: 2026-06-13 15:51:17.582 EDT [20830] LOG: redirecting log output to logging collector process Jun 13 15:51:17 managed-node2 postmaster[20830]: 2026-06-13 15:51:17.582 EDT [20830] HINT: Future log output will appear in directory "log". Jun 13 15:51:17 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:22 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:22 managed-node2 systemd[1]: postgresql.service: Killing process 20832 (postmaster) with signal SIGKILL. Jun 13 15:51:22 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:22 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:41 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:41 managed-node2 postmaster[25196]: 2026-06-13 15:51:41.801 EDT [25196] LOG: redirecting log output to logging collector process Jun 13 15:51:41 managed-node2 postmaster[25196]: 2026-06-13 15:51:41.801 EDT [25196] HINT: Future log output will appear in directory "log". Jun 13 15:51:41 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:44 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:44 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:44 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:51:44 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:51:44 managed-node2 postmaster[25936]: 2026-06-13 15:51:44.740 EDT [25936] LOG: redirecting log output to logging collector process Jun 13 15:51:44 managed-node2 postmaster[25936]: 2026-06-13 15:51:44.740 EDT [25936] HINT: Future log output will appear in directory "log". Jun 13 15:51:44 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:51:48 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:51:48 managed-node2 systemd[1]: postgresql.service: Killing process 25937 (postmaster) with signal SIGKILL. Jun 13 15:51:48 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:51:48 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:07 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:07 managed-node2 postmaster[30167]: 2026-06-13 15:52:07.519 EDT [30167] LOG: redirecting log output to logging collector process Jun 13 15:52:07 managed-node2 postmaster[30167]: 2026-06-13 15:52:07.519 EDT [30167] HINT: Future log output will appear in directory "log". Jun 13 15:52:07 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:52:10 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:52:10 managed-node2 systemd[1]: postgresql.service: Killing process 30169 (postmaster) with signal SIGKILL. Jun 13 15:52:10 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:52:10 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:10 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:10 managed-node2 postmaster[30976]: 2026-06-13 15:52:10.862 EDT [30976] LOG: redirecting log output to logging collector process Jun 13 15:52:10 managed-node2 postmaster[30976]: 2026-06-13 15:52:10.862 EDT [30976] HINT: Future log output will appear in directory "log". Jun 13 15:52:10 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:52:32 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:52:32 managed-node2 systemd[1]: postgresql.service: Killing process 30977 (postmaster) with signal SIGKILL. Jun 13 15:52:32 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:52:32 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:47 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.716 EDT [35682] LOG: listening on IPv6 address "::1", port 5432 Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.716 EDT [35682] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.718 EDT [35682] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.722 EDT [35682] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.732 EDT [35682] LOG: redirecting log output to logging collector process Jun 13 15:52:47 managed-node2 postmaster[35682]: 2026-06-13 15:52:47.732 EDT [35682] HINT: Future log output will appear in directory "log". Jun 13 15:52:47 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:52:50 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:52:50 managed-node2 systemd[1]: postgresql.service: Killing process 35684 (postmaster) with signal SIGKILL. Jun 13 15:52:50 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:52:50 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:52:50 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.764 EDT [36491] LOG: listening on IPv6 address "::1", port 5432 Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.764 EDT [36491] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.766 EDT [36491] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.770 EDT [36491] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.798 EDT [36491] LOG: redirecting log output to logging collector process Jun 13 15:52:50 managed-node2 postmaster[36491]: 2026-06-13 15:52:50.798 EDT [36491] HINT: Future log output will appear in directory "log". Jun 13 15:52:50 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:53:12 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:53:12 managed-node2 systemd[1]: postgresql.service: Killing process 36492 (postmaster) with signal SIGKILL. Jun 13 15:53:12 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:53:12 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:53:27 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.325 EDT [41224] LOG: starting PostgreSQL 12.15 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20), 64-bit Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.325 EDT [41224] LOG: listening on IPv6 address "::1", port 5432 Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.325 EDT [41224] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.327 EDT [41224] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.331 EDT [41224] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.342 EDT [41224] LOG: redirecting log output to logging collector process Jun 13 15:53:27 managed-node2 postmaster[41224]: 2026-06-13 15:53:27.342 EDT [41224] HINT: Future log output will appear in directory "log". Jun 13 15:53:27 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:53:30 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:53:30 managed-node2 systemd[1]: postgresql.service: Killing process 41226 (postmaster) with signal SIGKILL. Jun 13 15:53:30 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:53:30 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:53:30 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.385 EDT [42032] LOG: starting PostgreSQL 12.15 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20), 64-bit Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.385 EDT [42032] LOG: listening on IPv6 address "::1", port 5432 Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.385 EDT [42032] LOG: listening on IPv4 address "127.0.0.1", port 5432 Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.387 EDT [42032] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.390 EDT [42032] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432" Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.420 EDT [42032] LOG: redirecting log output to logging collector process Jun 13 15:53:30 managed-node2 postmaster[42032]: 2026-06-13 15:53:30.420 EDT [42032] HINT: Future log output will appear in directory "log". Jun 13 15:53:30 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:53:52 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:53:52 managed-node2 systemd[1]: postgresql.service: Killing process 42034 (postmaster) with signal SIGKILL. Jun 13 15:53:52 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:53:52 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:54:07 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:54:07 managed-node2 postmaster[46778]: 2026-06-13 15:54:07.308 EDT [46778] LOG: redirecting log output to logging collector process Jun 13 15:54:07 managed-node2 postmaster[46778]: 2026-06-13 15:54:07.308 EDT [46778] HINT: Future log output will appear in directory "log". Jun 13 15:54:07 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:54:10 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:54:10 managed-node2 systemd[1]: postgresql.service: Killing process 46779 (postmaster) with signal SIGKILL. Jun 13 15:54:10 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:54:10 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:54:10 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:54:10 managed-node2 postmaster[47584]: 2026-06-13 15:54:10.373 EDT [47584] LOG: redirecting log output to logging collector process Jun 13 15:54:10 managed-node2 postmaster[47584]: 2026-06-13 15:54:10.373 EDT [47584] HINT: Future log output will appear in directory "log". Jun 13 15:54:10 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:54:31 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:54:32 managed-node2 systemd[1]: postgresql.service: Killing process 47586 (postmaster) with signal SIGKILL. Jun 13 15:54:32 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:54:32 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:54:47 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:54:47 managed-node2 postgres[52324]: 2026-06-13 15:54:47.485 EDT [52324] LOG: redirecting log output to logging collector process Jun 13 15:54:47 managed-node2 postgres[52324]: 2026-06-13 15:54:47.485 EDT [52324] HINT: Future log output will appear in directory "log". Jun 13 15:54:47 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:54:50 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:54:50 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:54:50 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 13 15:54:50 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 13 15:54:50 managed-node2 postgres[53131]: 2026-06-13 15:54:50.579 EDT [53131] LOG: redirecting log output to logging collector process Jun 13 15:54:50 managed-node2 postgres[53131]: 2026-06-13 15:54:50.579 EDT [53131] HINT: Future log output will appear in directory "log". Jun 13 15:54:50 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 13 15:55:12 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 13 15:55:12 managed-node2 systemd[1]: postgresql.service: Killing process 53132 (postgres) with signal SIGKILL. Jun 13 15:55:12 managed-node2 systemd[1]: postgresql.service: Succeeded. Jun 13 15:55:12 managed-node2 systemd[1]: Stopped PostgreSQL database server. META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node2 : ok=166 changed=45 unreachable=0 failed=0 skipped=156 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 13 June 2026 15:55:15 -0400 (0:00:00.349) 0:03:21.999 ********* =============================================================================== fedora.linux_system_roles.postgresql : Ensure required packages are installed -- 30.95s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Test - database is accessible for super user using Unix socket --------- 15.92s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Test - database is accessible for super user using Unix socket --------- 15.78s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Test - database is accessible for super user using Unix socket --------- 15.77s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Test - database is accessible for super user using Unix socket --------- 15.77s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Test - database is accessible for super user using Unix socket --------- 15.76s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 fedora.linux_system_roles.postgresql : Gather the package facts --------- 7.23s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup) --- 5.57s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server --- 5.40s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Uninstall postgresql ---------------------------------------------------- 4.76s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Uninstall postgresql ---------------------------------------------------- 4.75s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Uninstall postgresql ---------------------------------------------------- 4.73s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Uninstall postgresql ---------------------------------------------------- 4.72s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 fedora.linux_system_roles.postgresql : Restart postgresql --------------- 4.71s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Uninstall postgresql ---------------------------------------------------- 4.70s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 fedora.linux_system_roles.postgresql : Generate postgresql system-roles-internal.conf --- 3.66s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 fedora.linux_system_roles.postgresql : Create postgresql directory in /etc --- 1.89s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 fedora.linux_system_roles.postgresql : Link generated conf file with server one --- 1.87s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 fedora.linux_system_roles.postgresql : Record role success fingerprint --- 1.75s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Remove config files ----------------------------------------------------- 1.40s /tmp/collections-wDp/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32