ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_set_file.yml *************************************************** 1 plays in /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml PLAY [Create a postmapped file] ************************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:2 Saturday 13 September 2025 13:16:03 -0400 (0:00:00.025) 0:00:00.025 **** ok: [managed-node1] META: ran handlers TASK [Run the role with test postmap file] ************************************* task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:13 Saturday 13 September 2025 13:16:04 -0400 (0:00:00.843) 0:00:00.868 **** TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts required by role] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 Saturday 13 September 2025 13:16:04 -0400 (0:00:00.050) 0:00:00.919 **** included: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 Saturday 13 September 2025 13:16:04 -0400 (0:00:00.033) 0:00:00.952 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Check if system is ostree] *********** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Saturday 13 September 2025 13:16:04 -0400 (0:00:00.038) 0:00:00.991 **** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postfix : Set flag to indicate system is ostree] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 Saturday 13 September 2025 13:16:04 -0400 (0:00:00.411) 0:00:01.403 **** ok: [managed-node1] => { "ansible_facts": { "__postfix_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.postfix : Set platform/version specific variables] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 Saturday 13 September 2025 13:16:04 -0400 (0:00:00.041) 0:00:01.444 **** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "submission" ] }, "ansible_included_var_files": [ "/tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_7.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "smtp-submission" ] }, "ansible_included_var_files": [ "/tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node1] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Get status of package(s) [u'postfix']] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 Saturday 13 September 2025 13:16:04 -0400 (0:00:00.087) 0:00:01.532 **** skipping: [managed-node1] => (item=postfix) => { "ansible_loop_var": "item", "changed": false, "item": "postfix", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Remove package(s) to reset original confs [u'postfix']] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23 Saturday 13 September 2025 13:16:05 -0400 (0:00:00.056) 0:00:01.589 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Get status of config files] ********** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 Saturday 13 September 2025 13:16:05 -0400 (0:00:00.018) 0:00:01.608 **** skipping: [managed-node1] => (item=postfix) => { "ansible_loop_var": "item", "changed": false, "item": "postfix", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Remove config files - make empty] **** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45 Saturday 13 September 2025 13:16:05 -0400 (0:00:00.022) 0:00:01.630 **** TASK [fedora.linux_system_roles.postfix : Configure firewall] ****************** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 Saturday 13 September 2025 13:16:05 -0400 (0:00:00.018) 0:00:01.648 **** included: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml for managed-node1 TASK [Ensure the postfix ports status with the firewall role] ****************** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3 Saturday 13 September 2025 13:16:05 -0400 (0:00:00.024) 0:00:01.673 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Configure selinux] ******************* task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 Saturday 13 September 2025 13:16:05 -0400 (0:00:00.018) 0:00:01.691 **** included: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml for managed-node1 TASK [fedora.linux_system_roles.postfix : Get the smtp related tcp service ports] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 Saturday 13 September 2025 13:16:05 -0400 (0:00:00.031) 0:00:01.722 **** skipping: [managed-node1] => (item=smtp) => { "ansible_loop_var": "item", "changed": false, "item": "smtp", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=smtps) => { "ansible_loop_var": "item", "changed": false, "item": "smtps", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=smtp-submission) => { "ansible_loop_var": "item", "changed": false, "item": "smtp-submission", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Initialize _postfix_selinux] ********* task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33 Saturday 13 September 2025 13:16:05 -0400 (0:00:00.031) 0:00:01.754 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 Saturday 13 September 2025 13:16:05 -0400 (0:00:00.018) 0:00:01.772 **** skipping: [managed-node1] => (item={u'skip_reason': u'Conditional result was False', u'item': u'smtp', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "smtp", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'skip_reason': u'Conditional result was False', u'item': u'smtps', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "smtps", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'skip_reason': u'Conditional result was False', u'item': u'smtp-submission', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "smtp-submission", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Set hardcoded ports to _postfix_selinux for no firewall or rhel-6 or not redhat] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46 Saturday 13 September 2025 13:16:05 -0400 (0:00:00.035) 0:00:01.808 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure the service and the ports status with the selinux role] *********** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55 Saturday 13 September 2025 13:16:05 -0400 (0:00:00.018) 0:00:01.826 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Install Postfix] ********************* task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Saturday 13 September 2025 13:16:05 -0400 (0:00:00.018) 0:00:01.845 **** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "2:postfix-2.10.1-9.el7.x86_64 providing postfix is already installed" ] } lsrpackages: postfix TASK [fedora.linux_system_roles.postfix : Get default database type from postconf - 1] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:71 Saturday 13 September 2025 13:16:05 -0400 (0:00:00.688) 0:00:02.533 **** ok: [managed-node1] => { "changed": false, "cmd": [ "postconf", "-h", "default_database_type" ], "delta": "0:00:00.008958", "end": "2025-09-13 13:16:06.288846", "failed_when_result": false, "rc": 0, "start": "2025-09-13 13:16:06.279888" } STDOUT: hash TASK [fedora.linux_system_roles.postfix : Configure postfix for no ipv6] ******* task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:79 Saturday 13 September 2025 13:16:06 -0400 (0:00:00.369) 0:00:02.903 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Get default database type from postconf - 2] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:89 Saturday 13 September 2025 13:16:06 -0400 (0:00:00.019) 0:00:02.923 **** ok: [managed-node1] => { "changed": false, "cmd": [ "postconf", "-h", "default_database_type" ], "delta": "0:00:00.008591", "end": "2025-09-13 13:16:06.596487", "rc": 0, "start": "2025-09-13 13:16:06.587896" } STDOUT: hash TASK [fedora.linux_system_roles.postfix : Set postfix_default_database_type] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:94 Saturday 13 September 2025 13:16:06 -0400 (0:00:00.283) 0:00:03.206 **** ok: [managed-node1] => { "ansible_facts": { "postfix_default_database_type": "hash" }, "changed": false } TASK [fedora.linux_system_roles.postfix : Enable Postfix] ********************** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:98 Saturday 13 September 2025 13:16:06 -0400 (0:00:00.022) 0:00:03.228 **** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "postfix", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-09-13 13:16:02 EDT", "ActiveEnterTimestampMonotonic": "341752720", "ActiveExitTimestamp": "Sat 2025-09-13 13:16:02 EDT", "ActiveExitTimestampMonotonic": "341429980", "ActiveState": "active", "After": "system.slice systemd-journald.socket syslog.target network.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-09-13 13:16:02 EDT", "AssertTimestampMonotonic": "341475714", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-09-13 13:16:02 EDT", "ConditionTimestampMonotonic": "341475712", "Conflicts": "exim.service sendmail.service shutdown.target", "ControlGroup": "/system.slice/postfix.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "18177", "ExecMainStartTimestamp": "Sat 2025-09-13 13:16:02 EDT", "ExecMainStartTimestampMonotonic": "341752664", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; ignore_errors=no ; start_time=[Sat 2025-09-13 13:16:02 EDT] ; stop_time=[Sat 2025-09-13 13:16:02 EDT] ; pid=18105 ; code=exited ; status=0 }", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Sat 2025-09-13 13:16:02 EDT] ; stop_time=[Sat 2025-09-13 13:16:02 EDT] ; pid=18102 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; ignore_errors=no ; start_time=[Sat 2025-09-13 13:16:02 EDT] ; stop_time=[Sat 2025-09-13 13:16:02 EDT] ; pid=18089 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postfix.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "postfix.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2025-09-13 13:16:02 EDT", "InactiveEnterTimestampMonotonic": "341473602", "InactiveExitTimestamp": "Sat 2025-09-13 13:16:02 EDT", "InactiveExitTimestampMonotonic": "341476382", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "18177", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "postfix.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/spool/postfix/pid/master.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2025-09-13 13:16:02 EDT", "WatchdogTimestampMonotonic": "341752690", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.postfix : Get current config] ****************** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:104 Saturday 13 September 2025 13:16:07 -0400 (0:00:00.586) 0:00:03.815 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Check given config against current config] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:110 Saturday 13 September 2025 13:16:07 -0400 (0:00:00.021) 0:00:03.836 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Configure additional files] ********** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:128 Saturday 13 September 2025 13:16:07 -0400 (0:00:00.019) 0:00:03.855 **** changed: [managed-node1] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } NOTIFIED HANDLER fedora.linux_system_roles.postfix : Check postfix for managed-node1 NOTIFIED HANDLER fedora.linux_system_roles.postfix : Restart postfix for managed-node1 changed: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.postfix : Postmap files] *********************** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:144 Saturday 13 September 2025 13:16:07 -0400 (0:00:00.657) 0:00:04.513 **** changed: [managed-node1] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.postfix : Apply changes] *********************** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:155 Saturday 13 September 2025 13:16:08 -0400 (0:00:00.350) 0:00:04.863 **** included: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml for managed-node1 TASK [fedora.linux_system_roles.postfix : Gather facts for ansible_date_time] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:6 Saturday 13 September 2025 13:16:08 -0400 (0:00:00.035) 0:00:04.899 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Backup configuration] **************** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:11 Saturday 13 September 2025 13:16:08 -0400 (0:00:00.019) 0:00:04.919 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Ensure Last modified header is absent] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:19 Saturday 13 September 2025 13:16:08 -0400 (0:00:00.019) 0:00:04.938 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Ensure the outdated ansible managed header is absent] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:27 Saturday 13 September 2025 13:16:08 -0400 (0:00:00.019) 0:00:04.958 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Ensure ansible_managed header in configuration file] *** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:33 Saturday 13 September 2025 13:16:08 -0400 (0:00:00.019) 0:00:04.978 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Configure Postfix] ******************* task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:41 Saturday 13 September 2025 13:16:08 -0400 (0:00:00.020) 0:00:04.998 **** TASK [Check if postmap file exists] ******************************************** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:18 Saturday 13 September 2025 13:16:08 -0400 (0:00:00.019) 0:00:05.018 **** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1757783768.24598, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "binary", "checksum": "13a1f9286f9ad55f4072579f7616d07395ed0218", "ctime": 1757783768.24598, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 140460, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/octet-stream", "mode": "0640", "mtime": 1757783768.2439802, "nlink": 1, "path": "/etc/postfix/test.db", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 12288, "uid": 0, "version": "18446744071781714436", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Assert file is present] ************************************************** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:24 Saturday 13 September 2025 13:16:08 -0400 (0:00:00.284) 0:00:05.303 **** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run the role to test postfix_default_database_type] ********************** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:33 Saturday 13 September 2025 13:16:08 -0400 (0:00:00.023) 0:00:05.326 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get relay_domains] ******************************************************* task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:41 Saturday 13 September 2025 13:16:08 -0400 (0:00:00.018) 0:00:05.344 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check relay_domains] ***************************************************** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:46 Saturday 13 September 2025 13:16:08 -0400 (0:00:00.019) 0:00:05.363 **** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up test files] ***************************************************** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:50 Saturday 13 September 2025 13:16:08 -0400 (0:00:00.018) 0:00:05.382 **** changed: [managed-node1] => { "changed": true, "path": "/etc/postfix/test.db", "state": "absent" } RUNNING HANDLER [fedora.linux_system_roles.postfix : Check postfix] ************ task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2 Saturday 13 September 2025 13:16:09 -0400 (0:00:00.405) 0:00:05.787 **** ok: [managed-node1] => { "changed": false, "cmd": [ "postfix", "check" ], "delta": "0:00:00.228605", "end": "2025-09-13 13:16:09.687195", "rc": 0, "start": "2025-09-13 13:16:09.458590" } RUNNING HANDLER [fedora.linux_system_roles.postfix : Restart postfix] ********** task path: /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7 Saturday 13 September 2025 13:16:09 -0400 (0:00:00.505) 0:00:06.293 **** changed: [managed-node1] => { "changed": true, "name": "postfix", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2025-09-13 13:16:02 EDT", "ActiveEnterTimestampMonotonic": "341752720", "ActiveExitTimestamp": "Sat 2025-09-13 13:16:02 EDT", "ActiveExitTimestampMonotonic": "341429980", "ActiveState": "active", "After": "system.slice systemd-journald.socket syslog.target network.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-09-13 13:16:02 EDT", "AssertTimestampMonotonic": "341475714", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-09-13 13:16:02 EDT", "ConditionTimestampMonotonic": "341475712", "Conflicts": "exim.service sendmail.service shutdown.target", "ControlGroup": "/system.slice/postfix.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "18177", "ExecMainStartTimestamp": "Sat 2025-09-13 13:16:02 EDT", "ExecMainStartTimestampMonotonic": "341752664", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; ignore_errors=no ; start_time=[Sat 2025-09-13 13:16:02 EDT] ; stop_time=[Sat 2025-09-13 13:16:02 EDT] ; pid=18105 ; code=exited ; status=0 }", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Sat 2025-09-13 13:16:02 EDT] ; stop_time=[Sat 2025-09-13 13:16:02 EDT] ; pid=18102 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; ignore_errors=no ; start_time=[Sat 2025-09-13 13:16:02 EDT] ; stop_time=[Sat 2025-09-13 13:16:02 EDT] ; pid=18089 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postfix.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "postfix.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2025-09-13 13:16:02 EDT", "InactiveEnterTimestampMonotonic": "341473602", "InactiveExitTimestamp": "Sat 2025-09-13 13:16:02 EDT", "InactiveExitTimestampMonotonic": "341476382", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "18177", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "postfix.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/spool/postfix/pid/master.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2025-09-13 13:16:02 EDT", "WatchdogTimestampMonotonic": "341752690", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=20 changed=4 unreachable=0 failed=0 skipped=23 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 13 September 2025 13:16:10 -0400 (0:00:00.716) 0:00:07.010 **** =============================================================================== Gathering Facts --------------------------------------------------------- 0.84s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:2 fedora.linux_system_roles.postfix : Restart postfix --------------------- 0.72s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7 fedora.linux_system_roles.postfix : Install Postfix --------------------- 0.69s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 fedora.linux_system_roles.postfix : Configure additional files ---------- 0.66s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:128 fedora.linux_system_roles.postfix : Enable Postfix ---------------------- 0.59s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:98 fedora.linux_system_roles.postfix : Check postfix ----------------------- 0.51s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2 fedora.linux_system_roles.postfix : Check if system is ostree ----------- 0.41s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Clean up test files ----------------------------------------------------- 0.41s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:50 fedora.linux_system_roles.postfix : Get default database type from postconf - 1 --- 0.37s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:71 fedora.linux_system_roles.postfix : Postmap files ----------------------- 0.35s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:144 Check if postmap file exists -------------------------------------------- 0.28s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:18 fedora.linux_system_roles.postfix : Get default database type from postconf - 2 --- 0.28s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:89 fedora.linux_system_roles.postfix : Set platform/version specific variables --- 0.09s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 fedora.linux_system_roles.postfix : Get status of package(s) [u'postfix'] --- 0.06s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 Run the role with test postmap file ------------------------------------- 0.05s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:13 fedora.linux_system_roles.postfix : Set flag to indicate system is ostree --- 0.04s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present --- 0.04s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux --- 0.04s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 fedora.linux_system_roles.postfix : Apply changes ----------------------- 0.04s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:155 fedora.linux_system_roles.postfix : Ensure ansible_facts required by role --- 0.03s /tmp/collections-Zij/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2