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-0NN executable location = /usr/local/bin/ansible-playbook python version = 3.12.13 (main, Apr 16 2026, 00:00:00) [GCC 14.3.1 20251022 (Red Hat 14.3.1-4)] (/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_input_file.yml ************************************************* 1 plays in /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_input_file.yml PLAY [Ensure that the role runs with input file] ******************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_input_file.yml:2 Saturday 16 May 2026 15:20:52 -0400 (0:00:00.017) 0:00:00.017 ********** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, 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-node1] TASK [Run postgresql role with input file] ************************************* task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_input_file.yml:7 Saturday 16 May 2026 15:20:53 -0400 (0:00:01.152) 0:00:01.169 ********** included: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 15:20:53 -0400 (0:00:00.031) 0:00:01.200 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 15:20:53 -0400 (0:00:00.000) 0:00:01.201 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 15:20:53 -0400 (0:00:00.015) 0:00:01.217 ********** included: fedora.linux_system_roles.postgresql for managed-node1 TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:5 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.073) 0:00:01.290 ********** included: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.postgresql : Ensure ansible_facts used by role] *** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 Saturday 16 May 2026 15:20:54 -0400 (0:00:00.024) 0:00:01.315 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.postgresql : Record role begin fingerprint] **** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Saturday 16 May 2026 15:20:55 -0400 (0:00:00.948) 0:00:02.263 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.postgresql : Check if system is ostree] ******** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 Saturday 16 May 2026 15:20:55 -0400 (0:00:00.432) 0:00:02.696 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Set flag to indicate system is ostree] *** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:21 Saturday 16 May 2026 15:20:55 -0400 (0:00:00.447) 0:00:03.144 ********** ok: [managed-node1] => { "ansible_facts": { "__postgresql_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.postgresql : Run systemctl] ******************** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 Saturday 16 May 2026 15:20:55 -0400 (0:00:00.027) 0:00:03.172 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009803", "end": "2026-05-16 15:20:56.309726", "failed_when_result": false, "rc": 0, "start": "2026-05-16 15:20:56.299923" } STDOUT: running TASK [fedora.linux_system_roles.postgresql : Require installed systemd] ******** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:36 Saturday 16 May 2026 15:20:56 -0400 (0:00:00.452) 0:00:03.624 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:41 Saturday 16 May 2026 15:20:56 -0400 (0:00:00.029) 0:00:03.654 ********** ok: [managed-node1] => { "ansible_facts": { "__postgresql_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.postgresql : Set platform/version specific variables] *** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:46 Saturday 16 May 2026 15:20:56 -0400 (0:00:00.020) 0:00:03.674 ********** skipping: [managed-node1] => (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-node1] => (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-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__postgresql_packages": "{{ ['postgresql' + postgresql_version +\n '-server'] }}" }, "ansible_included_var_files": [ "/tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__postgresql_packages": "{{ ['postgresql' + postgresql_version +\n '-server'] }}" }, "ansible_included_var_files": [ "/tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.postgresql : Check postgresql.conf] ************ task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:61 Saturday 16 May 2026 15:20:56 -0400 (0:00:00.034) 0:00:03.709 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS crt file] *************** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:66 Saturday 16 May 2026 15:20:56 -0400 (0:00:00.346) 0:00:04.055 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Check TLS private key file] ******* task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:71 Saturday 16 May 2026 15:20:57 -0400 (0:00:00.338) 0:00:04.394 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postgresql : Gather the package facts] ********* task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 Saturday 16 May 2026 15:20:57 -0400 (0:00:00.335) 0:00:04.729 ********** ok: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:12 Saturday 16 May 2026 15:20:58 -0400 (0:00:01.094) 0:00:05.824 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:20 Saturday 16 May 2026 15:20:58 -0400 (0:00:00.026) 0:00:05.851 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] == \"9\"", "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:28 Saturday 16 May 2026 15:20:58 -0400 (0:00:00.026) 0:00:05.878 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "postgresql_version | string not in __postgresql_versions_el10", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postgresql : Check requested and installed version of Postgresql] *** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:38 Saturday 16 May 2026 15:20:58 -0400 (0:00:00.033) 0:00:05.912 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Saturday 16 May 2026 15:20:58 -0400 (0:00:00.019) 0:00:05.931 ********** changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: postgresql-server-16.13-2.el10.x86_64", "Installed: postgresql-16.13-2.el10.x86_64", "Installed: postgresql-private-libs-16.13-2.el10.x86_64" ] } lsrpackages: postgresql16-server TASK [fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup)] *** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 Saturday 16 May 2026 15:21:02 -0400 (0:00:03.715) 0:00:09.647 ********** changed: [managed-node1] => { "changed": true, "cmd": [ "postgresql-setup", "--initdb" ], "delta": "0:00:00.720885", "end": "2026-05-16 15:21:03.433786", "rc": 0, "start": "2026-05-16 15:21:02.712901" } 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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:67 Saturday 16 May 2026 15:21:03 -0400 (0:00:01.106) 0:00:10.753 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:81 Saturday 16 May 2026 15:21:03 -0400 (0:00:00.020) 0:00:10.774 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:98 Saturday 16 May 2026 15:21:03 -0400 (0:00:00.019) 0:00:10.793 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Saturday 16 May 2026 15:21:03 -0400 (0:00:00.017) 0:00:10.810 ********** changed: [managed-node1] => { "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 basic.target network-online.target sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "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", "CanLiveMount": "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", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "3630891008", "EffectiveMemoryMax": "3630891008", "EffectiveTasksMax": "21802", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "[not set]", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "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": "13626", "LimitNPROCSoft": "13626", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13626", "LimitSIGPENDINGSoft": "13626", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3124183040", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "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", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21802", "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:118 Saturday 16 May 2026 15:21:04 -0400 (0:00:01.435) 0:00:12.245 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:123 Saturday 16 May 2026 15:21:05 -0400 (0:00:00.021) 0:00:12.267 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:135 Saturday 16 May 2026 15:21:05 -0400 (0:00:00.019) 0:00:12.286 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:143 Saturday 16 May 2026 15:21:05 -0400 (0:00:00.019) 0:00:12.305 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:150 Saturday 16 May 2026 15:21:05 -0400 (0:00:00.015) 0:00:12.321 ********** included: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/input_sql_file.yml for managed-node1 TASK [fedora.linux_system_roles.postgresql : Verify if postgresql_password is set] *** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/input_sql_file.yml:2 Saturday 16 May 2026 15:21:05 -0400 (0:00:00.033) 0:00:12.354 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.postgresql : Create a tempfile for the SQL file on the host] *** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/input_sql_file.yml:11 Saturday 16 May 2026 15:21:05 -0400 (0:00:00.022) 0:00:12.376 ********** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.j0uaysfi", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.postgresql : Copy the sql input file to the host simple.sql] *** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/input_sql_file.yml:17 Saturday 16 May 2026 15:21:05 -0400 (0:00:00.454) 0:00:12.830 ********** ok: [managed-node1] => { "changed": false, "checksum": "e7131f8287026af851061303b1a50ebc23645b27", "dest": "/tmp/ansible.j0uaysfi", "gid": 26, "group": "postgres", "md5sum": "8e230cd8d81e022a97840c6b0bdc03f1", "mode": "0600", "owner": "postgres", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 113, "src": "/root/.ansible/tmp/ansible-tmp-1778959265.613651-12980-195721960023890/.source.j0uaysfi", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Run SQL script] ******************* task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/input_sql_file.yml:28 Saturday 16 May 2026 15:21:06 -0400 (0:00:00.754) 0:00:13.585 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "psql", "-U", "postgres", "-f", "/tmp/ansible.j0uaysfi" ], "delta": "0:00:00.015383", "end": "2026-05-16 15:21:06.707502", "rc": 0, "start": "2026-05-16 15:21:06.692119" } STDOUT: CREATE TABLE INSERT 0 1 TASK [fedora.linux_system_roles.postgresql : Print the output of psql command for simple.sql] *** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/input_sql_file.yml:38 Saturday 16 May 2026 15:21:06 -0400 (0:00:00.436) 0:00:14.022 ********** ok: [managed-node1] => {} MSG: {'changed': False, 'stdout': 'CREATE TABLE\nINSERT 0 1', 'stderr': '', 'rc': 0, 'cmd': ['psql', '-U', 'postgres', '-f', '/tmp/ansible.j0uaysfi'], 'start': '2026-05-16 15:21:06.692119', 'end': '2026-05-16 15:21:06.707502', 'delta': '0:00:00.015383', 'msg': '', 'stdout_lines': ['CREATE TABLE', 'INSERT 0 1'], 'stderr_lines': [], 'failed': False} TASK [fedora.linux_system_roles.postgresql : Remove sql script from the host simple.sql] *** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/input_sql_file.yml:42 Saturday 16 May 2026 15:21:06 -0400 (0:00:00.026) 0:00:14.048 ********** changed: [managed-node1] => { "changed": true, "path": "/tmp/ansible.j0uaysfi", "state": "absent" } TASK [fedora.linux_system_roles.postgresql : Manage certificates] ************** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:154 Saturday 16 May 2026 15:21:07 -0400 (0:00:00.484) 0:00:14.533 ********** included: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml for managed-node1 TASK [Generate certificates] *************************************************** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:8 Saturday 16 May 2026 15:21:07 -0400 (0:00:00.034) 0:00:14.567 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:14 Saturday 16 May 2026 15:21:07 -0400 (0:00:00.016) 0:00:14.584 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:24 Saturday 16 May 2026 15:21:07 -0400 (0:00:00.018) 0:00:14.602 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:33 Saturday 16 May 2026 15:21:07 -0400 (0:00:00.016) 0:00:14.619 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:44 Saturday 16 May 2026 15:21:07 -0400 (0:00:00.015) 0:00:14.635 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:54 Saturday 16 May 2026 15:21:07 -0400 (0:00:00.015) 0:00:14.650 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:62 Saturday 16 May 2026 15:21:07 -0400 (0:00:00.017) 0:00:14.668 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:79 Saturday 16 May 2026 15:21:07 -0400 (0:00:00.036) 0:00:14.705 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/certificate.yml:86 Saturday 16 May 2026 15:21:07 -0400 (0:00:00.015) 0:00:14.720 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:157 Saturday 16 May 2026 15:21:07 -0400 (0:00:00.015) 0:00:14.736 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:169 Saturday 16 May 2026 15:21:07 -0400 (0:00:00.019) 0:00:14.756 ********** ok: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Saturday 16 May 2026 15:21:07 -0400 (0:00:00.363) 0:00:15.119 ********** Notification for handler Restart postgresql has been saved. changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles-internal.conf] *** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 Saturday 16 May 2026 15:21:08 -0400 (0:00:00.519) 0:00:15.639 ********** changed: [managed-node1] => { "changed": true, "checksum": "0ff46e5ecf47806147eabdc3ab6da2af8acb76a4", "dest": "/etc/postgresql/system-roles-internal.conf", "gid": 26, "group": "postgres", "md5sum": "b69bd60c9f46d2e7cb8e21a47bc287e5", "mode": "0600", "owner": "postgres", "secontext": "system_u:object_r:postgresql_etc_t:s0", "size": 102, "src": "/root/.ansible/tmp/ansible-tmp-1778959268.4215329-13097-158597044398387/.source.conf", "state": "file", "uid": 26 } TASK [fedora.linux_system_roles.postgresql : Generate postgresql system-roles.conf] *** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:195 Saturday 16 May 2026 15:21:09 -0400 (0:00:00.704) 0:00:16.343 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:205 Saturday 16 May 2026 15:21:09 -0400 (0:00:00.020) 0:00:16.364 ********** skipping: [managed-node1] => { "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-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:211 Saturday 16 May 2026 15:21:09 -0400 (0:00:00.021) 0:00:16.386 ********** ok: [managed-node1] => { "changed": false } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_input_file.yml:13 Saturday 16 May 2026 15:21:09 -0400 (0:00:00.354) 0:00:16.741 ********** NOTIFIED HANDLER fedora.linux_system_roles.postgresql : Restart postgresql for managed-node1 META: triggered running handlers for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.postgresql : Restart postgresql] **** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 Saturday 16 May 2026 15:21:09 -0400 (0:00:00.004) 0:00:16.746 ********** changed: [managed-node1] => { "changed": true, "name": "postgresql", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:postgresql_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-05-16 15:21:04 EDT", "ActiveEnterTimestampMonotonic": "267150486", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target system.slice basic.target systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-05-16 15:21:04 EDT", "AssertTimestampMonotonic": "267076499", "Before": "shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "51033000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "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-05-16 15:21:04 EDT", "ConditionTimestampMonotonic": "267076496", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/postgresql.service", "ControlGroupId": "6362", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "PostgreSQL database server", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "3630891008", "EffectiveMemoryMax": "3630891008", "EffectiveTasksMax": "21802", "Environment": "PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_OOM_ADJUST_VALUE=0 PGDATA=/var/lib/pgsql/data", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-05-16 15:21:04 EDT", "ExecMainHandoffTimestampMonotonic": "267106658", "ExecMainPID": "25708", "ExecMainStartTimestamp": "Sat 2026-05-16 15:21:04 EDT", "ExecMainStartTimestampMonotonic": "267095809", "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-05-16 15:21:04 EDT] ; stop_time=[n/a] ; pid=25708 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/postgres ; argv[]=/usr/bin/postgres -D ${PGDATA} ; flags= ; start_time=[Sat 2026-05-16 15:21:04 EDT] ; stop_time=[n/a] ; pid=25708 ; 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:21:04 EDT] ; stop_time=[Sat 2026-05-16 15:21:04 EDT] ; pid=25706 ; 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-05-16 15:21:04 EDT] ; stop_time=[Sat 2026-05-16 15:21:04 EDT] ; pid=25706 ; code=exited ; status=0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/postgresql.service", "FreezerState": "running", "GID": "26", "Group": "postgres", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "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-05-16 15:21:04 EDT", "InactiveExitTimestampMonotonic": "267079279", "InvocationID": "6baa1fe37ecf48edae51e29dbd2faea4", "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": "13626", "LimitNPROCSoft": "13626", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13626", "LimitSIGPENDINGSoft": "13626", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "25708", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3124101120", "MemoryCurrent": "19939328", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "22065152", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "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", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-05-16 15:21:04 EDT", "StateChangeTimestampMonotonic": "267150486", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "7", "TasksMax": "21802", "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 [Get content of database] ************************************************* task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_input_file.yml:16 Saturday 16 May 2026 15:21:10 -0400 (0:00:01.018) 0:00:17.764 ********** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\necho \"SELECT * FROM mytable;\" | psql\n", "delta": "0:00:00.012880", "end": "2026-05-16 15:21:10.875439", "rc": 0, "start": "2026-05-16 15:21:10.862559" } STDOUT: mynumber | name ----------+------ 1 | test (1 row) TASK [Check content of database] *********************************************** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_input_file.yml:25 Saturday 16 May 2026 15:21:10 -0400 (0:00:00.423) 0:00:18.187 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clean up] **************************************************************** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_input_file.yml:42 Saturday 16 May 2026 15:21:10 -0400 (0:00:00.019) 0:00:18.207 ********** included: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml for managed-node1 TASK [Run handlers] ************************************************************ task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:3 Saturday 16 May 2026 15:21:10 -0400 (0:00:00.025) 0:00:18.232 ********** META: triggered running handlers for managed-node1 TASK [Uninstall postgresql] **************************************************** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 Saturday 16 May 2026 15:21:10 -0400 (0:00:00.004) 0:00:18.237 ********** changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Removed: postgresql-16.13-2.el10.x86_64", "Removed: postgresql-private-libs-16.13-2.el10.x86_64", "Removed: postgresql-server-16.13-2.el10.x86_64" ] } TASK [Stop and disable postgresql service] ************************************* task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:20 Saturday 16 May 2026 15:21:12 -0400 (0:00:01.798) 0:00:20.035 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__postgresql_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [Remove data directory] *************************************************** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 Saturday 16 May 2026 15:21:12 -0400 (0:00:00.028) 0:00:20.064 ********** changed: [managed-node1] => { "changed": true, "path": "/var/lib/pgsql/data", "state": "absent" } TASK [Remove config files] ***************************************************** task path: /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Saturday 16 May 2026 15:21:13 -0400 (0:00:00.507) 0:00:20.572 ********** ok: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => (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-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:42 Saturday 16 May 2026 15:21:14 -0400 (0:00:01.413) 0:00:21.986 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "journalctl", "-u", "postgresql" ], "delta": "0:00:00.007328", "end": "2026-05-16 15:21:15.042999", "rc": 0, "start": "2026-05-16 15:21:15.035671" } STDOUT: May 16 15:19:50 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting postgresql.service - PostgreSQL database server... May 16 15:19:50 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com postgres[11485]: 2026-05-16 15:19:50.335 EDT [11485] LOG: redirecting log output to logging collector process May 16 15:19:50 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com postgres[11485]: 2026-05-16 15:19:50.335 EDT [11485] HINT: Future log output will appear in directory "log". May 16 15:19:50 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started postgresql.service - PostgreSQL database server. May 16 15:20:06 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping postgresql.service - PostgreSQL database server... May 16 15:20:06 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: postgresql.service: Killing process 11486 (postgres) with signal SIGKILL. May 16 15:20:06 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: postgresql.service: Deactivated successfully. May 16 15:20:06 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped postgresql.service - PostgreSQL database server. May 16 15:20:06 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting postgresql.service - PostgreSQL database server... May 16 15:20:06 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com postgres[15370]: 2026-05-16 15:20:06.597 EDT [15370] LOG: redirecting log output to logging collector process May 16 15:20:06 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com postgres[15370]: 2026-05-16 15:20:06.597 EDT [15370] HINT: Future log output will appear in directory "log". May 16 15:20:06 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started postgresql.service - PostgreSQL database server. May 16 15:20:09 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping postgresql.service - PostgreSQL database server... May 16 15:20:09 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: postgresql.service: Killing process 15371 (postgres) with signal SIGKILL. May 16 15:20:09 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: postgresql.service: Deactivated successfully. May 16 15:20:09 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped postgresql.service - PostgreSQL database server. May 16 15:20:25 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting postgresql.service - PostgreSQL database server... May 16 15:20:25 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com postgres[19635]: 2026-05-16 15:20:25.588 EDT [19635] LOG: redirecting log output to logging collector process May 16 15:20:25 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com postgres[19635]: 2026-05-16 15:20:25.588 EDT [19635] HINT: Future log output will appear in directory "log". May 16 15:20:25 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started postgresql.service - PostgreSQL database server. May 16 15:20:28 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping postgresql.service - PostgreSQL database server... May 16 15:20:29 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: postgresql.service: Killing process 19636 (postgres) with signal SIGKILL. May 16 15:20:29 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: postgresql.service: Deactivated successfully. May 16 15:20:29 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped postgresql.service - PostgreSQL database server. May 16 15:20:29 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting postgresql.service - PostgreSQL database server... May 16 15:20:29 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com postgres[20598]: 2026-05-16 15:20:29.088 EDT [20598] LOG: redirecting log output to logging collector process May 16 15:20:29 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com postgres[20598]: 2026-05-16 15:20:29.088 EDT [20598] HINT: Future log output will appear in directory "log". May 16 15:20:29 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started postgresql.service - PostgreSQL database server. May 16 15:20:48 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping postgresql.service - PostgreSQL database server... May 16 15:20:48 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: postgresql.service: Killing process 20599 (postgres) with signal SIGKILL. May 16 15:20:48 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: postgresql.service: Deactivated successfully. May 16 15:20:48 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped postgresql.service - PostgreSQL database server. May 16 15:21:04 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting postgresql.service - PostgreSQL database server... May 16 15:21:04 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com postgres[25708]: 2026-05-16 15:21:04.902 EDT [25708] LOG: redirecting log output to logging collector process May 16 15:21:04 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com postgres[25708]: 2026-05-16 15:21:04.902 EDT [25708] HINT: Future log output will appear in directory "log". May 16 15:21:04 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started postgresql.service - PostgreSQL database server. May 16 15:21:10 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping postgresql.service - PostgreSQL database server... May 16 15:21:10 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: postgresql.service: Deactivated successfully. May 16 15:21:10 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped postgresql.service - PostgreSQL database server. May 16 15:21:10 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting postgresql.service - PostgreSQL database server... May 16 15:21:10 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com postgres[27449]: 2026-05-16 15:21:10.421 EDT [27449] LOG: redirecting log output to logging collector process May 16 15:21:10 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com postgres[27449]: 2026-05-16 15:21:10.421 EDT [27449] HINT: Future log output will appear in directory "log". May 16 15:21:10 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started postgresql.service - PostgreSQL database server. May 16 15:21:12 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping postgresql.service - PostgreSQL database server... May 16 15:21:12 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: postgresql.service: Killing process 27450 (postgres) with signal SIGKILL. May 16 15:21:12 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: postgresql.service: Deactivated successfully. May 16 15:21:12 ip-10-31-9-93.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped postgresql.service - PostgreSQL database server. PLAY RECAP ********************************************************************* managed-node1 : ok=38 changed=10 unreachable=0 failed=0 skipped=26 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 16 May 2026 15:21:15 -0400 (0:00:00.370) 0:00:22.356 ********** =============================================================================== fedora.linux_system_roles.postgresql : Ensure required packages are installed --- 3.72s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:49 Uninstall postgresql ---------------------------------------------------- 1.80s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:6 fedora.linux_system_roles.postgresql : Enable and start existing instance of postgresql server --- 1.44s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:109 Remove config files ----------------------------------------------------- 1.41s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:32 Gathering Facts --------------------------------------------------------- 1.15s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_input_file.yml:2 fedora.linux_system_roles.postgresql : Init DB on booted systems (with postgresql-setup) --- 1.11s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:58 fedora.linux_system_roles.postgresql : Gather the package facts --------- 1.09s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:8 fedora.linux_system_roles.postgresql : Restart postgresql --------------- 1.02s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/handlers/main.yml:3 fedora.linux_system_roles.postgresql : Ensure ansible_facts used by role --- 0.95s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:2 fedora.linux_system_roles.postgresql : Copy the sql input file to the host simple.sql --- 0.75s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/input_sql_file.yml:17 fedora.linux_system_roles.postgresql : Generate postgresql system-roles-internal.conf --- 0.70s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:182 fedora.linux_system_roles.postgresql : Link generated conf file with server one --- 0.52s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/main.yml:175 Remove data directory --------------------------------------------------- 0.51s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tasks/clean_instance.yml:27 fedora.linux_system_roles.postgresql : Remove sql script from the host simple.sql --- 0.48s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/input_sql_file.yml:42 fedora.linux_system_roles.postgresql : Create a tempfile for the SQL file on the host --- 0.45s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/input_sql_file.yml:11 fedora.linux_system_roles.postgresql : Run systemctl -------------------- 0.45s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:28 fedora.linux_system_roles.postgresql : Check if system is ostree -------- 0.45s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:16 fedora.linux_system_roles.postgresql : Run SQL script ------------------- 0.44s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/input_sql_file.yml:28 fedora.linux_system_roles.postgresql : Record role begin fingerprint ---- 0.43s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/roles/postgresql/tasks/set_vars.yml:7 Get content of database ------------------------------------------------- 0.42s /tmp/collections-0NN/ansible_collections/fedora/linux_system_roles/tests/postgresql/tests_input_file.yml:16