# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_set_file.yml *************************************************** 1 plays in /WORKDIR/git-postfix_files_featurerrdgy5ax/tests/tests_set_file.yml PLAY [Create a postmapped file] ************************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/tests/tests_set_file.yml:2 Monday 01 July 2024 14:08:47 +0000 (0:00:00.011) 0:00:00.011 *********** ok: [sut] TASK [Run the role with test postmap file] ************************************* task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/tests/tests_set_file.yml:12 Monday 01 July 2024 14:08:48 +0000 (0:00:00.730) 0:00:00.742 *********** TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts required by role] *** task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 Monday 01 July 2024 14:08:48 +0000 (0:00:00.024) 0:00:00.766 *********** included: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 Monday 01 July 2024 14:08:48 +0000 (0:00:00.011) 0:00:00.777 *********** skipping: [sut] => { "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: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Monday 01 July 2024 14:08:48 +0000 (0:00:00.020) 0:00:00.798 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postfix : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 Monday 01 July 2024 14:08:48 +0000 (0:00:00.188) 0:00:00.986 *********** ok: [sut] => { "ansible_facts": { "__postfix_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.postfix : Get status of package(s) ['postfix']] *** task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 Monday 01 July 2024 14:08:48 +0000 (0:00:00.015) 0:00:01.002 *********** skipping: [sut] => (item=postfix) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_conf.previous is defined", "item": "postfix", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.postfix : Remove package(s) to reset original confs ['postfix']] *** task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23 Monday 01 July 2024 14:08:48 +0000 (0:00:00.013) 0:00:01.016 *********** skipping: [sut] => { "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: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 Monday 01 July 2024 14:08:48 +0000 (0:00:00.010) 0:00:01.027 *********** skipping: [sut] => (item=postfix) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_conf.previous | d() == \"replaced\"", "item": "postfix", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.postfix : Remove config files - make empty] **** task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45 Monday 01 July 2024 14:08:48 +0000 (0:00:00.019) 0:00:01.046 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.postfix : Configure firewall] ****************** task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 Monday 01 July 2024 14:08:48 +0000 (0:00:00.020) 0:00:01.066 *********** included: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml for sut TASK [Ensure the postfix ports status with the firewall role] ****************** task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3 Monday 01 July 2024 14:08:48 +0000 (0:00:00.016) 0:00:01.083 *********** skipping: [sut] => { "changed": false, "false_condition": "postfix_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Configure selinux] ******************* task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 Monday 01 July 2024 14:08:48 +0000 (0:00:00.020) 0:00:01.103 *********** included: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml for sut TASK [fedora.linux_system_roles.postfix : Get the smtp related tcp service ports] *** task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 Monday 01 July 2024 14:08:48 +0000 (0:00:00.015) 0:00:01.119 *********** skipping: [sut] => (item=smtp) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtp", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=smtps) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtps", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=smtp-submission) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtp-submission", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.postfix : Initialize _postfix_selinux] ********* task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:24 Monday 01 July 2024 14:08:48 +0000 (0:00:00.021) 0:00:01.141 *********** skipping: [sut] => { "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: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:28 Monday 01 July 2024 14:08:48 +0000 (0:00:00.014) 0:00:01.155 *********** skipping: [sut] => (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: [sut] => (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: [sut] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_selinux | bool', 'item': 'smtp-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": "smtp-submission", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "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: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 Monday 01 July 2024 14:08:48 +0000 (0:00:00.019) 0:00:01.174 *********** skipping: [sut] => { "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: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46 Monday 01 July 2024 14:08:48 +0000 (0:00:00.014) 0:00:01.188 *********** skipping: [sut] => { "changed": false, "false_condition": "postfix_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Install Postfix] ********************* task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Monday 01 July 2024 14:08:48 +0000 (0:00:00.013) 0:00:01.202 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "2:postfix-2.10.1-9.el7.x86_64 providing postfix is already installed" ] } TASK [fedora.linux_system_roles.postfix : Enable Postfix] ********************** task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66 Monday 01 July 2024 14:08:49 +0000 (0:00:00.434) 0:00:01.637 *********** ok: [sut] => { "changed": false, "enabled": true, "name": "postfix", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2024-07-01 10:01:55 EDT", "ActiveEnterTimestampMonotonic": "25571617", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket network.target system.slice syslog.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-07-01 10:01:54 EDT", "AssertTimestampMonotonic": "23933218", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-07-01 10:01:54 EDT", "ConditionTimestampMonotonic": "23933216", "Conflicts": "exim.service shutdown.target sendmail.service", "ControlGroup": "/system.slice/postfix.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1181", "ExecMainStartTimestamp": "Mon 2024-07-01 10:01:55 EDT", "ExecMainStartTimestampMonotonic": "25571452", "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=[Mon 2024-07-01 10:01:54 EDT] ; stop_time=[Mon 2024-07-01 10:01:55 EDT] ; pid=875 ; code=exited ; status=0 }", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Mon 2024-07-01 10:01:54 EDT] ; stop_time=[Mon 2024-07-01 10:01:54 EDT] ; pid=872 ; 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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postfix.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "postfix.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2024-07-01 10:01:54 EDT", "InactiveExitTimestampMonotonic": "23935627", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1181", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "postfix.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/spool/postfix/pid/master.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Mon 2024-07-01 10:01:55 EDT", "WatchdogTimestampMonotonic": "25571485", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.postfix : Get current config] ****************** task path: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:72 Monday 01 July 2024 14:08:49 +0000 (0:00:00.360) 0:00:01.998 *********** skipping: [sut] => { "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: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:78 Monday 01 July 2024 14:08:49 +0000 (0:00:00.019) 0:00:02.017 *********** skipping: [sut] => { "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: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:96 Monday 01 July 2024 14:08:49 +0000 (0:00:00.018) 0:00:02.036 *********** changed: [sut] => (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: [sut] => { "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: /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:112 Monday 01 July 2024 14:08:50 +0000 (0:00:00.508) 0:00:02.544 *********** fatal: [sut]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result" } to retry, use: --limit @/tmp/tests_set_file.retry PLAY RECAP ********************************************************************* sut : ok=9 changed=1 unreachable=0 failed=1 skipped=13 rescued=0 ignored=0 Monday 01 July 2024 14:08:50 +0000 (0:00:00.020) 0:00:02.565 *********** =============================================================================== Gathering Facts --------------------------------------------------------- 0.73s /WORKDIR/git-postfix_files_featurerrdgy5ax/tests/tests_set_file.yml:2 --------- fedora.linux_system_roles.postfix : Configure additional files ---------- 0.51s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:96 fedora.linux_system_roles.postfix : Install Postfix --------------------- 0.43s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 fedora.linux_system_roles.postfix : Enable Postfix ---------------------- 0.36s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66 fedora.linux_system_roles.postfix : Check if system is ostree ----------- 0.19s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Run the role with test postmap file ------------------------------------- 0.02s /WORKDIR/git-postfix_files_featurerrdgy5ax/tests/tests_set_file.yml:12 -------- fedora.linux_system_roles.postfix : Get the smtp related tcp service ports --- 0.02s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present --- 0.02s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 Ensure the postfix ports status with the firewall role ------------------ 0.02s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3 fedora.linux_system_roles.postfix : Postmap files ----------------------- 0.02s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:112 fedora.linux_system_roles.postfix : Remove config files - make empty ---- 0.02s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45 fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux --- 0.02s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:28 fedora.linux_system_roles.postfix : Get status of config files ---------- 0.02s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 fedora.linux_system_roles.postfix : Get current config ------------------ 0.02s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:72 fedora.linux_system_roles.postfix : Check given config against current config --- 0.02s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:78 fedora.linux_system_roles.postfix : Configure firewall ------------------ 0.02s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 fedora.linux_system_roles.postfix : Set flag to indicate system is ostree --- 0.02s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 fedora.linux_system_roles.postfix : Configure selinux ------------------- 0.02s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 fedora.linux_system_roles.postfix : Initialize _postfix_selinux --------- 0.01s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:24 fedora.linux_system_roles.postfix : Set hardcoded ports to _postfix_selinux for no firewall or rhel-6 or not redhat --- 0.01s /WORKDIR/git-postfix_files_featurerrdgy5ax/.collection/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [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. ---^---^---^---^---^---