ansible-playbook [core 2.17.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-0c8 executable location = /usr/local/bin/ansible-playbook python version = 3.12.13 (main, Apr 16 2026, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-14)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', 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 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_versions.yml *************************************************** 1 plays in /tmp/collections-0c8/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-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml:3 Saturday 20 June 2026 15:52:46 -0400 (0:00:00.017) 0:00:00.017 ********* [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node2] TASK [Skip test if distro does not support multiple versions] ****************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml:6 Saturday 20 June 2026 15:52:47 -0400 (0:00:01.073) 0:00:01.090 ********* META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [Install and cleanup default version] ************************************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml:10 Saturday 20 June 2026 15:52:47 -0400 (0:00:00.005) 0:00:01.095 ********* included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml for managed-node2 TASK [Run postgresql role] ***************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:5 Saturday 20 June 2026 15:52:48 -0400 (0:00:00.033) 0:00:01.129 ********* included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:9 Saturday 20 June 2026 15:52:48 -0400 (0:00:00.037) 0:00:01.166 ********* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 20 June 2026 15:52:48 -0400 (0:00:00.000) 0:00:01.167 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 20 June 2026 15:52:48 -0400 (0:00:00.014) 0:00:01.182 ********* included: fedora.linux_system_roles.postgresql for managed-node2 TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 20 June 2026 15:52:48 -0400 (0:00:00.073) 0:00:01.256 ********* included: /tmp/collections-0c8/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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 20 June 2026 15:52:48 -0400 (0:00:00.025) 0:00:01.281 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 20 June 2026 15:52:48 -0400 (0:00:00.789) 0:00:02.071 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 20 June 2026 15:52:49 -0400 (0:00:00.499) 0:00:02.570 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 20 June 2026 15:52:49 -0400 (0:00:00.433) 0:00:03.004 ********* ok: [managed-node2] => { "ansible_facts": { "__postgresql_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 20 June 2026 15:52:49 -0400 (0:00:00.020) 0:00:03.024 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009372", "end": "2026-06-20 15:52:50.361927", "failed_when_result": false, "rc": 0, "start": "2026-06-20 15:52:50.352555" } STDOUT: running TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 20 June 2026 15:52:50 -0400 (0:00:00.516) 0:00:03.540 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 20 June 2026 15:52:50 -0400 (0:00:00.018) 0:00:03.558 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 20 June 2026 15:52:50 -0400 (0:00:00.019) 0:00:03.578 ********* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_9.yml) => { "ansible_facts": { "__postgresql_packages": "{{ ['@postgresql:' + postgresql_version +\n '/server'] if postgresql_version != '13' else\n ['postgresql-server'] }}" }, "ansible_included_var_files": [ "/tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node2] => (item=CentOS_9.yml) => { "ansible_facts": { "__postgresql_packages": "{{ ['@postgresql:' + postgresql_version +\n '/server'] if postgresql_version != '13' else\n ['postgresql-server'] }}" }, "ansible_included_var_files": [ "/tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 20 June 2026 15:52:50 -0400 (0:00:00.040) 0:00:03.618 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 20 June 2026 15:52:50 -0400 (0:00:00.349) 0:00:03.968 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 20 June 2026 15:52:51 -0400 (0:00:00.356) 0:00:04.324 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 20 June 2026 15:52:51 -0400 (0:00:00.346) 0:00:04.671 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 20 June 2026 15:52:52 -0400 (0:00:01.028) 0:00:05.700 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] == \"8\"", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 20 June 2026 15:52:52 -0400 (0:00:00.026) 0:00:05.726 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_version | string not in __postgresql_versions_el9", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 20 June 2026 15:52:52 -0400 (0:00:00.030) 0:00:05.757 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] == \"10\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 20 June 2026 15:52:52 -0400 (0:00:00.029) 0:00:05.787 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "'postgresql' in ansible_facts.packages", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure required packages are installed] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 20 June 2026 15:52:52 -0400 (0:00:00.025) 0:00:05.812 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: postgresql-server-13.23-3.el9.x86_64", "Installed: postgresql-private-libs-13.23-3.el9.x86_64", "Installed: postgresql-13.23-3.el9.x86_64" ] } lsrpackages: postgresql-server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 20 June 2026 15:52:56 -0400 (0:00:03.601) 0:00:09.413 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.756385", "end": "2026-06-20 15:52:57.388715", "rc": 0, "start": "2026-06-20 15:52:56.632330" } 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 20 June 2026 15:52:57 -0400 (0:00:01.159) 0:00:10.573 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_has_setup_cmd | bool", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 20 June 2026 15:52:57 -0400 (0:00:00.019) 0:00:10.592 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_is_booted | bool", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 20 June 2026 15:52:57 -0400 (0:00:00.016) 0:00:10.608 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 20 June 2026 15:52:57 -0400 (0:00:00.016) 0:00:10.624 ********* changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postgresql", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:postgresql_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice sysinit.target network.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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 }", "ExecStartEx": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; flags= ; 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 }", "ExecStartPreEx": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13485", "LimitNPROCSoft": "13485", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13485", "LimitSIGPENDINGSoft": "13485", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "18446744073709551615", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "2", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "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": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21576", "TimeoutAbortUSec": "infinity", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "postgres", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.postgresql : Fail on non-booted hosts] ********* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 20 June 2026 15:52:58 -0400 (0:00:01.378) 0:00:12.003 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set password for super user] ****** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 20 June 2026 15:52:58 -0400 (0:00:00.022) 0:00:12.025 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 20 June 2026 15:52:58 -0400 (0:00:00.019) 0:00:12.044 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Fail input_file on non-booted hosts] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 20 June 2026 15:52:58 -0400 (0:00:00.019) 0:00:12.064 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run provided SQL script] ********** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 20 June 2026 15:52:58 -0400 (0:00:00.015) 0:00:12.079 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_input_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 20 June 2026 15:52:58 -0400 (0:00:00.020) 0:00:12.100 ********* included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node2 TASK [Generate certificates] *************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 20 June 2026 15:52:59 -0400 (0:00:00.029) 0:00:12.129 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 20 June 2026 15:52:59 -0400 (0:00:00.017) 0:00:12.147 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key directory is traversable by postgres] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 20 June 2026 15:52:59 -0400 (0:00:00.016) 0:00:12.163 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key is readable by postgres] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 20 June 2026 15:52:59 -0400 (0:00:00.021) 0:00:12.185 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 20 June 2026 15:52:59 -0400 (0:00:00.017) 0:00:12.202 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 20 June 2026 15:52:59 -0400 (0:00:00.023) 0:00:12.226 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 20 June 2026 15:52:59 -0400 (0:00:00.017) 0:00:12.244 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate file] ********* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 20 June 2026 15:52:59 -0400 (0:00:00.020) 0:00:12.265 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_cert.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install postgresql server private key] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 20 June 2026 15:52:59 -0400 (0:00:00.015) 0:00:12.281 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_cert.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Configure pg_hba.conf] ************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 20 June 2026 15:52:59 -0400 (0:00:00.023) 0:00:12.304 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_pg_hba_conf is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Create postgresql directory in /etc] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 20 June 2026 15:52:59 -0400 (0:00:00.019) 0:00:12.324 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 20 June 2026 15:52:59 -0400 (0:00:00.493) 0:00:12.817 ********* Notification for handler Restart postgresql has been saved. 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 20 June 2026 15:53:00 -0400 (0:00:00.537) 0:00:13.355 ********* changed: [managed-node2] => { "changed": true, "checksum": "56c7cdc8c614abd9b0d03e84141e710aaa9e7e78", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "7e7fa9e0cb2e76c1e0f9024388e24297", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1781985180.282195-13366-90812265129581/.source.conf", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 20 June 2026 15:53:01 -0400 (0:00:00.869) 0:00:14.225 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_server_conf is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 20 June 2026 15:53:01 -0400 (0:00:00.040) 0:00:14.266 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_server_conf is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Record role success fingerprint] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 20 June 2026 15:53:01 -0400 (0:00:00.020) 0:00:14.287 ********* ok: [managed-node2] => { "changed": false } TASK [Run postgresql role to set vars only] ************************************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:11 Saturday 20 June 2026 15:53:01 -0400 (0:00:00.362) 0:00:14.649 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __run_role | d(true) | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:18 Saturday 20 June 2026 15:53:01 -0400 (0:00:00.019) 0:00:14.668 ********* NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node2 META: triggered running handlers for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 20 June 2026 15:53:01 -0400 (0:00:00.004) 0:00:14.673 ********* changed: [managed-node2] => { "changed": true, "name": "postgresql", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:postgresql_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-06-20 15:52:58 EDT", "ActiveEnterTimestampMonotonic": "288413732", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice network.target sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-06-20 15:52:58 EDT", "AssertTimestampMonotonic": "288355128", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "38379000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-06-20 15:52:58 EDT", "ConditionTimestampMonotonic": "288355126", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlGroupId": "6483", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "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": "34525", "ExecMainStartTimestamp": "Sat 2026-06-20 15:52:58 EDT", "ExecMainStartTimestampMonotonic": "288369973", "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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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-20 15:52:58 EDT] ; stop_time=[n/a] ; pid=34525 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; flags= ; start_time=[Sat 2026-06-20 15:52:58 EDT] ; stop_time=[n/a] ; pid=34525 ; 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-20 15:52:58 EDT] ; stop_time=[Sat 2026-06-20 15:52:58 EDT] ; pid=34523 ; code=exited ; status=0 }", "ExecStartPreEx": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; flags= ; start_time=[Sat 2026-06-20 15:52:58 EDT] ; stop_time=[Sat 2026-06-20 15:52:58 EDT] ; pid=34523 ; code=exited ; status=0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-06-20 15:52:58 EDT", "InactiveExitTimestampMonotonic": "288363386", "InvocationID": "3e6692f0ab99400ea87c85d58ff74cb8", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13485", "LimitNPROCSoft": "13485", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13485", "LimitSIGPENDINGSoft": "13485", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "34525", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "17678336", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "18202624", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "2", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-06-20 15:52:58 EDT", "StateChangeTimestampMonotonic": "288413732", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "8", "TasksMax": "21576", "TimeoutAbortUSec": "infinity", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "26", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "postgres", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Test - postgresql-server running] **************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:21 Saturday 20 June 2026 15:53:02 -0400 (0:00:00.967) 0:00:15.641 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "postgresql" ], "delta": "0:00:00.009007", "end": "2026-06-20 15:53:02.824652", "rc": 0, "start": "2026-06-20 15:53:02.815645" } STDOUT: active TASK [Test - postgresql-server is enabled] ************************************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:27 Saturday 20 June 2026 15:53:02 -0400 (0:00:00.367) 0:00:16.008 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "postgresql" ], "delta": "0:00:00.009607", "end": "2026-06-20 15:53:03.185548", "rc": 0, "start": "2026-06-20 15:53:03.175941" } STDOUT: enabled TASK [Test - database is accessible for super user using Unix socket] ********** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Saturday 20 June 2026 15:53:03 -0400 (0:00:00.360) 0:00:16.368 ********* ASYNC OK on managed-node2: jid=j865884701162.35970 ok: [managed-node2] => { "ansible_job_id": "j865884701162.35970", "changed": false, "cmd": "set -euo pipefail\necho '\\q' | psql\n", "delta": "0:00:00.013972", "end": "2026-06-20 15:53:03.846424", "finished": 1, "rc": 0, "results_file": "/var/lib/pgsql/.ansible_async/j865884701162.35970", "start": "2026-06-20 15:53:03.832452", "started": 1 } TASK [Check - server tuning is used - shared buffers] ************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:44 Saturday 20 June 2026 15:53:19 -0400 (0:00:16.229) 0:00:32.598 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW shared_buffers;\" | psql\n", "delta": "0:00:00.010813", "end": "2026-06-20 15:53:19.791463", "rc": 0, "start": "2026-06-20 15:53:19.780650" } STDOUT: shared_buffers ---------------- 853MB (1 row) TASK [Test - server tuning is used - shared buffers] *************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:56 Saturday 20 June 2026 15:53:19 -0400 (0:00:00.377) 0:00:32.975 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check - server tuning is used - effective cache size] ******************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:67 Saturday 20 June 2026 15:53:19 -0400 (0:00:00.031) 0:00:33.006 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW effective_cache_size;\" | psql\n", "delta": "0:00:00.010863", "end": "2026-06-20 15:53:20.203708", "rc": 0, "start": "2026-06-20 15:53:20.192845" } STDOUT: effective_cache_size ---------------------- 1707MB (1 row) TASK [Test - server tuning is used - effective cache size] ********************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:79 Saturday 20 June 2026 15:53:20 -0400 (0:00:00.382) 0:00:33.389 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check postgresql version matches postgresql_version] ********************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:90 Saturday 20 June 2026 15:53:20 -0400 (0:00:00.029) 0:00:33.418 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "postgres", "--version" ], "delta": "0:00:00.010339", "end": "2026-06-20 15:53:20.596965", "failed_when_result": false, "rc": 0, "start": "2026-06-20 15:53:20.586626" } STDOUT: postgres (PostgreSQL) 13.23 TASK [Clean up] **************************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:98 Saturday 20 June 2026 15:53:20 -0400 (0:00:00.371) 0:00:33.789 ********* included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node2 TASK [Run handlers] ************************************************************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:3 Saturday 20 June 2026 15:53:20 -0400 (0:00:00.032) 0:00:33.822 ********* META: triggered running handlers for managed-node2 TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 20 June 2026 15:53:20 -0400 (0:00:00.004) 0:00:33.826 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Removed: postgresql-13.23-3.el9.x86_64", "Removed: postgresql-private-libs-13.23-3.el9.x86_64", "Removed: postgresql-server-13.23-3.el9.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 20 June 2026 15:53:22 -0400 (0:00:01.926) 0:00:35.753 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 20 June 2026 15:53:22 -0400 (0:00:00.018) 0:00:35.771 ********* changed: [managed-node2] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 20 June 2026 15:53:23 -0400 (0:00:00.397) 0:00:36.169 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 20 June 2026 15:53:24 -0400 (0:00:01.371) 0:00:37.541 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.008298", "end": "2026-06-20 15:53:24.716951", "rc": 0, "start": "2026-06-20 15:53:24.708653" } STDOUT: Jun 20 15:51:36 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:51:36 managed-node2 postmaster[12365]: 2026-06-20 15:51:36.479 EDT [12365] LOG: redirecting log output to logging collector process Jun 20 15:51:36 managed-node2 postmaster[12365]: 2026-06-20 15:51:36.479 EDT [12365] HINT: Future log output will appear in directory "log". Jun 20 15:51:36 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:51:44 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:51:44 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:51:44 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:51:44 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:51:44 managed-node2 postmaster[15080]: 2026-06-20 15:51:44.747 EDT [15080] LOG: redirecting log output to logging collector process Jun 20 15:51:44 managed-node2 postmaster[15080]: 2026-06-20 15:51:44.747 EDT [15080] HINT: Future log output will appear in directory "log". Jun 20 15:51:44 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:51:46 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:51:46 managed-node2 systemd[1]: postgresql.service: Killing process 15081 (postmaster) with signal SIGKILL. Jun 20 15:51:46 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:51:46 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:13 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:13 managed-node2 postmaster[22419]: 2026-06-20 15:52:13.158 EDT [22419] LOG: redirecting log output to logging collector process Jun 20 15:52:13 managed-node2 postmaster[22419]: 2026-06-20 15:52:13.158 EDT [22419] HINT: Future log output will appear in directory "log". Jun 20 15:52:13 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:18 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:18 managed-node2 systemd[1]: postgresql.service: Killing process 22420 (postmaster) with signal SIGKILL. Jun 20 15:52:18 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:18 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:18 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:18 managed-node2 postmaster[24263]: 2026-06-20 15:52:18.834 EDT [24263] LOG: redirecting log output to logging collector process Jun 20 15:52:18 managed-node2 postmaster[24263]: 2026-06-20 15:52:18.834 EDT [24263] HINT: Future log output will appear in directory "log". Jun 20 15:52:18 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:21 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:21 managed-node2 systemd[1]: postgresql.service: Killing process 24264 (postmaster) with signal SIGKILL. Jun 20 15:52:21 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:21 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:37 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:37 managed-node2 postmaster[29034]: 2026-06-20 15:52:37.388 EDT [29034] LOG: redirecting log output to logging collector process Jun 20 15:52:37 managed-node2 postmaster[29034]: 2026-06-20 15:52:37.388 EDT [29034] HINT: Future log output will appear in directory "log". Jun 20 15:52:37 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:41 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:41 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:41 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:41 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:41 managed-node2 postmaster[29919]: 2026-06-20 15:52:41.090 EDT [29919] LOG: redirecting log output to logging collector process Jun 20 15:52:41 managed-node2 postmaster[29919]: 2026-06-20 15:52:41.090 EDT [29919] HINT: Future log output will appear in directory "log". Jun 20 15:52:41 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:42 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:42 managed-node2 systemd[1]: postgresql.service: Killing process 29920 (postmaster) with signal SIGKILL. Jun 20 15:52:42 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:42 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:58 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:58 managed-node2 postmaster[34525]: 2026-06-20 15:52:58.781 EDT [34525] LOG: redirecting log output to logging collector process Jun 20 15:52:58 managed-node2 postmaster[34525]: 2026-06-20 15:52:58.781 EDT [34525] HINT: Future log output will appear in directory "log". Jun 20 15:52:58 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:53:02 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:53:02 managed-node2 systemd[1]: postgresql.service: Killing process 34526 (postmaster) with signal SIGKILL. Jun 20 15:53:02 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:53:02 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:53:02 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:53:02 managed-node2 postmaster[35487]: 2026-06-20 15:53:02.429 EDT [35487] LOG: redirecting log output to logging collector process Jun 20 15:53:02 managed-node2 postmaster[35487]: 2026-06-20 15:53:02.429 EDT [35487] HINT: Future log output will appear in directory "log". Jun 20 15:53:02 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:53:22 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:53:22 managed-node2 systemd[1]: postgresql.service: Killing process 35488 (postmaster) with signal SIGKILL. Jun 20 15:53:22 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:53:22 managed-node2 systemd[1]: Stopped PostgreSQL database server. TASK [Skip remaining tests if ostree - cannot uninstall/reinstall] ************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml:15 Saturday 20 June 2026 15:53:24 -0400 (0:00:00.364) 0:00:37.905 ********* META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [Save default postgresql_version] ***************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml:19 Saturday 20 June 2026 15:53:24 -0400 (0:00:00.013) 0:00:37.918 ********* ok: [managed-node2] => { "ansible_facts": { "__default_version": "13" }, "changed": false } TASK [Install and cleanup the other supported versions] ************************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_versions.yml:23 Saturday 20 June 2026 15:53:24 -0400 (0:00:00.023) 0:00:37.942 ********* skipping: [managed-node2] => (item=13) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item != __default_version", "item": "13", "skip_reason": "Conditional result was False" } included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml for managed-node2 => (item=16) included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml for managed-node2 => (item=15) included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml for managed-node2 => (item=18) TASK [Run postgresql role] ***************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:5 Saturday 20 June 2026 15:53:24 -0400 (0:00:00.073) 0:00:38.015 ********* included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:9 Saturday 20 June 2026 15:53:24 -0400 (0:00:00.026) 0:00:38.042 ********* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 20 June 2026 15:53:24 -0400 (0:00:00.000) 0:00:38.043 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 20 June 2026 15:53:24 -0400 (0:00:00.014) 0:00:38.057 ********* included: fedora.linux_system_roles.postgresql for managed-node2 TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 20 June 2026 15:53:24 -0400 (0:00:00.039) 0:00:38.097 ********* included: /tmp/collections-0c8/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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 20 June 2026 15:53:24 -0400 (0:00:00.023) 0:00:38.120 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 20 June 2026 15:53:25 -0400 (0:00:00.787) 0:00:38.908 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 20 June 2026 15:53:26 -0400 (0:00:00.345) 0:00:39.253 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate system is ostree] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 20 June 2026 15:53:26 -0400 (0:00:00.016) 0:00:39.270 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 20 June 2026 15:53:26 -0400 (0:00:00.016) 0:00:39.286 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 20 June 2026 15:53:26 -0400 (0:00:00.014) 0:00:39.301 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_booted is not defined", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 20 June 2026 15:53:26 -0400 (0:00:00.015) 0:00:39.316 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 20 June 2026 15:53:26 -0400 (0:00:00.015) 0:00:39.331 ********* [WARNING]: TASK: fedora.linux_system_roles.postgresql : Set platform/version specific variables: 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, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_9.yml) => { "ansible_facts": { "__postgresql_packages": "{{ ['@postgresql:' + postgresql_version +\n '/server'] if postgresql_version != '13' else\n ['postgresql-server'] }}" }, "ansible_included_var_files": [ "/tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node2] => (item=CentOS_9.yml) => { "ansible_facts": { "__postgresql_packages": "{{ ['@postgresql:' + postgresql_version +\n '/server'] if postgresql_version != '13' else\n ['postgresql-server'] }}" }, "ansible_included_var_files": [ "/tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 20 June 2026 15:53:26 -0400 (0:00:00.037) 0:00:39.368 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 20 June 2026 15:53:26 -0400 (0:00:00.350) 0:00:39.719 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 20 June 2026 15:53:26 -0400 (0:00:00.351) 0:00:40.070 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 20 June 2026 15:53:27 -0400 (0:00:00.344) 0:00:40.414 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 20 June 2026 15:53:28 -0400 (0:00:00.743) 0:00:41.158 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] == \"8\"", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 20 June 2026 15:53:28 -0400 (0:00:00.023) 0:00:41.182 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_version | string not in __postgresql_versions_el9", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 20 June 2026 15:53:28 -0400 (0:00:00.026) 0:00:41.208 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] == \"10\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 20 June 2026 15:53:28 -0400 (0:00:00.024) 0:00:41.232 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "'postgresql' in ansible_facts.packages", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure required packages are installed] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 20 June 2026 15:53:28 -0400 (0:00:00.074) 0:00:41.307 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:16/server installed.", "Installed: postgresql-server-16.8-1.module_el9+1265+61707298.x86_64", "Installed: postgresql-private-libs-16.8-1.module_el9+1265+61707298.x86_64", "Installed: postgresql-16.8-1.module_el9+1265+61707298.x86_64" ] } lsrpackages: @postgresql:16/server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 20 June 2026 15:53:31 -0400 (0:00:03.581) 0:00:44.888 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.806415", "end": "2026-06-20 15:53:32.894221", "rc": 0, "start": "2026-06-20 15:53:32.087806" } 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 20 June 2026 15:53:32 -0400 (0:00:01.189) 0:00:46.078 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_has_setup_cmd | bool", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 20 June 2026 15:53:32 -0400 (0:00:00.018) 0:00:46.096 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_is_booted | bool", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 20 June 2026 15:53:32 -0400 (0:00:00.018) 0:00:46.114 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 20 June 2026 15:53:33 -0400 (0:00:00.016) 0:00:46.131 ********* changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postgresql", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:postgresql_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target systemd-journald.socket system.slice sysinit.target network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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 }", "ExecStartEx": "{ path=/usr/bin/postgres ; argv[]=/usr/bin/postgres -D ${PGDATA} ; flags= ; 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 }", "ExecStartPreEx": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13485", "LimitNPROCSoft": "13485", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13485", "LimitSIGPENDINGSoft": "13485", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "18446744073709551615", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "2", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "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": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21576", "TimeoutAbortUSec": "infinity", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "postgres", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.postgresql : Fail on non-booted hosts] ********* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 20 June 2026 15:53:34 -0400 (0:00:01.126) 0:00:47.257 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set password for super user] ****** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.021) 0:00:47.279 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.019) 0:00:47.298 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Fail input_file on non-booted hosts] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.019) 0:00:47.318 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run provided SQL script] ********** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.016) 0:00:47.334 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_input_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.021) 0:00:47.356 ********* included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node2 TASK [Generate certificates] *************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.028) 0:00:47.385 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.017) 0:00:47.403 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key directory is traversable by postgres] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.018) 0:00:47.421 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key is readable by postgres] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.017) 0:00:47.438 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.016) 0:00:47.455 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.017) 0:00:47.472 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.018) 0:00:47.490 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate file] ********* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.017) 0:00:47.508 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_cert.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install postgresql server private key] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.015) 0:00:47.523 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_cert.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Configure pg_hba.conf] ************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.015) 0:00:47.539 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_pg_hba_conf is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Create postgresql directory in /etc] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.020) 0:00:47.559 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 20 June 2026 15:53:34 -0400 (0:00:00.365) 0:00:47.925 ********* Notification for handler Restart postgresql has been saved. 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 20 June 2026 15:53:35 -0400 (0:00:00.358) 0:00:48.283 ********* changed: [managed-node2] => { "changed": true, "checksum": "56c7cdc8c614abd9b0d03e84141e710aaa9e7e78", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "7e7fa9e0cb2e76c1e0f9024388e24297", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1781985215.198698-13912-241822212511758/.source.conf", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 20 June 2026 15:53:35 -0400 (0:00:00.717) 0:00:49.001 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_server_conf is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 20 June 2026 15:53:35 -0400 (0:00:00.022) 0:00:49.023 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_server_conf is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Record role success fingerprint] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 20 June 2026 15:53:35 -0400 (0:00:00.020) 0:00:49.043 ********* ok: [managed-node2] => { "changed": false } TASK [Run postgresql role to set vars only] ************************************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:11 Saturday 20 June 2026 15:53:36 -0400 (0:00:00.357) 0:00:49.401 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __run_role | d(true) | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:18 Saturday 20 June 2026 15:53:36 -0400 (0:00:00.019) 0:00:49.420 ********* NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node2 META: triggered running handlers for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 20 June 2026 15:53:36 -0400 (0:00:00.004) 0:00:49.425 ********* changed: [managed-node2] => { "changed": true, "name": "postgresql", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:postgresql_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-06-20 15:53:34 EDT", "ActiveEnterTimestampMonotonic": "323676575", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket sysinit.target basic.target system.slice network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-06-20 15:53:34 EDT", "AssertTimestampMonotonic": "323619807", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "37472000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-06-20 15:53:34 EDT", "ConditionTimestampMonotonic": "323619804", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlGroupId": "7111", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "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": "40790", "ExecMainStartTimestamp": "Sat 2026-06-20 15:53:34 EDT", "ExecMainStartTimestampMonotonic": "323633552", "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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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-20 15:53:34 EDT] ; stop_time=[n/a] ; pid=40790 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/postgres ; argv[]=/usr/bin/postgres -D ${PGDATA} ; flags= ; start_time=[Sat 2026-06-20 15:53:34 EDT] ; stop_time=[n/a] ; pid=40790 ; 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-20 15:53:34 EDT] ; stop_time=[Sat 2026-06-20 15:53:34 EDT] ; pid=40788 ; code=exited ; status=0 }", "ExecStartPreEx": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; flags= ; start_time=[Sat 2026-06-20 15:53:34 EDT] ; stop_time=[Sat 2026-06-20 15:53:34 EDT] ; pid=40788 ; code=exited ; status=0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-06-20 15:53:34 EDT", "InactiveExitTimestampMonotonic": "323627380", "InvocationID": "32baa59c9376442ab8aedd47530a57d8", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13485", "LimitNPROCSoft": "13485", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13485", "LimitSIGPENDINGSoft": "13485", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "40790", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "18677760", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "18886656", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "2", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-06-20 15:53:34 EDT", "StateChangeTimestampMonotonic": "323676575", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "7", "TasksMax": "21576", "TimeoutAbortUSec": "infinity", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "26", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "postgres", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Test - postgresql-server running] **************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:21 Saturday 20 June 2026 15:53:37 -0400 (0:00:00.959) 0:00:50.384 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "postgresql" ], "delta": "0:00:00.008743", "end": "2026-06-20 15:53:37.560613", "rc": 0, "start": "2026-06-20 15:53:37.551870" } STDOUT: active TASK [Test - postgresql-server is enabled] ************************************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:27 Saturday 20 June 2026 15:53:37 -0400 (0:00:00.358) 0:00:50.743 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "postgresql" ], "delta": "0:00:00.009644", "end": "2026-06-20 15:53:37.918758", "rc": 0, "start": "2026-06-20 15:53:37.909114" } STDOUT: enabled TASK [Test - database is accessible for super user using Unix socket] ********** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Saturday 20 June 2026 15:53:37 -0400 (0:00:00.359) 0:00:51.102 ********* ASYNC OK on managed-node2: jid=j861823769774.42233 ok: [managed-node2] => { "ansible_job_id": "j861823769774.42233", "changed": false, "cmd": "set -euo pipefail\necho '\\q' | psql\n", "delta": "0:00:00.013911", "end": "2026-06-20 15:53:38.495256", "finished": 1, "rc": 0, "results_file": "/var/lib/pgsql/.ansible_async/j861823769774.42233", "start": "2026-06-20 15:53:38.481345", "started": 1 } TASK [Check - server tuning is used - shared buffers] ************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:44 Saturday 20 June 2026 15:53:54 -0400 (0:00:16.076) 0:01:07.179 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW shared_buffers;\" | psql\n", "delta": "0:00:00.011476", "end": "2026-06-20 15:53:54.377574", "rc": 0, "start": "2026-06-20 15:53:54.366098" } STDOUT: shared_buffers ---------------- 853MB (1 row) TASK [Test - server tuning is used - shared buffers] *************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:56 Saturday 20 June 2026 15:53:54 -0400 (0:00:00.383) 0:01:07.562 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check - server tuning is used - effective cache size] ******************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:67 Saturday 20 June 2026 15:53:54 -0400 (0:00:00.030) 0:01:07.592 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW effective_cache_size;\" | psql\n", "delta": "0:00:00.011348", "end": "2026-06-20 15:53:54.789525", "rc": 0, "start": "2026-06-20 15:53:54.778177" } STDOUT: effective_cache_size ---------------------- 1707MB (1 row) TASK [Test - server tuning is used - effective cache size] ********************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:79 Saturday 20 June 2026 15:53:54 -0400 (0:00:00.383) 0:01:07.976 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check postgresql version matches postgresql_version] ********************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:90 Saturday 20 June 2026 15:53:54 -0400 (0:00:00.030) 0:01:08.006 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "postgres", "--version" ], "delta": "0:00:00.010652", "end": "2026-06-20 15:53:55.189319", "failed_when_result": false, "rc": 0, "start": "2026-06-20 15:53:55.178667" } STDOUT: postgres (PostgreSQL) 16.8 TASK [Clean up] **************************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:98 Saturday 20 June 2026 15:53:55 -0400 (0:00:00.370) 0:01:08.377 ********* included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node2 TASK [Run handlers] ************************************************************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:3 Saturday 20 June 2026 15:53:55 -0400 (0:00:00.032) 0:01:08.409 ********* META: triggered running handlers for managed-node2 TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 20 June 2026 15:53:55 -0400 (0:00:00.029) 0:01:08.439 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:16/server removed.", "Removed: postgresql-16.8-1.module_el9+1265+61707298.x86_64", "Removed: postgresql-private-libs-16.8-1.module_el9+1265+61707298.x86_64", "Removed: postgresql-server-16.8-1.module_el9+1265+61707298.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 20 June 2026 15:53:57 -0400 (0:00:02.021) 0:01:10.460 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 20 June 2026 15:53:57 -0400 (0:00:00.017) 0:01:10.478 ********* changed: [managed-node2] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 20 June 2026 15:53:57 -0400 (0:00:00.400) 0:01:10.879 ********* [WARNING]: TASK: Remove config files: 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-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 20 June 2026 15:53:59 -0400 (0:00:01.405) 0:01:12.284 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.008437", "end": "2026-06-20 15:53:59.470918", "rc": 0, "start": "2026-06-20 15:53:59.462481" } STDOUT: Jun 20 15:51:36 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:51:36 managed-node2 postmaster[12365]: 2026-06-20 15:51:36.479 EDT [12365] LOG: redirecting log output to logging collector process Jun 20 15:51:36 managed-node2 postmaster[12365]: 2026-06-20 15:51:36.479 EDT [12365] HINT: Future log output will appear in directory "log". Jun 20 15:51:36 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:51:44 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:51:44 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:51:44 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:51:44 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:51:44 managed-node2 postmaster[15080]: 2026-06-20 15:51:44.747 EDT [15080] LOG: redirecting log output to logging collector process Jun 20 15:51:44 managed-node2 postmaster[15080]: 2026-06-20 15:51:44.747 EDT [15080] HINT: Future log output will appear in directory "log". Jun 20 15:51:44 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:51:46 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:51:46 managed-node2 systemd[1]: postgresql.service: Killing process 15081 (postmaster) with signal SIGKILL. Jun 20 15:51:46 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:51:46 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:13 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:13 managed-node2 postmaster[22419]: 2026-06-20 15:52:13.158 EDT [22419] LOG: redirecting log output to logging collector process Jun 20 15:52:13 managed-node2 postmaster[22419]: 2026-06-20 15:52:13.158 EDT [22419] HINT: Future log output will appear in directory "log". Jun 20 15:52:13 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:18 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:18 managed-node2 systemd[1]: postgresql.service: Killing process 22420 (postmaster) with signal SIGKILL. Jun 20 15:52:18 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:18 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:18 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:18 managed-node2 postmaster[24263]: 2026-06-20 15:52:18.834 EDT [24263] LOG: redirecting log output to logging collector process Jun 20 15:52:18 managed-node2 postmaster[24263]: 2026-06-20 15:52:18.834 EDT [24263] HINT: Future log output will appear in directory "log". Jun 20 15:52:18 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:21 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:21 managed-node2 systemd[1]: postgresql.service: Killing process 24264 (postmaster) with signal SIGKILL. Jun 20 15:52:21 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:21 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:37 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:37 managed-node2 postmaster[29034]: 2026-06-20 15:52:37.388 EDT [29034] LOG: redirecting log output to logging collector process Jun 20 15:52:37 managed-node2 postmaster[29034]: 2026-06-20 15:52:37.388 EDT [29034] HINT: Future log output will appear in directory "log". Jun 20 15:52:37 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:41 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:41 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:41 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:41 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:41 managed-node2 postmaster[29919]: 2026-06-20 15:52:41.090 EDT [29919] LOG: redirecting log output to logging collector process Jun 20 15:52:41 managed-node2 postmaster[29919]: 2026-06-20 15:52:41.090 EDT [29919] HINT: Future log output will appear in directory "log". Jun 20 15:52:41 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:42 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:42 managed-node2 systemd[1]: postgresql.service: Killing process 29920 (postmaster) with signal SIGKILL. Jun 20 15:52:42 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:42 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:58 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:58 managed-node2 postmaster[34525]: 2026-06-20 15:52:58.781 EDT [34525] LOG: redirecting log output to logging collector process Jun 20 15:52:58 managed-node2 postmaster[34525]: 2026-06-20 15:52:58.781 EDT [34525] HINT: Future log output will appear in directory "log". Jun 20 15:52:58 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:53:02 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:53:02 managed-node2 systemd[1]: postgresql.service: Killing process 34526 (postmaster) with signal SIGKILL. Jun 20 15:53:02 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:53:02 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:53:02 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:53:02 managed-node2 postmaster[35487]: 2026-06-20 15:53:02.429 EDT [35487] LOG: redirecting log output to logging collector process Jun 20 15:53:02 managed-node2 postmaster[35487]: 2026-06-20 15:53:02.429 EDT [35487] HINT: Future log output will appear in directory "log". Jun 20 15:53:02 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:53:22 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:53:22 managed-node2 systemd[1]: postgresql.service: Killing process 35488 (postmaster) with signal SIGKILL. Jun 20 15:53:22 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:53:22 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:53:34 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:53:34 managed-node2 postgres[40790]: 2026-06-20 15:53:34.045 EDT [40790] LOG: redirecting log output to logging collector process Jun 20 15:53:34 managed-node2 postgres[40790]: 2026-06-20 15:53:34.045 EDT [40790] HINT: Future log output will appear in directory "log". Jun 20 15:53:34 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:53:37 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:53:37 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:53:37 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:53:37 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:53:37 managed-node2 postgres[41751]: 2026-06-20 15:53:37.174 EDT [41751] LOG: redirecting log output to logging collector process Jun 20 15:53:37 managed-node2 postgres[41751]: 2026-06-20 15:53:37.174 EDT [41751] HINT: Future log output will appear in directory "log". Jun 20 15:53:37 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:53:56 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:53:56 managed-node2 systemd[1]: postgresql.service: Killing process 41752 (postgres) with signal SIGKILL. Jun 20 15:53:56 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:53:56 managed-node2 systemd[1]: Stopped PostgreSQL database server. TASK [Run postgresql role] ***************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:5 Saturday 20 June 2026 15:53:59 -0400 (0:00:00.373) 0:01:12.657 ********* included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:9 Saturday 20 June 2026 15:53:59 -0400 (0:00:00.029) 0:01:12.687 ********* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 20 June 2026 15:53:59 -0400 (0:00:00.001) 0:01:12.688 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 20 June 2026 15:53:59 -0400 (0:00:00.016) 0:01:12.705 ********* included: fedora.linux_system_roles.postgresql for managed-node2 TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 20 June 2026 15:53:59 -0400 (0:00:00.041) 0:01:12.746 ********* included: /tmp/collections-0c8/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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 20 June 2026 15:53:59 -0400 (0:00:00.025) 0:01:12.772 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 20 June 2026 15:54:00 -0400 (0:00:00.794) 0:01:13.567 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 20 June 2026 15:54:00 -0400 (0:00:00.345) 0:01:13.912 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate system is ostree] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 20 June 2026 15:54:00 -0400 (0:00:00.017) 0:01:13.930 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 20 June 2026 15:54:00 -0400 (0:00:00.017) 0:01:13.947 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 20 June 2026 15:54:00 -0400 (0:00:00.015) 0:01:13.962 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_booted is not defined", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 20 June 2026 15:54:00 -0400 (0:00:00.015) 0:01:13.978 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 20 June 2026 15:54:00 -0400 (0:00:00.016) 0:01:13.994 ********* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_9.yml) => { "ansible_facts": { "__postgresql_packages": "{{ ['@postgresql:' + postgresql_version +\n '/server'] if postgresql_version != '13' else\n ['postgresql-server'] }}" }, "ansible_included_var_files": [ "/tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node2] => (item=CentOS_9.yml) => { "ansible_facts": { "__postgresql_packages": "{{ ['@postgresql:' + postgresql_version +\n '/server'] if postgresql_version != '13' else\n ['postgresql-server'] }}" }, "ansible_included_var_files": [ "/tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 20 June 2026 15:54:00 -0400 (0:00:00.037) 0:01:14.032 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 20 June 2026 15:54:01 -0400 (0:00:00.351) 0:01:14.384 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 20 June 2026 15:54:01 -0400 (0:00:00.350) 0:01:14.735 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 20 June 2026 15:54:01 -0400 (0:00:00.353) 0:01:15.088 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 20 June 2026 15:54:02 -0400 (0:00:00.763) 0:01:15.852 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] == \"8\"", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 20 June 2026 15:54:02 -0400 (0:00:00.023) 0:01:15.876 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_version | string not in __postgresql_versions_el9", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 20 June 2026 15:54:02 -0400 (0:00:00.027) 0:01:15.904 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] == \"10\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 20 June 2026 15:54:02 -0400 (0:00:00.023) 0:01:15.927 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "'postgresql' in ansible_facts.packages", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure required packages are installed] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 20 June 2026 15:54:02 -0400 (0:00:00.019) 0:01:15.946 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:15/server installed.", "Installed: postgresql-server-15.12-1.module_el9+1199+0a6782cc.x86_64", "Installed: postgresql-private-libs-15.12-1.module_el9+1199+0a6782cc.x86_64", "Installed: postgresql-15.12-1.module_el9+1199+0a6782cc.x86_64" ] } lsrpackages: @postgresql:15/server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 20 June 2026 15:54:07 -0400 (0:00:04.316) 0:01:20.263 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.796011", "end": "2026-06-20 15:54:08.272350", "rc": 0, "start": "2026-06-20 15:54:07.476339" } 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 20 June 2026 15:54:08 -0400 (0:00:01.194) 0:01:21.458 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_has_setup_cmd | bool", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 20 June 2026 15:54:08 -0400 (0:00:00.018) 0:01:21.476 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_is_booted | bool", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 20 June 2026 15:54:08 -0400 (0:00:00.016) 0:01:21.493 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 20 June 2026 15:54:08 -0400 (0:00:00.016) 0:01:21.509 ********* changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postgresql", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:postgresql_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket network-online.target sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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 }", "ExecStartEx": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; flags= ; 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 }", "ExecStartPreEx": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13485", "LimitNPROCSoft": "13485", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13485", "LimitSIGPENDINGSoft": "13485", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "18446744073709551615", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "2", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "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": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21576", "TimeoutAbortUSec": "infinity", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "postgres", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.postgresql : Fail on non-booted hosts] ********* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 20 June 2026 15:54:09 -0400 (0:00:01.128) 0:01:22.637 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set password for super user] ****** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.020) 0:01:22.658 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.019) 0:01:22.678 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Fail input_file on non-booted hosts] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.019) 0:01:22.697 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run provided SQL script] ********** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.016) 0:01:22.714 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_input_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.019) 0:01:22.733 ********* included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node2 TASK [Generate certificates] *************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.029) 0:01:22.763 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.017) 0:01:22.781 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key directory is traversable by postgres] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.017) 0:01:22.798 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key is readable by postgres] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.016) 0:01:22.815 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.018) 0:01:22.833 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.016) 0:01:22.850 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.016) 0:01:22.867 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate file] ********* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.016) 0:01:22.884 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_cert.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install postgresql server private key] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.016) 0:01:22.900 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_cert.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Configure pg_hba.conf] ************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.040) 0:01:22.941 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_pg_hba_conf is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Create postgresql directory in /etc] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 20 June 2026 15:54:09 -0400 (0:00:00.021) 0:01:22.962 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 20 June 2026 15:54:10 -0400 (0:00:00.362) 0:01:23.324 ********* Notification for handler Restart postgresql has been saved. 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 20 June 2026 15:54:10 -0400 (0:00:00.359) 0:01:23.684 ********* changed: [managed-node2] => { "changed": true, "checksum": "56c7cdc8c614abd9b0d03e84141e710aaa9e7e78", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "7e7fa9e0cb2e76c1e0f9024388e24297", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1781985250.5999248-14309-135047815577716/.source.conf", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 20 June 2026 15:54:11 -0400 (0:00:00.716) 0:01:24.401 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_server_conf is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 20 June 2026 15:54:11 -0400 (0:00:00.020) 0:01:24.422 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_server_conf is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Record role success fingerprint] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 20 June 2026 15:54:11 -0400 (0:00:00.019) 0:01:24.441 ********* ok: [managed-node2] => { "changed": false } TASK [Run postgresql role to set vars only] ************************************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:11 Saturday 20 June 2026 15:54:11 -0400 (0:00:00.357) 0:01:24.799 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __run_role | d(true) | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:18 Saturday 20 June 2026 15:54:11 -0400 (0:00:00.018) 0:01:24.817 ********* NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node2 META: triggered running handlers for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 20 June 2026 15:54:11 -0400 (0:00:00.005) 0:01:24.822 ********* changed: [managed-node2] => { "changed": true, "name": "postgresql", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:postgresql_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-06-20 15:54:09 EDT", "ActiveEnterTimestampMonotonic": "359055895", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target systemd-journald.socket sysinit.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-06-20 15:54:09 EDT", "AssertTimestampMonotonic": "358999483", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "35980000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-06-20 15:54:09 EDT", "ConditionTimestampMonotonic": "358999481", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlGroupId": "7739", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "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": "47057", "ExecMainStartTimestamp": "Sat 2026-06-20 15:54:09 EDT", "ExecMainStartTimestampMonotonic": "359013456", "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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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-20 15:54:09 EDT] ; stop_time=[n/a] ; pid=47057 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; flags= ; start_time=[Sat 2026-06-20 15:54:09 EDT] ; stop_time=[n/a] ; pid=47057 ; 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-20 15:54:09 EDT] ; stop_time=[Sat 2026-06-20 15:54:09 EDT] ; pid=47055 ; code=exited ; status=0 }", "ExecStartPreEx": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; flags= ; start_time=[Sat 2026-06-20 15:54:09 EDT] ; stop_time=[Sat 2026-06-20 15:54:09 EDT] ; pid=47055 ; code=exited ; status=0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-06-20 15:54:09 EDT", "InactiveExitTimestampMonotonic": "359007297", "InvocationID": "df62bc197558496eb00ae94fe70b03c3", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13485", "LimitNPROCSoft": "13485", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13485", "LimitSIGPENDINGSoft": "13485", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "47057", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "18526208", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "18751488", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "2", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-06-20 15:54:09 EDT", "StateChangeTimestampMonotonic": "359055895", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "7", "TasksMax": "21576", "TimeoutAbortUSec": "infinity", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "26", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "postgres", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Test - postgresql-server running] **************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:21 Saturday 20 June 2026 15:54:12 -0400 (0:00:00.962) 0:01:25.785 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "postgresql" ], "delta": "0:00:00.008988", "end": "2026-06-20 15:54:12.963279", "rc": 0, "start": "2026-06-20 15:54:12.954291" } STDOUT: active TASK [Test - postgresql-server is enabled] ************************************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:27 Saturday 20 June 2026 15:54:13 -0400 (0:00:00.361) 0:01:26.146 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "postgresql" ], "delta": "0:00:00.009886", "end": "2026-06-20 15:54:13.336483", "rc": 0, "start": "2026-06-20 15:54:13.326597" } STDOUT: enabled TASK [Test - database is accessible for super user using Unix socket] ********** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Saturday 20 June 2026 15:54:13 -0400 (0:00:00.374) 0:01:26.521 ********* ASYNC OK on managed-node2: jid=j845954241895.48500 ok: [managed-node2] => { "ansible_job_id": "j845954241895.48500", "changed": false, "cmd": "set -euo pipefail\necho '\\q' | psql\n", "delta": "0:00:00.014549", "end": "2026-06-20 15:54:13.936971", "finished": 1, "rc": 0, "results_file": "/var/lib/pgsql/.ansible_async/j845954241895.48500", "start": "2026-06-20 15:54:13.922422", "started": 1 } TASK [Check - server tuning is used - shared buffers] ************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:44 Saturday 20 June 2026 15:54:29 -0400 (0:00:16.097) 0:01:42.618 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW shared_buffers;\" | psql\n", "delta": "0:00:00.011711", "end": "2026-06-20 15:54:29.820210", "rc": 0, "start": "2026-06-20 15:54:29.808499" } STDOUT: shared_buffers ---------------- 853MB (1 row) TASK [Test - server tuning is used - shared buffers] *************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:56 Saturday 20 June 2026 15:54:29 -0400 (0:00:00.389) 0:01:43.007 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check - server tuning is used - effective cache size] ******************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:67 Saturday 20 June 2026 15:54:29 -0400 (0:00:00.031) 0:01:43.039 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW effective_cache_size;\" | psql\n", "delta": "0:00:00.011553", "end": "2026-06-20 15:54:30.243339", "rc": 0, "start": "2026-06-20 15:54:30.231786" } STDOUT: effective_cache_size ---------------------- 1707MB (1 row) TASK [Test - server tuning is used - effective cache size] ********************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:79 Saturday 20 June 2026 15:54:30 -0400 (0:00:00.390) 0:01:43.430 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check postgresql version matches postgresql_version] ********************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:90 Saturday 20 June 2026 15:54:30 -0400 (0:00:00.030) 0:01:43.460 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "postgres", "--version" ], "delta": "0:00:00.010642", "end": "2026-06-20 15:54:30.644330", "failed_when_result": false, "rc": 0, "start": "2026-06-20 15:54:30.633688" } STDOUT: postgres (PostgreSQL) 15.12 TASK [Clean up] **************************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:98 Saturday 20 June 2026 15:54:30 -0400 (0:00:00.373) 0:01:43.834 ********* included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node2 TASK [Run handlers] ************************************************************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:3 Saturday 20 June 2026 15:54:30 -0400 (0:00:00.031) 0:01:43.866 ********* META: triggered running handlers for managed-node2 TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 20 June 2026 15:54:30 -0400 (0:00:00.004) 0:01:43.870 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:15/server removed.", "Removed: postgresql-15.12-1.module_el9+1199+0a6782cc.x86_64", "Removed: postgresql-private-libs-15.12-1.module_el9+1199+0a6782cc.x86_64", "Removed: postgresql-server-15.12-1.module_el9+1199+0a6782cc.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 20 June 2026 15:54:32 -0400 (0:00:02.041) 0:01:45.912 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 20 June 2026 15:54:32 -0400 (0:00:00.017) 0:01:45.930 ********* changed: [managed-node2] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 20 June 2026 15:54:33 -0400 (0:00:00.406) 0:01:46.337 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 20 June 2026 15:54:34 -0400 (0:00:01.389) 0:01:47.727 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.008812", "end": "2026-06-20 15:54:34.903290", "rc": 0, "start": "2026-06-20 15:54:34.894478" } STDOUT: Jun 20 15:51:36 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:51:36 managed-node2 postmaster[12365]: 2026-06-20 15:51:36.479 EDT [12365] LOG: redirecting log output to logging collector process Jun 20 15:51:36 managed-node2 postmaster[12365]: 2026-06-20 15:51:36.479 EDT [12365] HINT: Future log output will appear in directory "log". Jun 20 15:51:36 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:51:44 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:51:44 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:51:44 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:51:44 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:51:44 managed-node2 postmaster[15080]: 2026-06-20 15:51:44.747 EDT [15080] LOG: redirecting log output to logging collector process Jun 20 15:51:44 managed-node2 postmaster[15080]: 2026-06-20 15:51:44.747 EDT [15080] HINT: Future log output will appear in directory "log". Jun 20 15:51:44 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:51:46 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:51:46 managed-node2 systemd[1]: postgresql.service: Killing process 15081 (postmaster) with signal SIGKILL. Jun 20 15:51:46 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:51:46 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:13 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:13 managed-node2 postmaster[22419]: 2026-06-20 15:52:13.158 EDT [22419] LOG: redirecting log output to logging collector process Jun 20 15:52:13 managed-node2 postmaster[22419]: 2026-06-20 15:52:13.158 EDT [22419] HINT: Future log output will appear in directory "log". Jun 20 15:52:13 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:18 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:18 managed-node2 systemd[1]: postgresql.service: Killing process 22420 (postmaster) with signal SIGKILL. Jun 20 15:52:18 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:18 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:18 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:18 managed-node2 postmaster[24263]: 2026-06-20 15:52:18.834 EDT [24263] LOG: redirecting log output to logging collector process Jun 20 15:52:18 managed-node2 postmaster[24263]: 2026-06-20 15:52:18.834 EDT [24263] HINT: Future log output will appear in directory "log". Jun 20 15:52:18 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:21 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:21 managed-node2 systemd[1]: postgresql.service: Killing process 24264 (postmaster) with signal SIGKILL. Jun 20 15:52:21 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:21 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:37 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:37 managed-node2 postmaster[29034]: 2026-06-20 15:52:37.388 EDT [29034] LOG: redirecting log output to logging collector process Jun 20 15:52:37 managed-node2 postmaster[29034]: 2026-06-20 15:52:37.388 EDT [29034] HINT: Future log output will appear in directory "log". Jun 20 15:52:37 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:41 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:41 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:41 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:41 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:41 managed-node2 postmaster[29919]: 2026-06-20 15:52:41.090 EDT [29919] LOG: redirecting log output to logging collector process Jun 20 15:52:41 managed-node2 postmaster[29919]: 2026-06-20 15:52:41.090 EDT [29919] HINT: Future log output will appear in directory "log". Jun 20 15:52:41 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:42 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:42 managed-node2 systemd[1]: postgresql.service: Killing process 29920 (postmaster) with signal SIGKILL. Jun 20 15:52:42 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:42 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:58 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:58 managed-node2 postmaster[34525]: 2026-06-20 15:52:58.781 EDT [34525] LOG: redirecting log output to logging collector process Jun 20 15:52:58 managed-node2 postmaster[34525]: 2026-06-20 15:52:58.781 EDT [34525] HINT: Future log output will appear in directory "log". Jun 20 15:52:58 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:53:02 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:53:02 managed-node2 systemd[1]: postgresql.service: Killing process 34526 (postmaster) with signal SIGKILL. Jun 20 15:53:02 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:53:02 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:53:02 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:53:02 managed-node2 postmaster[35487]: 2026-06-20 15:53:02.429 EDT [35487] LOG: redirecting log output to logging collector process Jun 20 15:53:02 managed-node2 postmaster[35487]: 2026-06-20 15:53:02.429 EDT [35487] HINT: Future log output will appear in directory "log". Jun 20 15:53:02 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:53:22 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:53:22 managed-node2 systemd[1]: postgresql.service: Killing process 35488 (postmaster) with signal SIGKILL. Jun 20 15:53:22 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:53:22 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:53:34 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:53:34 managed-node2 postgres[40790]: 2026-06-20 15:53:34.045 EDT [40790] LOG: redirecting log output to logging collector process Jun 20 15:53:34 managed-node2 postgres[40790]: 2026-06-20 15:53:34.045 EDT [40790] HINT: Future log output will appear in directory "log". Jun 20 15:53:34 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:53:37 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:53:37 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:53:37 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:53:37 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:53:37 managed-node2 postgres[41751]: 2026-06-20 15:53:37.174 EDT [41751] LOG: redirecting log output to logging collector process Jun 20 15:53:37 managed-node2 postgres[41751]: 2026-06-20 15:53:37.174 EDT [41751] HINT: Future log output will appear in directory "log". Jun 20 15:53:37 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:53:56 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:53:56 managed-node2 systemd[1]: postgresql.service: Killing process 41752 (postgres) with signal SIGKILL. Jun 20 15:53:56 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:53:56 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:54:09 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:54:09 managed-node2 postmaster[47057]: 2026-06-20 15:54:09.424 EDT [47057] LOG: redirecting log output to logging collector process Jun 20 15:54:09 managed-node2 postmaster[47057]: 2026-06-20 15:54:09.424 EDT [47057] HINT: Future log output will appear in directory "log". Jun 20 15:54:09 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:54:12 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:54:12 managed-node2 systemd[1]: postgresql.service: Killing process 47058 (postmaster) with signal SIGKILL. Jun 20 15:54:12 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:54:12 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:54:12 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:54:12 managed-node2 postmaster[48018]: 2026-06-20 15:54:12.572 EDT [48018] LOG: redirecting log output to logging collector process Jun 20 15:54:12 managed-node2 postmaster[48018]: 2026-06-20 15:54:12.572 EDT [48018] HINT: Future log output will appear in directory "log". Jun 20 15:54:12 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:54:32 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:54:32 managed-node2 systemd[1]: postgresql.service: Killing process 48019 (postmaster) with signal SIGKILL. Jun 20 15:54:32 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:54:32 managed-node2 systemd[1]: Stopped PostgreSQL database server. TASK [Run postgresql role] ***************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:5 Saturday 20 June 2026 15:54:34 -0400 (0:00:00.361) 0:01:48.088 ********* included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:9 Saturday 20 June 2026 15:54:34 -0400 (0:00:00.027) 0:01:48.116 ********* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 20 June 2026 15:54:34 -0400 (0:00:00.001) 0:01:48.117 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 20 June 2026 15:54:35 -0400 (0:00:00.015) 0:01:48.132 ********* included: fedora.linux_system_roles.postgresql for managed-node2 TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 20 June 2026 15:54:35 -0400 (0:00:00.040) 0:01:48.172 ********* included: /tmp/collections-0c8/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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 20 June 2026 15:54:35 -0400 (0:00:00.024) 0:01:48.197 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 20 June 2026 15:54:35 -0400 (0:00:00.793) 0:01:48.991 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 20 June 2026 15:54:36 -0400 (0:00:00.347) 0:01:49.338 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate system is ostree] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 20 June 2026 15:54:36 -0400 (0:00:00.017) 0:01:49.355 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 20 June 2026 15:54:36 -0400 (0:00:00.016) 0:01:49.371 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 20 June 2026 15:54:36 -0400 (0:00:00.015) 0:01:49.387 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_booted is not defined", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 20 June 2026 15:54:36 -0400 (0:00:00.015) 0:01:49.403 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 20 June 2026 15:54:36 -0400 (0:00:00.015) 0:01:49.419 ********* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_9.yml) => { "ansible_facts": { "__postgresql_packages": "{{ ['@postgresql:' + postgresql_version +\n '/server'] if postgresql_version != '13' else\n ['postgresql-server'] }}" }, "ansible_included_var_files": [ "/tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node2] => (item=CentOS_9.yml) => { "ansible_facts": { "__postgresql_packages": "{{ ['@postgresql:' + postgresql_version +\n '/server'] if postgresql_version != '13' else\n ['postgresql-server'] }}" }, "ansible_included_var_files": [ "/tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 20 June 2026 15:54:36 -0400 (0:00:00.037) 0:01:49.456 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 20 June 2026 15:54:36 -0400 (0:00:00.350) 0:01:49.806 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 20 June 2026 15:54:37 -0400 (0:00:00.345) 0:01:50.152 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 20 June 2026 15:54:37 -0400 (0:00:00.343) 0:01:50.496 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 20 June 2026 15:54:38 -0400 (0:00:00.751) 0:01:51.247 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] == \"8\"", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 20 June 2026 15:54:38 -0400 (0:00:00.024) 0:01:51.272 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_version | string not in __postgresql_versions_el9", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 20 June 2026 15:54:38 -0400 (0:00:00.026) 0:01:51.299 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] == \"10\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 20 June 2026 15:54:38 -0400 (0:00:00.023) 0:01:51.323 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "'postgresql' in ansible_facts.packages", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure required packages are installed] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 20 June 2026 15:54:38 -0400 (0:00:00.021) 0:01:51.344 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:18/server installed.", "Installed: postgresql-server-18.1-1.module_el9+1300+1c4aa8df.x86_64", "Installed: postgresql-private-libs-18.1-1.module_el9+1300+1c4aa8df.x86_64", "Installed: postgresql-18.1-1.module_el9+1300+1c4aa8df.x86_64" ] } lsrpackages: @postgresql:18/server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 20 June 2026 15:54:42 -0400 (0:00:04.320) 0:01:55.664 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.836041", "end": "2026-06-20 15:54:43.690530", "rc": 0, "start": "2026-06-20 15:54:42.854489" } 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 20 June 2026 15:54:43 -0400 (0:00:01.211) 0:01:56.876 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_has_setup_cmd | bool", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 20 June 2026 15:54:43 -0400 (0:00:00.018) 0:01:56.895 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_is_booted | bool", "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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 20 June 2026 15:54:43 -0400 (0:00:00.017) 0:01:56.912 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 20 June 2026 15:54:43 -0400 (0:00:00.018) 0:01:56.930 ********* changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postgresql", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:postgresql_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket sysinit.target network-online.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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 }", "ExecStartEx": "{ path=/usr/bin/postgres ; argv[]=/usr/bin/postgres -D ${PGDATA} ; flags= ; 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 }", "ExecStartPreEx": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13485", "LimitNPROCSoft": "13485", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13485", "LimitSIGPENDINGSoft": "13485", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "18446744073709551615", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "2", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "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": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21576", "TimeoutAbortUSec": "infinity", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "postgres", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.postgresql : Fail on non-booted hosts] ********* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 20 June 2026 15:54:44 -0400 (0:00:01.148) 0:01:58.079 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set password for super user] ****** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 20 June 2026 15:54:44 -0400 (0:00:00.021) 0:01:58.101 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 20 June 2026 15:54:44 -0400 (0:00:00.022) 0:01:58.123 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Fail input_file on non-booted hosts] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 20 June 2026 15:54:45 -0400 (0:00:00.021) 0:01:58.145 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __postgresql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run provided SQL script] ********** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 20 June 2026 15:54:45 -0400 (0:00:00.017) 0:01:58.162 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_input_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 20 June 2026 15:54:45 -0400 (0:00:00.020) 0:01:58.183 ********* included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node2 TASK [Generate certificates] *************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 20 June 2026 15:54:45 -0400 (0:00:00.032) 0:01:58.215 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 20 June 2026 15:54:45 -0400 (0:00:00.019) 0:01:58.235 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key directory is traversable by postgres] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 20 June 2026 15:54:45 -0400 (0:00:00.018) 0:01:58.253 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key is readable by postgres] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 20 June 2026 15:54:45 -0400 (0:00:00.019) 0:01:58.273 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 20 June 2026 15:54:45 -0400 (0:00:00.018) 0:01:58.292 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 20 June 2026 15:54:45 -0400 (0:00:00.019) 0:01:58.311 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 20 June 2026 15:54:45 -0400 (0:00:00.019) 0:01:58.330 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate file] ********* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 20 June 2026 15:54:45 -0400 (0:00:00.020) 0:01:58.350 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_cert.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install postgresql server private key] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 20 June 2026 15:54:45 -0400 (0:00:00.017) 0:01:58.368 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_cert.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Configure pg_hba.conf] ************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 20 June 2026 15:54:45 -0400 (0:00:00.017) 0:01:58.385 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_pg_hba_conf is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Create postgresql directory in /etc] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 20 June 2026 15:54:45 -0400 (0:00:00.021) 0:01:58.406 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 20 June 2026 15:54:45 -0400 (0:00:00.366) 0:01:58.773 ********* Notification for handler Restart postgresql has been saved. 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-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 20 June 2026 15:54:46 -0400 (0:00:00.362) 0:01:59.136 ********* changed: [managed-node2] => { "changed": true, "checksum": "56c7cdc8c614abd9b0d03e84141e710aaa9e7e78", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "7e7fa9e0cb2e76c1e0f9024388e24297", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1781985286.051383-14706-213629115545537/.source.conf", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 20 June 2026 15:54:46 -0400 (0:00:00.713) 0:01:59.850 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_server_conf is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 20 June 2026 15:54:46 -0400 (0:00:00.021) 0:01:59.871 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "postgresql_server_conf is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Record role success fingerprint] *** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 20 June 2026 15:54:46 -0400 (0:00:00.022) 0:01:59.893 ********* ok: [managed-node2] => { "changed": false } TASK [Run postgresql role to set vars only] ************************************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:11 Saturday 20 June 2026 15:54:47 -0400 (0:00:00.354) 0:02:00.248 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __run_role | d(true) | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:18 Saturday 20 June 2026 15:54:47 -0400 (0:00:00.018) 0:02:00.266 ********* NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node2 META: triggered running handlers for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 20 June 2026 15:54:47 -0400 (0:00:00.006) 0:02:00.272 ********* changed: [managed-node2] => { "changed": true, "name": "postgresql", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:postgresql_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-06-20 15:54:44 EDT", "ActiveEnterTimestampMonotonic": "394496729", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target systemd-journald.socket network-online.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-06-20 15:54:44 EDT", "AssertTimestampMonotonic": "394435165", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "41209000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-06-20 15:54:44 EDT", "ConditionTimestampMonotonic": "394435164", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlGroupId": "8367", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "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": "53381", "ExecMainStartTimestamp": "Sat 2026-06-20 15:54:44 EDT", "ExecMainStartTimestampMonotonic": "394450536", "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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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-20 15:54:44 EDT] ; stop_time=[n/a] ; pid=53381 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/postgres ; argv[]=/usr/bin/postgres -D ${PGDATA} ; flags= ; start_time=[Sat 2026-06-20 15:54:44 EDT] ; stop_time=[n/a] ; pid=53381 ; 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-20 15:54:44 EDT] ; stop_time=[Sat 2026-06-20 15:54:44 EDT] ; pid=53379 ; code=exited ; status=0 }", "ExecStartPreEx": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; flags= ; start_time=[Sat 2026-06-20 15:54:44 EDT] ; stop_time=[Sat 2026-06-20 15:54:44 EDT] ; pid=53379 ; code=exited ; status=0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-06-20 15:54:44 EDT", "InactiveExitTimestampMonotonic": "394444289", "InvocationID": "75e0be6ae98c4ec487776c66f71d2339", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13485", "LimitNPROCSoft": "13485", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13485", "LimitSIGPENDINGSoft": "13485", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "53381", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "23302144", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "23408640", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "2", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-06-20 15:54:44 EDT", "StateChangeTimestampMonotonic": "394496729", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "10", "TasksMax": "21576", "TimeoutAbortUSec": "infinity", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "26", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "postgres", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Test - postgresql-server running] **************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:21 Saturday 20 June 2026 15:54:48 -0400 (0:00:00.967) 0:02:01.240 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "postgresql" ], "delta": "0:00:00.008800", "end": "2026-06-20 15:54:48.418527", "rc": 0, "start": "2026-06-20 15:54:48.409727" } STDOUT: active TASK [Test - postgresql-server is enabled] ************************************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:27 Saturday 20 June 2026 15:54:48 -0400 (0:00:00.362) 0:02:01.603 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "postgresql" ], "delta": "0:00:00.009510", "end": "2026-06-20 15:54:48.778312", "rc": 0, "start": "2026-06-20 15:54:48.768802" } STDOUT: enabled TASK [Test - database is accessible for super user using Unix socket] ********** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Saturday 20 June 2026 15:54:48 -0400 (0:00:00.358) 0:02:01.961 ********* ASYNC OK on managed-node2: jid=j614216397461.54830 ok: [managed-node2] => { "ansible_job_id": "j614216397461.54830", "changed": false, "cmd": "set -euo pipefail\necho '\\q' | psql\n", "delta": "0:00:00.015303", "end": "2026-06-20 15:54:49.357139", "finished": 1, "rc": 0, "results_file": "/var/lib/pgsql/.ansible_async/j614216397461.54830", "start": "2026-06-20 15:54:49.341836", "started": 1 } TASK [Check - server tuning is used - shared buffers] ************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:44 Saturday 20 June 2026 15:55:04 -0400 (0:00:16.072) 0:02:18.033 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW shared_buffers;\" | psql\n", "delta": "0:00:00.011905", "end": "2026-06-20 15:55:05.229213", "rc": 0, "start": "2026-06-20 15:55:05.217308" } STDOUT: shared_buffers ---------------- 853MB (1 row) TASK [Test - server tuning is used - shared buffers] *************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:56 Saturday 20 June 2026 15:55:05 -0400 (0:00:00.380) 0:02:18.414 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check - server tuning is used - effective cache size] ******************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:67 Saturday 20 June 2026 15:55:05 -0400 (0:00:00.030) 0:02:18.445 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho \"SHOW effective_cache_size;\" | psql\n", "delta": "0:00:00.011817", "end": "2026-06-20 15:55:05.643104", "rc": 0, "start": "2026-06-20 15:55:05.631287" } STDOUT: effective_cache_size ---------------------- 1707MB (1 row) TASK [Test - server tuning is used - effective cache size] ********************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:79 Saturday 20 June 2026 15:55:05 -0400 (0:00:00.382) 0:02:18.827 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check postgresql version matches postgresql_version] ********************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:90 Saturday 20 June 2026 15:55:05 -0400 (0:00:00.031) 0:02:18.859 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "postgres", "--version" ], "delta": "0:00:00.010850", "end": "2026-06-20 15:55:06.038892", "failed_when_result": false, "rc": 0, "start": "2026-06-20 15:55:06.028042" } STDOUT: postgres (PostgreSQL) 18.1 TASK [Clean up] **************************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:98 Saturday 20 June 2026 15:55:06 -0400 (0:00:00.368) 0:02:19.228 ********* included: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node2 TASK [Run handlers] ************************************************************ task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:3 Saturday 20 June 2026 15:55:06 -0400 (0:00:00.037) 0:02:19.265 ********* META: triggered running handlers for managed-node2 TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 20 June 2026 15:55:06 -0400 (0:00:00.006) 0:02:19.272 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:18/server removed.", "Removed: postgresql-18.1-1.module_el9+1300+1c4aa8df.x86_64", "Removed: postgresql-private-libs-18.1-1.module_el9+1300+1c4aa8df.x86_64", "Removed: postgresql-server-18.1-1.module_el9+1300+1c4aa8df.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 20 June 2026 15:55:08 -0400 (0:00:02.030) 0:02:21.302 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__postgresql_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 20 June 2026 15:55:08 -0400 (0:00:00.018) 0:02:21.321 ********* changed: [managed-node2] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 20 June 2026 15:55:08 -0400 (0:00:00.404) 0:02:21.725 ********* 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-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 20 June 2026 15:55:09 -0400 (0:00:01.383) 0:02:23.109 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.008997", "end": "2026-06-20 15:55:10.285084", "rc": 0, "start": "2026-06-20 15:55:10.276087" } STDOUT: Jun 20 15:51:36 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:51:36 managed-node2 postmaster[12365]: 2026-06-20 15:51:36.479 EDT [12365] LOG: redirecting log output to logging collector process Jun 20 15:51:36 managed-node2 postmaster[12365]: 2026-06-20 15:51:36.479 EDT [12365] HINT: Future log output will appear in directory "log". Jun 20 15:51:36 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:51:44 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:51:44 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:51:44 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:51:44 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:51:44 managed-node2 postmaster[15080]: 2026-06-20 15:51:44.747 EDT [15080] LOG: redirecting log output to logging collector process Jun 20 15:51:44 managed-node2 postmaster[15080]: 2026-06-20 15:51:44.747 EDT [15080] HINT: Future log output will appear in directory "log". Jun 20 15:51:44 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:51:46 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:51:46 managed-node2 systemd[1]: postgresql.service: Killing process 15081 (postmaster) with signal SIGKILL. Jun 20 15:51:46 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:51:46 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:13 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:13 managed-node2 postmaster[22419]: 2026-06-20 15:52:13.158 EDT [22419] LOG: redirecting log output to logging collector process Jun 20 15:52:13 managed-node2 postmaster[22419]: 2026-06-20 15:52:13.158 EDT [22419] HINT: Future log output will appear in directory "log". Jun 20 15:52:13 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:18 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:18 managed-node2 systemd[1]: postgresql.service: Killing process 22420 (postmaster) with signal SIGKILL. Jun 20 15:52:18 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:18 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:18 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:18 managed-node2 postmaster[24263]: 2026-06-20 15:52:18.834 EDT [24263] LOG: redirecting log output to logging collector process Jun 20 15:52:18 managed-node2 postmaster[24263]: 2026-06-20 15:52:18.834 EDT [24263] HINT: Future log output will appear in directory "log". Jun 20 15:52:18 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:21 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:21 managed-node2 systemd[1]: postgresql.service: Killing process 24264 (postmaster) with signal SIGKILL. Jun 20 15:52:21 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:21 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:37 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:37 managed-node2 postmaster[29034]: 2026-06-20 15:52:37.388 EDT [29034] LOG: redirecting log output to logging collector process Jun 20 15:52:37 managed-node2 postmaster[29034]: 2026-06-20 15:52:37.388 EDT [29034] HINT: Future log output will appear in directory "log". Jun 20 15:52:37 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:41 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:41 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:41 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:41 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:41 managed-node2 postmaster[29919]: 2026-06-20 15:52:41.090 EDT [29919] LOG: redirecting log output to logging collector process Jun 20 15:52:41 managed-node2 postmaster[29919]: 2026-06-20 15:52:41.090 EDT [29919] HINT: Future log output will appear in directory "log". Jun 20 15:52:41 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:52:42 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:52:42 managed-node2 systemd[1]: postgresql.service: Killing process 29920 (postmaster) with signal SIGKILL. Jun 20 15:52:42 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:52:42 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:52:58 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:52:58 managed-node2 postmaster[34525]: 2026-06-20 15:52:58.781 EDT [34525] LOG: redirecting log output to logging collector process Jun 20 15:52:58 managed-node2 postmaster[34525]: 2026-06-20 15:52:58.781 EDT [34525] HINT: Future log output will appear in directory "log". Jun 20 15:52:58 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:53:02 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:53:02 managed-node2 systemd[1]: postgresql.service: Killing process 34526 (postmaster) with signal SIGKILL. Jun 20 15:53:02 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:53:02 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:53:02 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:53:02 managed-node2 postmaster[35487]: 2026-06-20 15:53:02.429 EDT [35487] LOG: redirecting log output to logging collector process Jun 20 15:53:02 managed-node2 postmaster[35487]: 2026-06-20 15:53:02.429 EDT [35487] HINT: Future log output will appear in directory "log". Jun 20 15:53:02 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:53:22 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:53:22 managed-node2 systemd[1]: postgresql.service: Killing process 35488 (postmaster) with signal SIGKILL. Jun 20 15:53:22 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:53:22 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:53:34 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:53:34 managed-node2 postgres[40790]: 2026-06-20 15:53:34.045 EDT [40790] LOG: redirecting log output to logging collector process Jun 20 15:53:34 managed-node2 postgres[40790]: 2026-06-20 15:53:34.045 EDT [40790] HINT: Future log output will appear in directory "log". Jun 20 15:53:34 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:53:37 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:53:37 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:53:37 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:53:37 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:53:37 managed-node2 postgres[41751]: 2026-06-20 15:53:37.174 EDT [41751] LOG: redirecting log output to logging collector process Jun 20 15:53:37 managed-node2 postgres[41751]: 2026-06-20 15:53:37.174 EDT [41751] HINT: Future log output will appear in directory "log". Jun 20 15:53:37 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:53:56 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:53:56 managed-node2 systemd[1]: postgresql.service: Killing process 41752 (postgres) with signal SIGKILL. Jun 20 15:53:56 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:53:56 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:54:09 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:54:09 managed-node2 postmaster[47057]: 2026-06-20 15:54:09.424 EDT [47057] LOG: redirecting log output to logging collector process Jun 20 15:54:09 managed-node2 postmaster[47057]: 2026-06-20 15:54:09.424 EDT [47057] HINT: Future log output will appear in directory "log". Jun 20 15:54:09 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:54:12 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:54:12 managed-node2 systemd[1]: postgresql.service: Killing process 47058 (postmaster) with signal SIGKILL. Jun 20 15:54:12 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:54:12 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:54:12 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:54:12 managed-node2 postmaster[48018]: 2026-06-20 15:54:12.572 EDT [48018] LOG: redirecting log output to logging collector process Jun 20 15:54:12 managed-node2 postmaster[48018]: 2026-06-20 15:54:12.572 EDT [48018] HINT: Future log output will appear in directory "log". Jun 20 15:54:12 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:54:32 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:54:32 managed-node2 systemd[1]: postgresql.service: Killing process 48019 (postmaster) with signal SIGKILL. Jun 20 15:54:32 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:54:32 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:54:44 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:54:44 managed-node2 postgres[53381]: 2026-06-20 15:54:44.863 EDT [53381] LOG: redirecting log output to logging collector process Jun 20 15:54:44 managed-node2 postgres[53381]: 2026-06-20 15:54:44.863 EDT [53381] HINT: Future log output will appear in directory "log". Jun 20 15:54:44 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:54:47 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:54:47 managed-node2 systemd[1]: postgresql.service: Killing process 53382 (postgres) with signal SIGKILL. Jun 20 15:54:47 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:54:47 managed-node2 systemd[1]: Stopped PostgreSQL database server. Jun 20 15:54:47 managed-node2 systemd[1]: Starting PostgreSQL database server... Jun 20 15:54:48 managed-node2 postgres[54345]: 2026-06-20 15:54:48.026 EDT [54345] LOG: redirecting log output to logging collector process Jun 20 15:54:48 managed-node2 postgres[54345]: 2026-06-20 15:54:48.026 EDT [54345] HINT: Future log output will appear in directory "log". Jun 20 15:54:48 managed-node2 systemd[1]: Started PostgreSQL database server. Jun 20 15:55:07 managed-node2 systemd[1]: Stopping PostgreSQL database server... Jun 20 15:55:07 managed-node2 systemd[1]: postgresql.service: Killing process 54346 (postgres) with signal SIGKILL. Jun 20 15:55:07 managed-node2 systemd[1]: postgresql.service: Deactivated successfully. Jun 20 15:55:07 managed-node2 systemd[1]: Stopped PostgreSQL database server. PLAY RECAP ********************************************************************* managed-node2 : ok=138 changed=36 unreachable=0 failed=0 skipped=124 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 20 June 2026 15:55:10 -0400 (0:00:00.355) 0:02:23.464 ********* =============================================================================== Test - database is accessible for super user using Unix socket --------- 16.23s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Test - database is accessible for super user using Unix socket --------- 16.10s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Test - database is accessible for super user using Unix socket --------- 16.08s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 Test - database is accessible for super user using Unix socket --------- 16.07s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/install_and_check.yml:32 fedora.linux_system_roles.postgresql : Ensure required packages are installed --- 4.32s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 fedora.linux_system_roles.postgresql : Ensure required packages are installed --- 4.32s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 fedora.linux_system_roles.postgresql : Ensure required packages are installed --- 3.60s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 fedora.linux_system_roles.postgresql : Ensure required packages are installed --- 3.58s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Uninstall postgresql ---------------------------------------------------- 2.04s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Uninstall postgresql ---------------------------------------------------- 2.03s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Uninstall postgresql ---------------------------------------------------- 2.02s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Uninstall postgresql ---------------------------------------------------- 1.93s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Remove config files ----------------------------------------------------- 1.41s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Remove config files ----------------------------------------------------- 1.39s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Remove config files ----------------------------------------------------- 1.38s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server --- 1.38s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Remove config files ----------------------------------------------------- 1.37s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup) --- 1.21s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup) --- 1.19s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup) --- 1.19s /tmp/collections-0c8/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58