ansible-playbook 2.9.27
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.9/site-packages/ansible
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)]
No config file found; using defaults
[WARNING]: running playbook inside collection fedora.linux_system_roles
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback '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-7KO/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml

PLAY [Create a postmapped file] ************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:2
Friday 20 September 2024  21:31:20 -0400 (0:00:00.019)       0:00:00.019 ****** 
ok: [managed_node3]
META: ran handlers

TASK [Run the role with test postmap file] *************************************
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:12
Friday 20 September 2024  21:31:21 -0400 (0:00:00.874)       0:00:00.894 ****** 

TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts required by role] ***
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2
Friday 20 September 2024  21:31:21 -0400 (0:00:00.037)       0:00:00.931 ****** 
included: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml for managed_node3

TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3
Friday 20 September 2024  21:31:21 -0400 (0:00:00.018)       0:00:00.950 ****** 
skipping: [managed_node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Check if system is ostree] ***********
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11
Friday 20 September 2024  21:31:21 -0400 (0:00:00.032)       0:00:00.983 ****** 
ok: [managed_node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.postfix : Set flag to indicate system is ostree] ***
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16
Friday 20 September 2024  21:31:22 -0400 (0:00:00.451)       0:00:01.434 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__postfix_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.postfix : Set platform/version specific variables] ***
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20
Friday 20 September 2024  21:31:22 -0400 (0:00:00.055)       0:00:01.489 ****** 
ok: [managed_node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__postfix_smtp_services": [
            "smtp",
            "smtps",
            "submission"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
skipping: [managed_node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed_node3] => (item=CentOS_8.yml) => {
    "ansible_facts": {
        "__postfix_smtp_services": [
            "smtp",
            "smtps",
            "smtp-submission"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/CentOS_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml"
}
ok: [managed_node3] => (item=CentOS_8.yml) => {
    "ansible_facts": {
        "__postfix_smtp_services": [
            "smtp",
            "smtps",
            "smtp-submission"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/CentOS_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml"
}

TASK [fedora.linux_system_roles.postfix : Get status of package(s) ['postfix']] ***
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16
Friday 20 September 2024  21:31:22 -0400 (0:00:00.119)       0:00:01.609 ****** 
skipping: [managed_node3] => (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 ['postfix']] ***
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23
Friday 20 September 2024  21:31:22 -0400 (0:00:00.019)       0:00:01.628 ****** 
skipping: [managed_node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Get status of config files] **********
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38
Friday 20 September 2024  21:31:22 -0400 (0:00:00.013)       0:00:01.642 ****** 
skipping: [managed_node3] => (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-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45
Friday 20 September 2024  21:31:22 -0400 (0:00:00.017)       0:00:01.659 ****** 

TASK [fedora.linux_system_roles.postfix : Configure firewall] ******************
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54
Friday 20 September 2024  21:31:22 -0400 (0:00:00.014)       0:00:01.673 ****** 
included: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml for managed_node3

TASK [Ensure the postfix ports status with the firewall role] ******************
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3
Friday 20 September 2024  21:31:22 -0400 (0:00:00.016)       0:00:01.689 ****** 
skipping: [managed_node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Configure selinux] *******************
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57
Friday 20 September 2024  21:31:22 -0400 (0:00:00.012)       0:00:01.702 ****** 
included: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml for managed_node3

TASK [fedora.linux_system_roles.postfix : Get the smtp related tcp service ports] ***
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12
Friday 20 September 2024  21:31:22 -0400 (0:00:00.020)       0:00:01.722 ****** 
skipping: [managed_node3] => (item=smtp)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "smtp",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node3] => (item=smtps)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "smtps",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node3] => (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-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33
Friday 20 September 2024  21:31:22 -0400 (0:00:00.022)       0:00:01.745 ****** 
skipping: [managed_node3] => {
    "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-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37
Friday 20 September 2024  21:31:22 -0400 (0:00:00.013)       0:00:01.758 ****** 
skipping: [managed_node3] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'smtp', 'ansible_loop_var': 'item'})  => {
    "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_node3] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'smtps', 'ansible_loop_var': 'item'})  => {
    "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_node3] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'smtp-submission', 'ansible_loop_var': 'item'})  => {
    "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-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46
Friday 20 September 2024  21:31:22 -0400 (0:00:00.025)       0:00:01.784 ****** 
skipping: [managed_node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Ensure the service and the ports status with the selinux role] ***********
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55
Friday 20 September 2024  21:31:22 -0400 (0:00:00.014)       0:00:01.799 ****** 
skipping: [managed_node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Install Postfix] *********************
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60
Friday 20 September 2024  21:31:22 -0400 (0:00:00.012)       0:00:01.812 ****** 
ok: [managed_node3] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.postfix : Enable Postfix] **********************
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66
Friday 20 September 2024  21:31:25 -0400 (0:00:02.887)       0:00:04.699 ****** 
ok: [managed_node3] => {
    "changed": false,
    "enabled": true,
    "name": "postfix",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "ActiveEnterTimestampMonotonic": "260930417",
        "ActiveExitTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "ActiveExitTimestampMonotonic": "260416676",
        "ActiveState": "active",
        "After": "sysinit.target -.mount systemd-journald.socket systemd-tmpfiles-setup.service syslog.target basic.target system.slice tmp.mount network.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "AssertTimestampMonotonic": "260495702",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "ConditionTimestampMonotonic": "260495700",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target exim.service sendmail.service",
        "ControlGroup": "/system.slice/postfix.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Postfix Mail Transport Agent",
        "DevicePolicy": "closed",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "12238",
        "ExecMainStartTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "ExecMainStartTimestampMonotonic": "260930363",
        "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=[Fri 2024-09-20 21:31:19 EDT] ; stop_time=[Fri 2024-09-20 21:31:19 EDT] ; pid=12170 ; code=exited ; status=0 }",
        "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Fri 2024-09-20 21:31:19 EDT] ; stop_time=[Fri 2024-09-20 21:31:19 EDT] ; pid=12168 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; ignore_errors=no ; start_time=[Fri 2024-09-20 21:31:19 EDT] ; stop_time=[Fri 2024-09-20 21:31:19 EDT] ; pid=12149 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/postfix.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "postfix.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "InactiveEnterTimestampMonotonic": "260494534",
        "InactiveExitTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "InactiveExitTimestampMonotonic": "260497271",
        "InvocationID": "724b75ada8924c76bdb1be4714989981",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "12238",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "4558848",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "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",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "yes",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target -.mount",
        "RequiresMountsFor": "/var/tmp",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "StateChangeTimestampMonotonic": "260930417",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "3",
        "TasksMax": "22406",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "forking",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "WatchdogTimestampMonotonic": "260930414",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.postfix : Get current config] ******************
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:72
Friday 20 September 2024  21:31:26 -0400 (0:00:00.690)       0:00:05.390 ****** 
skipping: [managed_node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Check given config against current config] ***
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:78
Friday 20 September 2024  21:31:26 -0400 (0:00:00.016)       0:00:05.406 ****** 
skipping: [managed_node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Configure additional files] **********
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:96
Friday 20 September 2024  21:31:26 -0400 (0:00:00.016)       0:00:05.422 ****** 
changed: [managed_node3] => (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_node3
NOTIFIED HANDLER fedora.linux_system_roles.postfix : Restart postfix for managed_node3
changed: [managed_node3] => {
    "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-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:112
Friday 20 September 2024  21:31:27 -0400 (0:00:00.725)       0:00:06.148 ****** 
changed: [managed_node3] => (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_node3] => {
    "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 : Gather facts for ansible_date_time] ***
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:126
Friday 20 September 2024  21:31:27 -0400 (0:00:00.438)       0:00:06.586 ****** 
skipping: [managed_node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Backup configuration] ****************
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:132
Friday 20 September 2024  21:31:27 -0400 (0:00:00.017)       0:00:06.604 ****** 
skipping: [managed_node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Ensure Last modified header is absent] ***
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:140
Friday 20 September 2024  21:31:27 -0400 (0:00:00.014)       0:00:06.619 ****** 
skipping: [managed_node3] => {
    "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-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:148
Friday 20 September 2024  21:31:27 -0400 (0:00:00.013)       0:00:06.632 ****** 
skipping: [managed_node3] => {
    "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-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:154
Friday 20 September 2024  21:31:27 -0400 (0:00:00.013)       0:00:06.646 ****** 
skipping: [managed_node3] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Configure Postfix] *******************
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:162
Friday 20 September 2024  21:31:27 -0400 (0:00:00.013)       0:00:06.660 ****** 

TASK [Check if postmap file exists] ********************************************
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:17
Friday 20 September 2024  21:31:27 -0400 (0:00:00.012)       0:00:06.672 ****** 
ok: [managed_node3] => {
    "changed": false,
    "stat": {
        "atime": 1726882287.4780295,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 16,
        "charset": "binary",
        "checksum": "9c35db318db200b7ea338f8230dcd00765c7f55b",
        "ctime": 1726882287.4780295,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 396361877,
        "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": 1726882287.4770293,
        "nlink": 1,
        "path": "/etc/postfix/test.db",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 12288,
        "uid": 0,
        "version": "2508375392",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Assert file is present] **************************************************
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:25
Friday 20 September 2024  21:31:27 -0400 (0:00:00.339)       0:00:07.012 ****** 
ok: [managed_node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Clean up test files] *****************************************************
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:29
Friday 20 September 2024  21:31:27 -0400 (0:00:00.017)       0:00:07.029 ****** 
changed: [managed_node3] => (item=/etc/postfix/test) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/postfix/test",
    "path": "/etc/postfix/test",
    "state": "absent"
}
changed: [managed_node3] => (item=/etc/postfix/test.db) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/postfix/test.db",
    "path": "/etc/postfix/test.db",
    "state": "absent"
}

RUNNING HANDLER [fedora.linux_system_roles.postfix : Check postfix] ************
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2
Friday 20 September 2024  21:31:28 -0400 (0:00:00.785)       0:00:07.815 ****** 
ok: [managed_node3] => {
    "changed": false,
    "cmd": [
        "postfix",
        "check"
    ],
    "delta": "0:00:00.274011",
    "end": "2024-09-20 21:31:29.333278",
    "rc": 0,
    "start": "2024-09-20 21:31:29.059267"
}

RUNNING HANDLER [fedora.linux_system_roles.postfix : Restart postfix] **********
task path: /tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7
Friday 20 September 2024  21:31:29 -0400 (0:00:00.621)       0:00:08.436 ****** 
changed: [managed_node3] => {
    "changed": true,
    "name": "postfix",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "ActiveEnterTimestampMonotonic": "260930417",
        "ActiveExitTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "ActiveExitTimestampMonotonic": "260416676",
        "ActiveState": "active",
        "After": "sysinit.target -.mount systemd-journald.socket systemd-tmpfiles-setup.service syslog.target basic.target system.slice tmp.mount network.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "AssertTimestampMonotonic": "260495702",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "ConditionTimestampMonotonic": "260495700",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target exim.service sendmail.service",
        "ControlGroup": "/system.slice/postfix.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Postfix Mail Transport Agent",
        "DevicePolicy": "closed",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "12238",
        "ExecMainStartTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "ExecMainStartTimestampMonotonic": "260930363",
        "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=[Fri 2024-09-20 21:31:19 EDT] ; stop_time=[Fri 2024-09-20 21:31:19 EDT] ; pid=12170 ; code=exited ; status=0 }",
        "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Fri 2024-09-20 21:31:19 EDT] ; stop_time=[Fri 2024-09-20 21:31:19 EDT] ; pid=12168 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; ignore_errors=no ; start_time=[Fri 2024-09-20 21:31:19 EDT] ; stop_time=[Fri 2024-09-20 21:31:19 EDT] ; pid=12149 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/postfix.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "postfix.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "InactiveEnterTimestampMonotonic": "260494534",
        "InactiveExitTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "InactiveExitTimestampMonotonic": "260497271",
        "InvocationID": "724b75ada8924c76bdb1be4714989981",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "12238",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "4558848",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "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",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "yes",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target -.mount",
        "RequiresMountsFor": "/var/tmp",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "StateChangeTimestampMonotonic": "260930417",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "3",
        "TasksMax": "22406",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "forking",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Fri 2024-09-20 21:31:19 EDT",
        "WatchdogTimestampMonotonic": "260930414",
        "WatchdogUSec": "0"
    }
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed_node3              : ok=16   changed=4    unreachable=0    failed=0    skipped=19   rescued=0    ignored=0   

Friday 20 September 2024  21:31:30 -0400 (0:00:01.031)       0:00:09.468 ****** 
=============================================================================== 
fedora.linux_system_roles.postfix : Install Postfix --------------------- 2.89s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 
fedora.linux_system_roles.postfix : Restart postfix --------------------- 1.03s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7 
Gathering Facts --------------------------------------------------------- 0.87s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:2 
Clean up test files ----------------------------------------------------- 0.79s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:29 
fedora.linux_system_roles.postfix : Configure additional files ---------- 0.73s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:96 
fedora.linux_system_roles.postfix : Enable Postfix ---------------------- 0.69s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66 
fedora.linux_system_roles.postfix : Check postfix ----------------------- 0.62s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2 
fedora.linux_system_roles.postfix : Check if system is ostree ----------- 0.45s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 
fedora.linux_system_roles.postfix : Postmap files ----------------------- 0.44s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:112 
Check if postmap file exists -------------------------------------------- 0.34s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:17 
fedora.linux_system_roles.postfix : Set platform/version specific variables --- 0.12s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 
fedora.linux_system_roles.postfix : Set flag to indicate system is ostree --- 0.06s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 
Run the role with test postmap file ------------------------------------- 0.04s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:12 
fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present --- 0.03s
/tmp/collections-7KO/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.03s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 
fedora.linux_system_roles.postfix : Get the smtp related tcp service ports --- 0.02s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 
fedora.linux_system_roles.postfix : Configure selinux ------------------- 0.02s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 
fedora.linux_system_roles.postfix : Get status of package(s) ['postfix'] --- 0.02s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 
fedora.linux_system_roles.postfix : Ensure ansible_facts required by role --- 0.02s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 
fedora.linux_system_roles.postfix : Gather facts for ansible_date_time --- 0.02s
/tmp/collections-7KO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:126