[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var 
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This 
feature will be removed from ansible-core in version 2.19. Deprecation warnings
 can be disabled by setting deprecation_warnings=False in ansible.cfg.
ansible-playbook [core 2.17.2]
  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/tmp.yoRkPHYzFX
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.4 (main, Jun  7 2024, 00:00:00) [GCC 14.1.1 20240607 (Red Hat 14.1.1-5)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
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_set_file.yml ***************************************************
1 plays in /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:2
Friday 02 August 2024  09:18:07 -0400 (0:00:00.007)       0:00:00.007 ********* 
[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 the role with test postmap file] *************************************
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:12
Friday 02 August 2024  09:18:10 -0400 (0:00:02.624)       0:00:02.631 ********* 
included: fedora.linux_system_roles.postfix for managed_node1

TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts required by role] ***
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2
Friday 02 August 2024  09:18:10 -0400 (0:00:00.038)       0:00:02.670 ********* 
included: /tmp/tmp.yoRkPHYzFX/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/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3
Friday 02 August 2024  09:18:10 -0400 (0:00:00.021)       0:00:02.692 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__postfix_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Check if system is ostree] ***********
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11
Friday 02 August 2024  09:18:10 -0400 (0:00:00.035)       0:00:02.727 ********* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.postfix : Set flag to indicate system is ostree] ***
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16
Friday 02 August 2024  09:18:10 -0400 (0:00:00.466)       0:00:03.193 ********* 
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/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20
Friday 02 August 2024  09:18:10 -0400 (0:00:00.024)       0:00:03.218 ********* 
ok: [managed_node1] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__postfix_smtp_services": [
            "smtp",
            "smtps",
            "submission"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [managed_node1] => (item=Fedora.yml) => {
    "ansible_facts": {
        "__postfix_smtp_services": [
            "smtp",
            "smtps",
            "submission"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora.yml"
}
skipping: [managed_node1] => (item=Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__postfix_vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=Fedora_40.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__postfix_vars_file is file",
    "item": "Fedora_40.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Get status of package(s) ['postfix']] ***
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16
Friday 02 August 2024  09:18:10 -0400 (0:00:00.040)       0:00:03.258 ********* 
skipping: [managed_node1] => (item=postfix)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_conf.previous is defined",
    "item": "postfix",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.postfix : Remove package(s) to reset original confs ['postfix']] ***
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23
Friday 02 August 2024  09:18:10 -0400 (0:00:00.023)       0:00:03.282 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "postfix_conf.previous is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Get status of config files] **********
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38
Friday 02 August 2024  09:18:10 -0400 (0:00:00.016)       0:00:03.299 ********* 
skipping: [managed_node1] => (item=postfix)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_conf.previous | d() == \"replaced\"",
    "item": "postfix",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.postfix : Remove config files - make empty] ****
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45
Friday 02 August 2024  09:18:10 -0400 (0:00:00.032)       0:00:03.331 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.postfix : Configure firewall] ******************
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54
Friday 02 August 2024  09:18:10 -0400 (0:00:00.036)       0:00:03.367 ********* 
included: /tmp/tmp.yoRkPHYzFX/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/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3
Friday 02 August 2024  09:18:10 -0400 (0:00:00.016)       0:00:03.384 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "postfix_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Configure selinux] *******************
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57
Friday 02 August 2024  09:18:11 -0400 (0:00:00.030)       0:00:03.415 ********* 
included: /tmp/tmp.yoRkPHYzFX/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/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12
Friday 02 August 2024  09:18:11 -0400 (0:00:00.021)       0:00:03.436 ********* 
skipping: [managed_node1] => (item=smtp)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_manage_selinux | bool",
    "item": "smtp",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=smtps)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_manage_selinux | bool",
    "item": "smtps",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=submission)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_manage_selinux | bool",
    "item": "submission",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.postfix : Initialize _postfix_selinux] *********
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33
Friday 02 August 2024  09:18:11 -0400 (0:00:00.041)       0:00:03.478 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "postfix_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux] ***
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37
Friday 02 August 2024  09:18:11 -0400 (0:00:00.030)       0:00:03.508 ********* 
skipping: [managed_node1] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_selinux | bool', 'item': 'smtp', 'ansible_loop_var': 'item'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_manage_selinux | bool",
    "item": {
        "ansible_loop_var": "item",
        "changed": false,
        "false_condition": "postfix_manage_selinux | bool",
        "item": "smtp",
        "skip_reason": "Conditional result was False",
        "skipped": true
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_selinux | bool', 'item': 'smtps', 'ansible_loop_var': 'item'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_manage_selinux | bool",
    "item": {
        "ansible_loop_var": "item",
        "changed": false,
        "false_condition": "postfix_manage_selinux | bool",
        "item": "smtps",
        "skip_reason": "Conditional result was False",
        "skipped": true
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_selinux | bool', 'item': 'submission', 'ansible_loop_var': 'item'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "postfix_manage_selinux | bool",
    "item": {
        "ansible_loop_var": "item",
        "changed": false,
        "false_condition": "postfix_manage_selinux | bool",
        "item": "submission",
        "skip_reason": "Conditional result was False",
        "skipped": true
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.postfix : Set hardcoded ports to _postfix_selinux for no firewall or rhel-6 or not redhat] ***
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46
Friday 02 August 2024  09:18:11 -0400 (0:00:00.042)       0:00:03.551 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "postfix_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure the service and the ports status with the selinux role] ***********
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55
Friday 02 August 2024  09:18:11 -0400 (0:00:00.035)       0:00:03.586 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "postfix_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Install Postfix] *********************
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60
Friday 02 August 2024  09:18:11 -0400 (0:00:00.031)       0:00:03.617 ********* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.postfix : Enable Postfix] **********************
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66
Friday 02 August 2024  09:18:12 -0400 (0:00:01.466)       0:00:05.083 ********* 
ok: [managed_node1] => {
    "changed": false,
    "enabled": true,
    "name": "postfix",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-08-02 09:18:04 EDT",
        "ActiveEnterTimestampMonotonic": "345684627",
        "ActiveExitTimestamp": "Fri 2024-08-02 09:18:03 EDT",
        "ActiveExitTimestampMonotonic": "345278568",
        "ActiveState": "active",
        "After": "system.slice tmp.mount syslog.target -.mount systemd-journald.socket systemd-tmpfiles-setup.service basic.target network.target sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-08-02 09:18:03 EDT",
        "AssertTimestampMonotonic": "345340788",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "342878000",
        "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 cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-08-02 09:18:03 EDT",
        "ConditionTimestampMonotonic": "345340784",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "exim.service shutdown.target sendmail.service",
        "ControlGroup": "/system.slice/postfix.service",
        "ControlGroupId": "6406",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Postfix Mail Transport Agent",
        "DevicePolicy": "closed",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "14279",
        "ExecMainStartTimestamp": "Fri 2024-08-02 09:18:04 EDT",
        "ExecMainStartTimestampMonotonic": "345684539",
        "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 }",
        "ExecReloadEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; flags= ; 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-08-02 09:18:03 EDT] ; stop_time=[Fri 2024-08-02 09:18:04 EDT] ; pid=14212 ; code=exited ; status=0 }",
        "ExecStartEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; flags= ; start_time=[Fri 2024-08-02 09:18:03 EDT] ; stop_time=[Fri 2024-08-02 09:18:04 EDT] ; pid=14212 ; code=exited ; status=0 }",
        "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Fri 2024-08-02 09:18:03 EDT] ; stop_time=[Fri 2024-08-02 09:18:03 EDT] ; pid=14210 ; code=exited ; status=0 }",
        "ExecStartPreEx": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; flags=ignore-failure ; start_time=[Fri 2024-08-02 09:18:03 EDT] ; stop_time=[Fri 2024-08-02 09:18:03 EDT] ; pid=14210 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; 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/postfix.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "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": "postfix.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Fri 2024-08-02 09:18:03 EDT",
        "InactiveEnterTimestampMonotonic": "345337981",
        "InactiveExitTimestamp": "Fri 2024-08-02 09:18:03 EDT",
        "InactiveExitTimestampMonotonic": "345346377",
        "InvocationID": "35e8ae8af77e4067a26ce5153988625f",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "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": "14724",
        "LimitNPROCSoft": "14724",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14724",
        "LimitSIGPENDINGSoft": "14724",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "14279",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3402936320",
        "MemoryCurrent": "4243456",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "4685824",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "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": "postfix.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PIDFile": "/var/spool/postfix/pid/master.pid",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "yes",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice -.mount",
        "RequiresMountsFor": "/var/tmp",
        "Restart": "no",
        "RestartKillSignal": "15",
        "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": "no",
        "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": "Fri 2024-08-02 09:18:04 EDT",
        "StateChangeTimestampMonotonic": "345684627",
        "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": "3",
        "TasksMax": "4417",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "forking",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "tmp.mount",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.postfix : Get current config] ******************
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:72
Friday 02 August 2024  09:18:13 -0400 (0:00:00.752)       0:00:05.836 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "postfix_conf | dict2items | rejectattr('key', 'match', '^previous$') | list | items2dict | d({}) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Check given config against current config] ***
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:78
Friday 02 August 2024  09:18:13 -0400 (0:00:00.037)       0:00:05.873 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "postfix_conf | dict2items | rejectattr('key', 'match', '^previous$') | list | items2dict | d({}) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Configure additional files] **********
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:96
Friday 02 August 2024  09:18:13 -0400 (0:00:00.036)       0:00:05.910 ********* 
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
}
Notification for handler Check postfix has been saved.
Notification for handler Restart postfix has been saved.
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/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:112
Friday 02 August 2024  09:18:14 -0400 (0:00:00.787)       0:00:06.697 ********* 
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 : Gather facts for ansible_date_time] ***
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:126
Friday 02 August 2024  09:18:14 -0400 (0:00:00.577)       0:00:07.274 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Backup configuration] ****************
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:132
Friday 02 August 2024  09:18:14 -0400 (0:00:00.036)       0:00:07.310 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Ensure Last modified header is absent] ***
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:140
Friday 02 August 2024  09:18:14 -0400 (0:00:00.034)       0:00:07.345 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Ensure the outdated ansible managed header is absent] ***
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:148
Friday 02 August 2024  09:18:14 -0400 (0:00:00.037)       0:00:07.382 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Ensure ansible_managed header in configuration file] ***
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:154
Friday 02 August 2024  09:18:15 -0400 (0:00:00.037)       0:00:07.420 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.postfix : Configure Postfix] *******************
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:162
Friday 02 August 2024  09:18:15 -0400 (0:00:00.035)       0:00:07.455 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [Check if postmap file exists] ********************************************
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:17
Friday 02 August 2024  09:18:15 -0400 (0:00:00.016)       0:00:07.471 ********* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1722604694.8229659,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 16,
        "charset": "binary",
        "checksum": "d6b4bdbfb8d635e852a3c00dee90f2d8c5c289e8",
        "ctime": 1722604694.8229659,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 264348,
        "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": 1722604694.7419655,
        "nlink": 1,
        "path": "/etc/postfix/test.db",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 12288,
        "uid": 0,
        "version": "3321920738",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Assert file is present] **************************************************
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:25
Friday 02 August 2024  09:18:15 -0400 (0:00:00.843)       0:00:08.315 ********* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Clean up test files] *****************************************************
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:29
Friday 02 August 2024  09:18:15 -0400 (0:00:00.016)       0:00:08.332 ********* 
changed: [managed_node1] => (item=/etc/postfix/test) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/postfix/test",
    "path": "/etc/postfix/test",
    "state": "absent"
}
changed: [managed_node1] => (item=/etc/postfix/test.db) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/postfix/test.db",
    "path": "/etc/postfix/test.db",
    "state": "absent"
}
NOTIFIED HANDLER fedora.linux_system_roles.postfix : Check postfix for managed_node1
NOTIFIED HANDLER fedora.linux_system_roles.postfix : Restart postfix for managed_node1

RUNNING HANDLER [fedora.linux_system_roles.postfix : Check postfix] ************
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2
Friday 02 August 2024  09:18:16 -0400 (0:00:00.820)       0:00:09.152 ********* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "postfix",
        "check"
    ],
    "delta": "0:00:00.247455",
    "end": "2024-08-02 09:18:17.318891",
    "rc": 0,
    "start": "2024-08-02 09:18:17.071436"
}

RUNNING HANDLER [fedora.linux_system_roles.postfix : Restart postfix] **********
task path: /tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7
Friday 02 August 2024  09:18:17 -0400 (0:00:00.612)       0:00:09.764 ********* 
changed: [managed_node1] => {
    "changed": true,
    "name": "postfix",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestamp": "Fri 2024-08-02 09:18:04 EDT",
        "ActiveEnterTimestampMonotonic": "345684627",
        "ActiveExitTimestamp": "Fri 2024-08-02 09:18:03 EDT",
        "ActiveExitTimestampMonotonic": "345278568",
        "ActiveState": "active",
        "After": "system.slice tmp.mount syslog.target -.mount systemd-journald.socket systemd-tmpfiles-setup.service basic.target network.target sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Fri 2024-08-02 09:18:03 EDT",
        "AssertTimestampMonotonic": "345340788",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "342878000",
        "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 cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Fri 2024-08-02 09:18:03 EDT",
        "ConditionTimestampMonotonic": "345340784",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "exim.service shutdown.target sendmail.service",
        "ControlGroup": "/system.slice/postfix.service",
        "ControlGroupId": "6406",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Postfix Mail Transport Agent",
        "DevicePolicy": "closed",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "14279",
        "ExecMainStartTimestamp": "Fri 2024-08-02 09:18:04 EDT",
        "ExecMainStartTimestampMonotonic": "345684539",
        "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 }",
        "ExecReloadEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; flags= ; 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-08-02 09:18:03 EDT] ; stop_time=[Fri 2024-08-02 09:18:04 EDT] ; pid=14212 ; code=exited ; status=0 }",
        "ExecStartEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; flags= ; start_time=[Fri 2024-08-02 09:18:03 EDT] ; stop_time=[Fri 2024-08-02 09:18:04 EDT] ; pid=14212 ; code=exited ; status=0 }",
        "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Fri 2024-08-02 09:18:03 EDT] ; stop_time=[Fri 2024-08-02 09:18:03 EDT] ; pid=14210 ; code=exited ; status=0 }",
        "ExecStartPreEx": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; flags=ignore-failure ; start_time=[Fri 2024-08-02 09:18:03 EDT] ; stop_time=[Fri 2024-08-02 09:18:03 EDT] ; pid=14210 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; 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/postfix.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "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": "postfix.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Fri 2024-08-02 09:18:03 EDT",
        "InactiveEnterTimestampMonotonic": "345337981",
        "InactiveExitTimestamp": "Fri 2024-08-02 09:18:03 EDT",
        "InactiveExitTimestampMonotonic": "345346377",
        "InvocationID": "35e8ae8af77e4067a26ce5153988625f",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "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": "14724",
        "LimitNPROCSoft": "14724",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14724",
        "LimitSIGPENDINGSoft": "14724",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "14279",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3457556480",
        "MemoryCurrent": "4243456",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "4685824",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "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": "postfix.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PIDFile": "/var/spool/postfix/pid/master.pid",
        "Perpetual": "no",
        "PrivateDevices": "yes",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "yes",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "yes",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice -.mount",
        "RequiresMountsFor": "/var/tmp",
        "Restart": "no",
        "RestartKillSignal": "15",
        "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": "no",
        "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": "Fri 2024-08-02 09:18:04 EDT",
        "StateChangeTimestampMonotonic": "345684627",
        "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": "3",
        "TasksMax": "4417",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "forking",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "tmp.mount",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

PLAY RECAP *********************************************************************
managed_node1              : ok=17   changed=4    unreachable=0    failed=0    skipped=19   rescued=0    ignored=0   

Friday 02 August 2024  09:18:18 -0400 (0:00:00.979)       0:00:10.744 ********* 
=============================================================================== 
Gathering Facts --------------------------------------------------------- 2.62s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:2 
fedora.linux_system_roles.postfix : Install Postfix --------------------- 1.47s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 
fedora.linux_system_roles.postfix : Restart postfix --------------------- 0.98s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7 
Check if postmap file exists -------------------------------------------- 0.84s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:17 
Clean up test files ----------------------------------------------------- 0.82s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:29 
fedora.linux_system_roles.postfix : Configure additional files ---------- 0.79s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:96 
fedora.linux_system_roles.postfix : Enable Postfix ---------------------- 0.75s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66 
fedora.linux_system_roles.postfix : Check postfix ----------------------- 0.61s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2 
fedora.linux_system_roles.postfix : Postmap files ----------------------- 0.58s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:112 
fedora.linux_system_roles.postfix : Check if system is ostree ----------- 0.47s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 
fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux --- 0.04s
/tmp/tmp.yoRkPHYzFX/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.04s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 
fedora.linux_system_roles.postfix : Set platform/version specific variables --- 0.04s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 
Run the role with test postmap file ------------------------------------- 0.04s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:12 
fedora.linux_system_roles.postfix : Ensure the outdated ansible managed header is absent --- 0.04s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:148 
fedora.linux_system_roles.postfix : Get current config ------------------ 0.04s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:72 
fedora.linux_system_roles.postfix : Ensure Last modified header is absent --- 0.04s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:140 
fedora.linux_system_roles.postfix : Check given config against current config --- 0.04s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:78 
fedora.linux_system_roles.postfix : Gather facts for ansible_date_time --- 0.04s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:126 
fedora.linux_system_roles.postfix : Remove config files - make empty ---- 0.04s
/tmp/tmp.yoRkPHYzFX/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45