ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_config_files.yml *********************************************** 1 plays in /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_config_files.yml PLAY [Test PostgreSQL config file logic, handling] ***************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_config_files.yml:2 Saturday 16 May 2026 15:20:26 -0400 (0:00:00.027) 0:00:00.027 ********** ok: [managed-node2] META: ran handlers TASK [Run role with given config] ********************************************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_config_files.yml:7 Saturday 16 May 2026 15:20:27 -0400 (0:00:01.048) 0:00:01.076 ********** included: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 15:20:27 -0400 (0:00:00.016) 0:00:01.092 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 15:20:27 -0400 (0:00:00.031) 0:00:01.124 ********** TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 16 May 2026 15:20:27 -0400 (0:00:00.180) 0:00:01.304 ********** included: /tmp/collections-Y6l/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-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 16 May 2026 15:20:27 -0400 (0:00:00.036) 0:00:01.341 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 16 May 2026 15:20:28 -0400 (0:00:00.653) 0:00:01.995 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 16 May 2026 15:20:29 -0400 (0:00:00.402) 0:00:02.397 ********** 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-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 16 May 2026 15:20:29 -0400 (0:00:00.460) 0:00:02.857 ********** ok: [managed-node2] => { "ansible_facts": { "__postgresql_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 16 May 2026 15:20:29 -0400 (0:00:00.017) 0:00:02.875 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007034", "end": "2026-05-16 15:20:29.851644", "failed_when_result": false, "rc": 0, "start": "2026-05-16 15:20:29.844610" } STDOUT: running TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 16 May 2026 15:20:29 -0400 (0:00:00.398) 0:00:03.274 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 16 May 2026 15:20:29 -0400 (0:00:00.016) 0:00:03.290 ********** 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-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 16 May 2026 15:20:29 -0400 (0:00:00.017) 0:00:03.307 ********** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__postgresql_packages": [ "@postgresql:{{ postgresql_version }}/server" ] }, "ansible_included_var_files": [ "/tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 16 May 2026 15:20:29 -0400 (0:00:00.039) 0:00:03.347 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 16 May 2026 15:20:30 -0400 (0:00:00.317) 0:00:03.664 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 16 May 2026 15:20:30 -0400 (0:00:00.325) 0:00:03.990 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 16 May 2026 15:20:30 -0400 (0:00:00.370) 0:00:04.360 ********** 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-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 16 May 2026 15:20:32 -0400 (0:00:01.571) 0:00:05.932 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL9)] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 16 May 2026 15:20:32 -0400 (0:00:00.037) 0:00:05.969 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check if requested version is supported in system (RHEL10)] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 16 May 2026 15:20:32 -0400 (0:00:00.029) 0:00:05.999 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 16 May 2026 15:20:32 -0400 (0:00:00.031) 0:00:06.030 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure required packages are installed] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 16 May 2026 15:20:32 -0400 (0:00:00.024) 0:00:06.055 ********** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:13/server installed.", "Installed: postgresql-13.7-2.module_el8.6.0+1152+d0162c0a.x86_64", "Installed: libpq-13.5-1.el8.x86_64", "Installed: postgresql-server-13.7-2.module_el8.6.0+1152+d0162c0a.x86_64", "Installed: libicu-60.3-2.el8_1.x86_64" ] } lsrpackages: @postgresql:13/server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 16 May 2026 15:20:51 -0400 (0:00:18.906) 0:00:24.961 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.710162", "end": "2026-05-16 15:20:52.641724", "rc": 0, "start": "2026-05-16 15:20:51.931562" } 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-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 16 May 2026 15:20:52 -0400 (0:00:01.115) 0:00:26.076 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (with postgresql-setup)] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 16 May 2026 15:20:52 -0400 (0:00:00.029) 0:00:26.106 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Init DB on non-booted systems (without postgresql-setup)] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 16 May 2026 15:20:52 -0400 (0:00:00.023) 0:00:26.130 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 16 May 2026 15:20:52 -0400 (0:00:00.021) 0:00:26.151 ********** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice systemd-journald.socket network.target sysinit.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postgresql-check-db-dir ; argv[]=/usr/libexec/postgresql-check-db-dir postgresql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "postgres", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.postgresql : Fail on non-booted hosts] ********* task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 16 May 2026 15:20:54 -0400 (0:00:01.236) 0:00:27.388 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Set password for super user] ****** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.020) 0:00:27.408 ********** 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-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.033) 0:00:27.441 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Fail input_file on non-booted hosts] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.020) 0:00:27.462 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Run provided SQL script] ********** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.023) 0:00:27.485 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.017) 0:00:27.503 ********** included: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node2 TASK [Generate certificates] *************************************************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.043) 0:00:27.546 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.024) 0:00:27.571 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key directory is traversable by postgres] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.019) 0:00:27.591 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Ensure private key is readable by postgres] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.020) 0:00:27.611 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from the default path] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.020) 0:00:27.631 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.018) 0:00:27.650 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate from custom path] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.017) 0:00:27.668 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install certificate file] ********* task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.018) 0:00:27.686 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Install postgresql server private key] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.020) 0:00:27.707 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Configure pg_hba.conf] ************ task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.038) 0:00:27.745 ********** NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node2 changed: [managed-node2] => { "backup_file": "/var/lib/pgsql/data/pg_hba.conf.10582.2026-05-16@15:20:55~", "changed": true, "checksum": "725340b9a15637b78398eb85e761bfd2e88639b4", "dest": "/var/lib/pgsql/data/pg_hba.conf", "gid": 26, "group": "postgres", "md5sum": "5cdc71215524ee2771915810396b65dc", "mode": "0600", "owner": "postgres", "secontext": "unconfined_u:object_r:postgresql_db_t:s0", "size": 3757, "src": "/root/.ansible/tmp/ansible-tmp-1778959254.4116297-8636-54424435359447/source", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Create postgresql directory in /etc] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 16 May 2026 15:20:55 -0400 (0:00:00.830) 0:00:28.576 ********** changed: [managed-node2] => { "changed": true, "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-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 16 May 2026 15:20:55 -0400 (0:00:00.414) 0:00:28.991 ********** 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-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 16 May 2026 15:20:56 -0400 (0:00:00.413) 0:00:29.405 ********** changed: [managed-node2] => { "changed": true, "checksum": "15e33b3455fb7c5143e3ac9e2ae5ffc9cadbfa88", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "34119af9a9e88c9e0fe9b3de8eb29e95", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1778959256.064972-8714-105517770215985/source", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 16 May 2026 15:20:56 -0400 (0:00:00.676) 0:00:30.081 ********** changed: [managed-node2] => { "changed": true, "checksum": "2589cab2952d1eb05d485bfd7bb1d6efd727744d", "dest": "/etc/postgresql/system-roles.conf", "gid": 26, "group": "postgres", "md5sum": "89a1bb4b1e955f90156ead2d4941091f", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 89, "src": "/root/.ansible/tmp/ansible-tmp-1778959256.747949-8736-59201513434939/source", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Link generated conf file with server one] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 16 May 2026 15:20:57 -0400 (0:00:00.652) 0:00:30.734 ********** changed: [managed-node2] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.postgresql : Record role success fingerprint] *** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 16 May 2026 15:20:57 -0400 (0:00:00.335) 0:00:31.070 ********** ok: [managed-node2] => { "changed": false } TASK [Verify existence of config files] **************************************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_config_files.yml:25 Saturday 16 May 2026 15:20:58 -0400 (0:00:00.332) 0:00:31.402 ********** ok: [managed-node2] => (item=/var/lib/pgsql/data/pg_hba.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/var/lib/pgsql/data/pg_hba.conf", "stat": { "atime": 1778959255.132656, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "725340b9a15637b78398eb85e761bfd2e88639b4", "ctime": 1778959255.139656, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 26, "gr_name": "postgres", "inode": 270532802, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778959254.7576568, "nlink": 1, "path": "/var/lib/pgsql/data/pg_hba.conf", "pw_name": "postgres", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 3757, "uid": 26, "version": "3262355131", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (item=/etc/postgresql/system-roles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/postgresql/system-roles.conf", "stat": { "atime": 1778959257.297651, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "2589cab2952d1eb05d485bfd7bb1d6efd727744d", "ctime": 1778959257.304651, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 26, "gr_name": "postgres", "inode": 293601474, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778959257.0456517, "nlink": 1, "path": "/etc/postgresql/system-roles.conf", "pw_name": "postgres", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 89, "uid": 26, "version": "2062270092", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (item=/etc/postgresql/system-roles-internal.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/postgresql/system-roles-internal.conf", "stat": { "atime": 1778959256.6366525, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "15e33b3455fb7c5143e3ac9e2ae5ffc9cadbfa88", "ctime": 1778959256.6446526, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 26, "gr_name": "postgres", "inode": 287310018, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778959256.3796532, "nlink": 1, "path": "/etc/postgresql/system-roles-internal.conf", "pw_name": "postgres", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 102, "uid": 26, "version": "499597755", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify main conf has link to system roles] ******************************* task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_config_files.yml:35 Saturday 16 May 2026 15:20:59 -0400 (0:00:01.006) 0:00:32.408 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "/etc/postgresql/system-roles-internal.conf", "/var/lib/pgsql/data/postgresql.conf" ], "delta": "0:00:00.002488", "end": "2026-05-16 15:20:59.311337", "rc": 0, "start": "2026-05-16 15:20:59.308849" } STDOUT: include_if_exists = '/etc/postgresql/system-roles-internal.conf' TASK [Check headers for ansible_managed, fingerprint] ************************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_config_files.yml:41 Saturday 16 May 2026 15:20:59 -0400 (0:00:00.330) 0:00:32.739 ********** included: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/check_header.yml for managed-node2 included: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/check_header.yml for managed-node2 included: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/check_header.yml for managed-node2 TASK [Get file] **************************************************************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/check_header.yml:3 Saturday 16 May 2026 15:20:59 -0400 (0:00:00.039) 0:00:32.778 ********** ok: [managed-node2] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9zdGdyZXNxbAoKIyBQb3N0Z3JlU1FMIENsaWVudCBBdXRoZW50aWNhdGlvbiBDb25maWd1cmF0aW9uIEZpbGUKIyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KIwojIFJlZmVyIHRvIHRoZSAiQ2xpZW50IEF1dGhlbnRpY2F0aW9uIiBzZWN0aW9uIGluIHRoZSBQb3N0Z3JlU1FMCiMgZG9jdW1lbnRhdGlvbiBmb3IgYSBjb21wbGV0ZSBkZXNjcmlwdGlvbiBvZiB0aGlzIGZpbGUuICBBIHNob3J0CiMgc3lub3BzaXMgZm9sbG93cy4KIwojIFRoaXMgZmlsZSBjb250cm9sczogd2hpY2ggaG9zdHMgYXJlIGFsbG93ZWQgdG8gY29ubmVjdCwgaG93IGNsaWVudHMKIyBhcmUgYXV0aGVudGljYXRlZCwgd2hpY2ggUG9zdGdyZVNRTCB1c2VyIG5hbWVzIHRoZXkgY2FuIHVzZSwgd2hpY2gKIyBkYXRhYmFzZXMgdGhleSBjYW4gYWNjZXNzLiAgUmVjb3JkcyB0YWtlIG9uZSBvZiB0aGVzZSBmb3JtczoKIwojIGxvY2FsICAgICAgREFUQUJBU0UgIFVTRVIgIE1FVEhPRCAgW09QVElPTlNdCiMgaG9zdCAgICAgICBEQVRBQkFTRSAgVVNFUiAgQUREUkVTUyAgTUVUSE9EICBbT1BUSU9OU10KIyBob3N0c3NsICAgIERBVEFCQVNFICBVU0VSICBBRERSRVNTICBNRVRIT0QgIFtPUFRJT05TXQojIGhvc3Rub3NzbCAgREFUQUJBU0UgIFVTRVIgIEFERFJFU1MgIE1FVEhPRCAgW09QVElPTlNdCiMKIyAoVGhlIHVwcGVyY2FzZSBpdGVtcyBtdXN0IGJlIHJlcGxhY2VkIGJ5IGFjdHVhbCB2YWx1ZXMuKQojCiMgVGhlIGZpcnN0IGZpZWxkIGlzIHRoZSBjb25uZWN0aW9uIHR5cGU6ICJsb2NhbCIgaXMgYSBVbml4LWRvbWFpbgojIHNvY2tldCwgImhvc3QiIGlzIGVpdGhlciBhIHBsYWluIG9yIFNTTC1lbmNyeXB0ZWQgVENQL0lQIHNvY2tldCwKIyAiaG9zdHNzbCIgaXMgYW4gU1NMLWVuY3J5cHRlZCBUQ1AvSVAgc29ja2V0LCBhbmQgImhvc3Rub3NzbCIgaXMgYQojIHBsYWluIFRDUC9JUCBzb2NrZXQuCiMKIyBEQVRBQkFTRSBjYW4gYmUgImFsbCIsICJzYW1ldXNlciIsICJzYW1lcm9sZSIsICJyZXBsaWNhdGlvbiIsIGEKIyBkYXRhYmFzZSBuYW1lLCBvciBhIGNvbW1hLXNlcGFyYXRlZCBsaXN0IHRoZXJlb2YuIFRoZSAiYWxsIgojIGtleXdvcmQgZG9lcyBub3QgbWF0Y2ggInJlcGxpY2F0aW9uIi4gQWNjZXNzIHRvIHJlcGxpY2F0aW9uCiMgbXVzdCBiZSBlbmFibGVkIGluIGEgc2VwYXJhdGUgcmVjb3JkIChzZWUgZXhhbXBsZSBiZWxvdykuCiMKIyBVU0VSIGNhbiBiZSAiYWxsIiwgYSB1c2VyIG5hbWUsIGEgZ3JvdXAgbmFtZSBwcmVmaXhlZCB3aXRoICIrIiwgb3IgYQojIGNvbW1hLXNlcGFyYXRlZCBsaXN0IHRoZXJlb2YuICBJbiBib3RoIHRoZSBEQVRBQkFTRSBhbmQgVVNFUiBmaWVsZHMKIyB5b3UgY2FuIGFsc28gd3JpdGUgYSBmaWxlIG5hbWUgcHJlZml4ZWQgd2l0aCAiQCIgdG8gaW5jbHVkZSBuYW1lcwojIGZyb20gYSBzZXBhcmF0ZSBmaWxlLgojCiMgQUREUkVTUyBzcGVjaWZpZXMgdGhlIHNldCBvZiBob3N0cyB0aGUgcmVjb3JkIG1hdGNoZXMuICBJdCBjYW4gYmUgYQojIGhvc3QgbmFtZSwgb3IgaXQgaXMgbWFkZSB1cCBvZiBhbiBJUCBhZGRyZXNzIGFuZCBhIENJRFIgbWFzayB0aGF0IGlzCiMgYW4gaW50ZWdlciAoYmV0d2VlbiAwIGFuZCAzMiAoSVB2NCkgb3IgMTI4IChJUHY2KSBpbmNsdXNpdmUpIHRoYXQKIyBzcGVjaWZpZXMgdGhlIG51bWJlciBvZiBzaWduaWZpY2FudCBiaXRzIGluIHRoZSBtYXNrLiAgQSBob3N0IG5hbWUKIyB0aGF0IHN0YXJ0cyB3aXRoIGEgZG90ICguKSBtYXRjaGVzIGEgc3VmZml4IG9mIHRoZSBhY3R1YWwgaG9zdCBuYW1lLgojIEFsdGVybmF0aXZlbHksIHlvdSBjYW4gd3JpdGUgYW4gSVAgYWRkcmVzcyBhbmQgbmV0bWFzayBpbiBzZXBhcmF0ZQojIGNvbHVtbnMgdG8gc3BlY2lmeSB0aGUgc2V0IG9mIGhvc3RzLiAgSW5zdGVhZCBvZiBhIENJRFItYWRkcmVzcywgeW91CiMgY2FuIHdyaXRlICJzYW1laG9zdCIgdG8gbWF0Y2ggYW55IG9mIHRoZSBzZXJ2ZXIncyBvd24gSVAgYWRkcmVzc2VzLAojIG9yICJzYW1lbmV0IiB0byBtYXRjaCBhbnkgYWRkcmVzcyBpbiBhbnkgc3VibmV0IHRoYXQgdGhlIHNlcnZlciBpcwojIGRpcmVjdGx5IGNvbm5lY3RlZCB0by4KIwojIE1FVEhPRCBjYW4gYmUgInRydXN0IiwgInJlamVjdCIsICJtZDUiLCAicGFzc3dvcmQiLCAic2NyYW0tc2hhLTI1NiIsCiMgImdzcyIsICJzc3BpIiwgImlkZW50IiwgInBlZXIiLCAicGFtIiwgImxkYXAiLCAicmFkaXVzIiBvciAiY2VydCIuCiMgTm90ZSB0aGF0ICJwYXNzd29yZCIgc2VuZHMgcGFzc3dvcmRzIGluIGNsZWFyIHRleHQ7ICJtZDUiIG9yCiMgInNjcmFtLXNoYS0yNTYiIGFyZSBwcmVmZXJyZWQgc2luY2UgdGhleSBzZW5kIGVuY3J5cHRlZCBwYXNzd29yZHMuCiMKIyBPUFRJT05TIGFyZSBhIHNldCBvZiBvcHRpb25zIGZvciB0aGUgYXV0aGVudGljYXRpb24gaW4gdGhlIGZvcm1hdAojIE5BTUU9VkFMVUUuICBUaGUgYXZhaWxhYmxlIG9wdGlvbnMgZGVwZW5kIG9uIHRoZSBkaWZmZXJlbnQKIyBhdXRoZW50aWNhdGlvbiBtZXRob2RzIC0tIHJlZmVyIHRvIHRoZSAiQ2xpZW50IEF1dGhlbnRpY2F0aW9uIgojIHNlY3Rpb24gaW4gdGhlIGRvY3VtZW50YXRpb24gZm9yIGEgbGlzdCBvZiB3aGljaCBvcHRpb25zIGFyZQojIGF2YWlsYWJsZSBmb3Igd2hpY2ggYXV0aGVudGljYXRpb24gbWV0aG9kcy4KIwojIERhdGFiYXNlIGFuZCB1c2VyIG5hbWVzIGNvbnRhaW5pbmcgc3BhY2VzLCBjb21tYXMsIHF1b3RlcyBhbmQgb3RoZXIKIyBzcGVjaWFsIGNoYXJhY3RlcnMgbXVzdCBiZSBxdW90ZWQuICBRdW90aW5nIG9uZSBvZiB0aGUga2V5d29yZHMKIyAiYWxsIiwgInNhbWV1c2VyIiwgInNhbWVyb2xlIiBvciAicmVwbGljYXRpb24iIG1ha2VzIHRoZSBuYW1lIGxvc2UKIyBpdHMgc3BlY2lhbCBjaGFyYWN0ZXIsIGFuZCBqdXN0IG1hdGNoIGEgZGF0YWJhc2Ugb3IgdXNlcm5hbWUgd2l0aAojIHRoYXQgbmFtZS4KIwojIFRoaXMgZmlsZSBpcyByZWFkIG9uIHNlcnZlciBzdGFydHVwIGFuZCB3aGVuIHRoZSBzZXJ2ZXIgcmVjZWl2ZXMgYQojIFNJR0hVUCBzaWduYWwuICBJZiB5b3UgZWRpdCB0aGUgZmlsZSBvbiBhIHJ1bm5pbmcgc3lzdGVtLCB5b3UgaGF2ZSB0bwojIFNJR0hVUCB0aGUgc2VydmVyIGZvciB0aGUgY2hhbmdlcyB0byB0YWtlIGVmZmVjdCwgcnVuICJwZ19jdGwgcmVsb2FkIiwKIyBvciBleGVjdXRlICJTRUxFQ1QgcGdfcmVsb2FkX2NvbmYoKSIuCiMKIyBQdXQgeW91ciBhY3R1YWwgY29uZmlndXJhdGlvbiBoZXJlCiMgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQojCiMgSWYgeW91IHdhbnQgdG8gYWxsb3cgbm9uLWxvY2FsIGNvbm5lY3Rpb25zLCB5b3UgbmVlZCB0byBhZGQgbW9yZQojICJob3N0IiByZWNvcmRzLiAgSW4gdGhhdCBjYXNlIHlvdSB3aWxsIGFsc28gbmVlZCB0byBtYWtlIFBvc3RncmVTUUwKIyBsaXN0ZW4gb24gYSBub24tbG9jYWwgaW50ZXJmYWNlIHZpYSB0aGUgbGlzdGVuX2FkZHJlc3NlcwojIGNvbmZpZ3VyYXRpb24gcGFyYW1ldGVyLCBvciB2aWEgdGhlIC1pIG9yIC1oIGNvbW1hbmQgbGluZSBzd2l0Y2hlcy4KCgoKIyBUWVBFICBEQVRBQkFTRSAgICAgICAgVVNFUiAgICAgICAgICAgIEFERFJFU1MgICAgICAgICAgICAgICAgIE1FVEhPRAoKbG9jYWwgYWxsIGFsbCAgcGVlciAKaG9zdCBhbGwgYWxsIDEyNy4wLjAuMS8zMiBpZGVudCAKCg==", "encoding": "base64", "source": "/var/lib/pgsql/data/pg_hba.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/check_header.yml:9 Saturday 16 May 2026 15:20:59 -0400 (0:00:00.419) 0:00:33.198 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/check_header.yml:3 Saturday 16 May 2026 15:20:59 -0400 (0:00:00.063) 0:00:33.261 ********** ok: [managed-node2] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9zdGdyZXNxbAoKCnNoYXJlZF9idWZmZXJzID0gMTI4TUIKaHVnZV9wYWdlcyA9IHRyeQo=", "encoding": "base64", "source": "/etc/postgresql/system-roles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/check_header.yml:9 Saturday 16 May 2026 15:21:00 -0400 (0:00:00.325) 0:00:33.587 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/check_header.yml:3 Saturday 16 May 2026 15:21:00 -0400 (0:00:00.063) 0:00:33.651 ********** ok: [managed-node2] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9zdGdyZXNxbAoKCnNoYXJlZF9idWZmZXJzID0gODg0TUIKZWZmZWN0aXZlX2NhY2hlX3NpemUgPSAxNzY5TUIK", "encoding": "base64", "source": "/etc/postgresql/system-roles-internal.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/check_header.yml:9 Saturday 16 May 2026 15:21:00 -0400 (0:00:00.323) 0:00:33.974 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Clean up] **************************************************************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_config_files.yml:53 Saturday 16 May 2026 15:21:00 -0400 (0:00:00.063) 0:00:34.038 ********** included: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 16 May 2026 15:21:00 -0400 (0:00:00.024) 0:00:34.062 ********** changed: [managed-node2] => { "changed": true, "name": "postgresql", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-05-16 15:20:53 EDT", "ActiveEnterTimestampMonotonic": "259959733", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket system.slice basic.target network.target sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-05-16 15:20:53 EDT", "AssertTimestampMonotonic": "259908759", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-05-16 15:20:53 EDT", "ConditionTimestampMonotonic": "259908758", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10345", "ExecMainStartTimestamp": "Sat 2026-05-16 15:20:53 EDT", "ExecMainStartTimestampMonotonic": "259918091", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/postmaster ; argv[]=/usr/bin/postmaster -D ${PGDATA} ; ignore_errors=no ; start_time=[Sat 2026-05-16 15:20:53 EDT] ; stop_time=[n/a] ; pid=10345 ; 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-05-16 15:20:53 EDT] ; stop_time=[Sat 2026-05-16 15:20:53 EDT] ; pid=10342 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "postgresql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-05-16 15:20:53 EDT", "InactiveExitTimestampMonotonic": "259909595", "InvocationID": "6068ddf88c1046ce836ebf895f943dd0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "2", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10345", "MemoryAccounting": "yes", "MemoryCurrent": "17817600", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "postgresql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "-1000", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-05-16 15:20:53 EDT", "StateChangeTimestampMonotonic": "259959733", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "8", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "26", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "postgres", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2026-05-16 15:20:53 EDT", "WatchdogTimestampMonotonic": "259959730", "WatchdogUSec": "0" } } META: ran handlers TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 16 May 2026 15:21:01 -0400 (0:00:00.911) 0:00:34.974 ********** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Module postgresql:13/server removed.", "Removed: postgresql-13.7-2.module_el8.6.0+1152+d0162c0a.x86_64", "Removed: postgresql-server-13.7-2.module_el8.6.0+1152+d0162c0a.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 16 May 2026 15:21:06 -0400 (0:00:04.626) 0:00:39.600 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 16 May 2026 15:21:06 -0400 (0:00:00.020) 0:00:39.620 ********** changed: [managed-node2] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 16 May 2026 15:21:06 -0400 (0:00:00.384) 0:00:40.005 ********** 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" } changed: [managed-node2] => (item=/etc/postgresql/system-roles.conf) => { "ansible_loop_var": "item", "changed": true, "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-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 16 May 2026 15:21:07 -0400 (0:00:01.342) 0:00:41.348 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.007307", "end": "2026-05-16 15:21:08.261838", "rc": 0, "start": "2026-05-16 15:21:08.254531" } STDOUT: -- Logs begin at Sat 2026-05-16 15:16:34 EDT, end at Sat 2026-05-16 15:21:08 EDT. -- May 16 15:20:53 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting PostgreSQL database server... May 16 15:20:53 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com postmaster[10345]: 2026-05-16 15:20:53.926 EDT [10345] LOG: redirecting log output to logging collector process May 16 15:20:53 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com postmaster[10345]: 2026-05-16 15:20:53.926 EDT [10345] HINT: Future log output will appear in directory "log". May 16 15:20:53 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started PostgreSQL database server. May 16 15:21:01 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping PostgreSQL database server... May 16 15:21:01 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com systemd[1]: postgresql.service: Killing process 10346 (postmaster) with signal SIGKILL. May 16 15:21:01 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com systemd[1]: postgresql.service: Succeeded. May 16 15:21:01 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped PostgreSQL database server. May 16 15:21:01 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting PostgreSQL database server... May 16 15:21:01 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com postmaster[12608]: 2026-05-16 15:21:01.516 EDT [12608] LOG: redirecting log output to logging collector process May 16 15:21:01 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com postmaster[12608]: 2026-05-16 15:21:01.516 EDT [12608] HINT: Future log output will appear in directory "log". May 16 15:21:01 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started PostgreSQL database server. May 16 15:21:05 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping PostgreSQL database server... May 16 15:21:05 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com systemd[1]: postgresql.service: Killing process 12609 (postmaster) with signal SIGKILL. May 16 15:21:05 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com systemd[1]: postgresql.service: Succeeded. May 16 15:21:05 ip-10-31-8-20.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped PostgreSQL database server. META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node2 : ok=42 changed=13 unreachable=0 failed=0 skipped=24 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 16 May 2026 15:21:08 -0400 (0:00:00.339) 0:00:41.687 ********** =============================================================================== fedora.linux_system_roles.postgresql : Ensure required packages are installed -- 18.91s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Uninstall postgresql ---------------------------------------------------- 4.63s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 fedora.linux_system_roles.postgresql : Gather the package facts --------- 1.57s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Remove config files ----------------------------------------------------- 1.34s /tmp/collections-Y6l/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.24s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup) --- 1.12s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Gathering Facts --------------------------------------------------------- 1.05s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_config_files.yml:2 Verify existence of config files ---------------------------------------- 1.01s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_config_files.yml:25 fedora.linux_system_roles.postgresql : Restart postgresql --------------- 0.91s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 fedora.linux_system_roles.postgresql : Configure pg_hba.conf ------------ 0.83s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 fedora.linux_system_roles.postgresql : Generate postgresql system-roles-internal.conf --- 0.68s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 fedora.linux_system_roles.postgresql : Ensure ansible_facts used by role --- 0.65s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf --- 0.65s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 fedora.linux_system_roles.postgresql : Check if system is ostree -------- 0.46s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Get file ---------------------------------------------------------------- 0.42s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/check_header.yml:3 fedora.linux_system_roles.postgresql : Create postgresql directory in /etc --- 0.41s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 fedora.linux_system_roles.postgresql : Link generated conf file with server one --- 0.41s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 fedora.linux_system_roles.postgresql : Record role begin fingerprint ---- 0.40s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 fedora.linux_system_roles.postgresql : Run systemctl -------------------- 0.40s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Remove data directory --------------------------------------------------- 0.38s /tmp/collections-Y6l/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27