ansible-playbook [core 2.17.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-9KL executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Oct 10 2025, 00:00:00) [GCC 14.3.1 20251022 (Red Hat 14.3.1-4)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_disable_ipv6.yml *********************************************** 1 plays in /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_disable_ipv6.yml PLAY [Ensure that the rule runs with IPv6 disabled] **************************** TASK [Disable IPv6] ************************************************************ task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_disable_ipv6.yml:8 Saturday 10 January 2026 12:15:45 -0500 (0:00:00.055) 0:00:00.056 ****** included: fedora.linux_system_roles.bootloader for managed-node2 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 10 January 2026 12:15:45 -0500 (0:00:00.059) 0:00:00.115 ****** included: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 10 January 2026 12:15:45 -0500 (0:00:00.025) 0:00:00.141 ****** [WARNING]: Platform linux on host managed-node2 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-node2] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 10 January 2026 12:15:47 -0500 (0:00:01.972) 0:00:02.113 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 10 January 2026 12:15:48 -0500 (0:00:00.464) 0:00:02.578 ****** ok: [managed-node2] => { "ansible_facts": { "__bootloader_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 10 January 2026 12:15:48 -0500 (0:00:00.021) 0:00:02.600 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 10 January 2026 12:15:48 -0500 (0:00:00.031) 0:00:02.631 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['architecture'] == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 10 January 2026 12:15:48 -0500 (0:00:00.016) 0:00:02.647 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(__values | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (__values | selectattr(\"value\", \"sameas\", false) | list | length > 0) or (__values_with_null_and_state_present | length > 0) or (__values_with_null_and_no_state | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 10 January 2026 12:15:48 -0500 (0:00:00.070) 0:00:02.717 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 10 January 2026 12:15:54 -0500 (0:00:05.962) 0:00:08.680 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767686427.075, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1767686424.7447245, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065076, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767686424.7447245, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "2753804245", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 10 January 2026 12:15:54 -0500 (0:00:00.429) 0:00:09.110 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 10 January 2026 12:15:54 -0500 (0:00:00.013) 0:00:09.123 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 10 January 2026 12:15:54 -0500 (0:00:00.014) 0:00:09.138 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 10 January 2026 12:15:55 -0500 (0:00:00.352) 0:00:09.491 ****** ok: [managed-node2] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 10 January 2026 12:15:55 -0500 (0:00:00.041) 0:00:09.532 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1768065354.7878523, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1767686424.7447245, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065076, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767686424.7447245, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "2753804245", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 10 January 2026 12:15:55 -0500 (0:00:00.378) 0:00:09.911 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767624632.316, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "6fe527ca5049a58ec5cd3030ac067cf4feedf539", "ctime": 1767624632.317, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 284539, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1767624632.317, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6975, "uid": 0, "version": "515500181", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 10 January 2026 12:15:56 -0500 (0:00:00.373) 0:00:10.285 ****** ok: [managed-node2] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005176", "end": "2026-01-10 12:15:56.445305", "rc": 0, "start": "2026-01-10 12:15:56.440129" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 10 January 2026 12:15:56 -0500 (0:00:00.443) 0:00:10.729 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 10 January 2026 12:15:56 -0500 (0:00:00.030) 0:00:10.759 ****** ok: [managed-node2] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 10 January 2026 12:15:56 -0500 (0:00:00.468) 0:00:11.227 ****** changed: [managed-node2] => { "changed": true, "rc": 0 } MSG: 6 replacements made TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 10 January 2026 12:15:57 -0500 (0:00:00.372) 0:00:11.600 ****** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node2] => { "actions": [ "grubby --update-kernel=ALL --args=ipv6.disable_ipv6=1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 10 January 2026 12:15:58 -0500 (0:00:00.730) 0:00:12.330 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 10 January 2026 12:15:58 -0500 (0:00:00.019) 0:00:12.350 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 10 January 2026 12:15:58 -0500 (0:00:00.014) 0:00:12.365 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 10 January 2026 12:15:58 -0500 (0:00:00.025) 0:00:12.391 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 10 January 2026 12:15:58 -0500 (0:00:00.026) 0:00:12.417 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Run handlers] ************************************************************ task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_disable_ipv6.yml:19 Saturday 10 January 2026 12:15:58 -0500 (0:00:00.026) 0:00:12.444 ****** NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node2 NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node2 META: triggered running handlers for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 10 January 2026 12:15:58 -0500 (0:00:00.001) 0:00:12.445 ****** changed: [managed-node2] => { "changed": true, "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\" /etc/default/grub\ncat /etc/default/grub", "delta": "0:00:00.102771", "end": "2026-01-10 12:15:58.616430", "rc": 0, "start": "2026-01-10 12:15:58.513659" } STDOUT: args="ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 ipv6.disable_ipv6=1" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 ipv6.disable_ipv6=1" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 ipv6.disable_ipv6=1" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 10 January 2026 12:15:58 -0500 (0:00:00.458) 0:00:12.903 ****** included: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 10 January 2026 12:15:58 -0500 (0:00:00.016) 0:00:12.919 ****** changed: [managed-node2] => { "changed": true, "elapsed": 31, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 10 January 2026 12:16:30 -0500 (0:00:32.198) 0:00:45.118 ****** skipping: [managed-node2] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 10 January 2026 12:16:30 -0500 (0:00:00.019) 0:00:45.137 ****** ok: [managed-node2] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } TASK [Run the postfix role] **************************************************** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_disable_ipv6.yml:22 Saturday 10 January 2026 12:16:30 -0500 (0:00:00.019) 0:00:45.157 ****** included: fedora.linux_system_roles.postfix for managed-node2 TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts required by role] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 Saturday 10 January 2026 12:16:30 -0500 (0:00:00.071) 0:00:45.229 ****** included: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml for managed-node2 TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 Saturday 10 January 2026 12:16:31 -0500 (0:00:00.022) 0:00:45.252 ****** skipping: [managed-node2] => { "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/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Saturday 10 January 2026 12:16:31 -0500 (0:00:00.044) 0:00:45.296 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postfix : Set flag to indicate system is ostree] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 Saturday 10 January 2026 12:16:31 -0500 (0:00:00.567) 0:00:45.863 ****** ok: [managed-node2] => { "ansible_facts": { "__postfix_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.postfix : Set platform/version specific variables] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 Saturday 10 January 2026 12:16:31 -0500 (0:00:00.026) 0:00:45.890 ****** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "submission" ] }, "ansible_included_var_files": [ "/tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__postfix_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "smtp-submission" ] }, "ansible_included_var_files": [ "/tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "smtp-submission" ] }, "ansible_included_var_files": [ "/tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.postfix : Get status of package(s) ['postfix']] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 Saturday 10 January 2026 12:16:31 -0500 (0:00:00.050) 0:00:45.940 ****** skipping: [managed-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.postfix : Remove package(s) to reset original confs ['postfix']] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23 Saturday 10 January 2026 12:16:31 -0500 (0:00:00.021) 0:00:45.962 ****** skipping: [managed-node2] => { "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/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 Saturday 10 January 2026 12:16:31 -0500 (0:00:00.016) 0:00:45.978 ****** skipping: [managed-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.postfix : Remove config files - make empty] **** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45 Saturday 10 January 2026 12:16:31 -0500 (0:00:00.035) 0:00:46.013 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.postfix : Configure firewall] ****************** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 Saturday 10 January 2026 12:16:31 -0500 (0:00:00.037) 0:00:46.050 ****** included: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml for managed-node2 TASK [Ensure the postfix ports status with the firewall role] ****************** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3 Saturday 10 January 2026 12:16:31 -0500 (0:00:00.015) 0:00:46.066 ****** skipping: [managed-node2] => { "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/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 Saturday 10 January 2026 12:16:31 -0500 (0:00:00.028) 0:00:46.095 ****** included: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml for managed-node2 TASK [fedora.linux_system_roles.postfix : Get the smtp related tcp service ports] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 Saturday 10 January 2026 12:16:31 -0500 (0:00:00.017) 0:00:46.112 ****** skipping: [managed-node2] => (item=smtp) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtp", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=smtps) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtps", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (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: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.postfix : Initialize _postfix_selinux] ********* task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33 Saturday 10 January 2026 12:16:31 -0500 (0:00:00.035) 0:00:46.147 ****** skipping: [managed-node2] => { "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/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 Saturday 10 January 2026 12:16:31 -0500 (0:00:00.027) 0:00:46.174 ****** skipping: [managed-node2] => (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-node2] => (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-node2] => (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: [managed-node2] => { "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/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46 Saturday 10 January 2026 12:16:31 -0500 (0:00:00.037) 0:00:46.212 ****** skipping: [managed-node2] => { "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/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55 Saturday 10 January 2026 12:16:32 -0500 (0:00:00.028) 0:00:46.240 ****** skipping: [managed-node2] => { "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/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Saturday 10 January 2026 12:16:32 -0500 (0:00:00.026) 0:00:46.266 ****** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: postfix-2:3.8.5-8.el10.x86_64", "Installed: postfix-lmdb-2:3.8.5-8.el10.x86_64", "Installed: libicu-74.2-5.el10.x86_64" ] } lsrpackages: postfix TASK [fedora.linux_system_roles.postfix : Get default database type from postconf - 1] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:71 Saturday 10 January 2026 12:16:41 -0500 (0:00:09.692) 0:00:55.958 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "postconf", "-h", "default_database_type" ], "delta": "0:00:01.015667", "end": "2026-01-10 12:16:43.258733", "failed_when_result": false, "rc": 1, "start": "2026-01-10 12:16:42.243066" } STDERR: postconf: fatal: parameter inet_interfaces: no local interface found for ::1 MSG: non-zero return code TASK [fedora.linux_system_roles.postfix : Configure postfix for no ipv6] ******* task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:79 Saturday 10 January 2026 12:16:43 -0500 (0:00:01.626) 0:00:57.585 ****** included: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml for managed-node2 TASK [fedora.linux_system_roles.postfix : Gather facts for ansible_facts["date_time"]] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:6 Saturday 10 January 2026 12:16:43 -0500 (0:00:00.031) 0:00:57.616 ****** ok: [managed-node2] TASK [fedora.linux_system_roles.postfix : Backup configuration] **************** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:11 Saturday 10 January 2026 12:16:44 -0500 (0:00:01.253) 0:00:58.870 ****** changed: [managed-node2] => { "changed": true, "checksum": "5a83099be6e89e966f63a794c1f6386427bb6d8d", "dest": "/etc/postfix/main.cf.2026-01-10T17:16:44Z", "gid": 0, "group": "root", "md5sum": "ee949736e55d42411bfdc6c54a31bcf5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:postfix_etc_t:s0", "size": 29739, "src": "/etc/postfix/main.cf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.postfix : Ensure Last modified header is absent] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:19 Saturday 10 January 2026 12:16:45 -0500 (0:00:00.709) 0:00:59.580 ****** ok: [managed-node2] => { "backup": "", "changed": false, "found": 0 } TASK [fedora.linux_system_roles.postfix : Ensure the outdated ansible managed header is absent] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:27 Saturday 10 January 2026 12:16:45 -0500 (0:00:00.638) 0:01:00.218 ****** ok: [managed-node2] => { "backup": "", "changed": false, "found": 0 } TASK [fedora.linux_system_roles.postfix : Ensure ansible_managed header in configuration file] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:33 Saturday 10 January 2026 12:16:46 -0500 (0:00:00.605) 0:01:00.824 ****** changed: [managed-node2] => { "changed": true } MSG: Block inserted TASK [fedora.linux_system_roles.postfix : Configure Postfix] ******************* task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:41 Saturday 10 January 2026 12:16:47 -0500 (0:00:00.625) 0:01:01.449 ****** changed: [managed-node2] => (item={'key': 'inet_protocols', 'value': 'ipv4'}) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "postconf", "-e", "inet_protocols=ipv4" ], "delta": "0:00:00.012537", "end": "2026-01-10 12:16:47.708216", "item": { "key": "inet_protocols", "value": "ipv4" }, "rc": 0, "start": "2026-01-10 12:16:47.695679" } Notification for handler Check postfix has been saved. Notification for handler Restart postfix has been saved. TASK [fedora.linux_system_roles.postfix : Get default database type from postconf - 2] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:89 Saturday 10 January 2026 12:16:47 -0500 (0:00:00.577) 0:01:02.027 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "postconf", "-h", "default_database_type" ], "delta": "0:00:01.213611", "end": "2026-01-10 12:16:49.487643", "rc": 0, "start": "2026-01-10 12:16:48.274032" } STDOUT: lmdb TASK [fedora.linux_system_roles.postfix : Set postfix_default_database_type] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:94 Saturday 10 January 2026 12:16:49 -0500 (0:00:01.765) 0:01:03.793 ****** ok: [managed-node2] => { "ansible_facts": { "postfix_default_database_type": "lmdb" }, "changed": false } TASK [fedora.linux_system_roles.postfix : Enable Postfix] ********************** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:98 Saturday 10 January 2026 12:16:49 -0500 (0:00:00.032) 0:01:03.826 ****** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "postfix", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target systemd-tmpfiles-setup.service systemd-journald.socket syslog.target basic.target system.slice -.mount tmp.mount sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "exim.service sendmail.service shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "closed", "DynamicUser": "no", "EffectiveMemoryHigh": "3631079424", "EffectiveMemoryMax": "3631079424", "EffectiveTasksMax": "21807", "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPreEx": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "13629", "LimitNPROCSoft": "13629", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13629", "LimitSIGPENDINGSoft": "13629", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3231719424", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "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", "PrivatePIDs": "no", "PrivateTmp": "yes", "PrivateTmpEx": "connected", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "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", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21807", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "-.mount", "WantsMountsFor": "/var/tmp /tmp", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.postfix : Get current config] ****************** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:104 Saturday 10 January 2026 12:16:51 -0500 (0:00:02.276) 0:01:06.103 ****** skipping: [managed-node2] => { "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/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:110 Saturday 10 January 2026 12:16:51 -0500 (0:00:00.032) 0:01:06.135 ****** skipping: [managed-node2] => { "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/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:128 Saturday 10 January 2026 12:16:51 -0500 (0:00:00.032) 0:01:06.168 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postfix : Postmap files] *********************** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:144 Saturday 10 January 2026 12:16:51 -0500 (0:00:00.009) 0:01:06.177 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.postfix : Apply changes] *********************** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:155 Saturday 10 January 2026 12:16:51 -0500 (0:00:00.009) 0:01:06.187 ****** included: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml for managed-node2 TASK [fedora.linux_system_roles.postfix : Gather facts for ansible_facts["date_time"]] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:6 Saturday 10 January 2026 12:16:51 -0500 (0:00:00.016) 0:01:06.204 ****** skipping: [managed-node2] => { "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/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:11 Saturday 10 January 2026 12:16:52 -0500 (0:00:00.029) 0:01:06.234 ****** skipping: [managed-node2] => { "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/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:19 Saturday 10 January 2026 12:16:52 -0500 (0:00:00.029) 0:01:06.263 ****** skipping: [managed-node2] => { "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/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:27 Saturday 10 January 2026 12:16:52 -0500 (0:00:00.030) 0:01:06.293 ****** skipping: [managed-node2] => { "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/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:33 Saturday 10 January 2026 12:16:52 -0500 (0:00:00.030) 0:01:06.324 ****** skipping: [managed-node2] => { "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/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:41 Saturday 10 January 2026 12:16:52 -0500 (0:00:00.029) 0:01:06.353 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Enable IPv6] ************************************************************* task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_disable_ipv6.yml:27 Saturday 10 January 2026 12:16:52 -0500 (0:00:00.013) 0:01:06.367 ****** included: fedora.linux_system_roles.bootloader for managed-node2 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 10 January 2026 12:16:52 -0500 (0:00:00.053) 0:01:06.421 ****** included: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 10 January 2026 12:16:52 -0500 (0:00:00.015) 0:01:06.436 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 10 January 2026 12:16:52 -0500 (0:00:00.029) 0:01:06.466 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 10 January 2026 12:16:52 -0500 (0:00:00.023) 0:01:06.490 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 10 January 2026 12:16:52 -0500 (0:00:00.025) 0:01:06.515 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 10 January 2026 12:16:52 -0500 (0:00:00.029) 0:01:06.545 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['architecture'] == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 10 January 2026 12:16:52 -0500 (0:00:00.011) 0:01:06.556 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(__values | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (__values | selectattr(\"value\", \"sameas\", false) | list | length > 0) or (__values_with_null_and_state_present | length > 0) or (__values_with_null_and_no_state | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 10 January 2026 12:16:52 -0500 (0:00:00.043) 0:01:06.599 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 10 January 2026 12:16:53 -0500 (0:00:01.235) 0:01:07.835 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1768065358.616209, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "2d2565c9cdbfaa8fc49d734b1ec3e67621d97ba9", "ctime": 1768065358.6153412, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065076, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768065358.6153412, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 350, "uid": 0, "version": "2753804246", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 10 January 2026 12:16:54 -0500 (0:00:00.406) 0:01:08.242 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 10 January 2026 12:16:54 -0500 (0:00:00.017) 0:01:08.260 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 10 January 2026 12:16:54 -0500 (0:00:00.011) 0:01:08.271 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 10 January 2026 12:16:54 -0500 (0:00:00.359) 0:01:08.631 ****** ok: [managed-node2] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 10 January 2026 12:16:54 -0500 (0:00:00.043) 0:01:08.674 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1768065358.616209, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "2d2565c9cdbfaa8fc49d734b1ec3e67621d97ba9", "ctime": 1768065358.6153412, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065076, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768065358.6153412, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 350, "uid": 0, "version": "2753804246", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 10 January 2026 12:16:54 -0500 (0:00:00.379) 0:01:09.054 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1768065357.312068, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "1443c53225a8244b156c496da6cd9572b409292a", "ctime": 1768065357.3119535, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 192938242, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768065357.3120692, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "368831007", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 10 January 2026 12:16:55 -0500 (0:00:00.397) 0:01:09.452 ****** ok: [managed-node2] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004685", "end": "2026-01-10 12:16:55.586273", "rc": 0, "start": "2026-01-10 12:16:55.581588" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 10 January 2026 12:16:55 -0500 (0:00:00.419) 0:01:09.871 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 10 January 2026 12:16:55 -0500 (0:00:00.032) 0:01:09.904 ****** ok: [managed-node2] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 10 January 2026 12:16:56 -0500 (0:00:00.380) 0:01:10.284 ****** ok: [managed-node2] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 10 January 2026 12:16:56 -0500 (0:00:00.388) 0:01:10.672 ****** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node2] => { "actions": [ "grubby --update-kernel=ALL --remove-args=ipv6.disable_ipv6" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 10 January 2026 12:16:57 -0500 (0:00:00.640) 0:01:11.313 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 10 January 2026 12:16:57 -0500 (0:00:00.020) 0:01:11.333 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 10 January 2026 12:16:57 -0500 (0:00:00.016) 0:01:11.350 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 10 January 2026 12:16:57 -0500 (0:00:00.027) 0:01:11.378 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 10 January 2026 12:16:57 -0500 (0:00:00.028) 0:01:11.406 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Run handlers again] ****************************************************** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_disable_ipv6.yml:38 Saturday 10 January 2026 12:16:57 -0500 (0:00:00.029) 0:01:11.436 ****** NOTIFIED HANDLER fedora.linux_system_roles.postfix : Check postfix for managed-node2 NOTIFIED HANDLER fedora.linux_system_roles.postfix : Restart postfix for managed-node2 NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node2 NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node2 META: triggered running handlers for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.postfix : Check postfix] ************ task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2 Saturday 10 January 2026 12:16:57 -0500 (0:00:00.001) 0:01:11.438 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "postfix", "check" ], "delta": "0:00:00.202289", "end": "2026-01-10 12:16:57.728087", "rc": 0, "start": "2026-01-10 12:16:57.525798" } RUNNING HANDLER [fedora.linux_system_roles.postfix : Restart postfix] ********** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7 Saturday 10 January 2026 12:16:57 -0500 (0:00:00.580) 0:01:12.018 ****** changed: [managed-node2] => { "changed": true, "name": "postfix", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-10 12:16:51 EST", "ActiveEnterTimestampMonotonic": "38421267", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target systemd-journald.socket tmp.mount -.mount systemd-tmpfiles-setup.service syslog.target network.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-10 12:16:51 EST", "AssertTimestampMonotonic": "38079246", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "304350000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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": "Sat 2026-01-10 12:16:51 EST", "ConditionTimestampMonotonic": "38079243", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target exim.service sendmail.service", "ControlGroup": "/system.slice/postfix.service", "ControlGroupId": "4185", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "closed", "DynamicUser": "no", "EffectiveMemoryHigh": "3631079424", "EffectiveMemoryMax": "3631079424", "EffectiveTasksMax": "21807", "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "36229", "ExecMainStartTimestamp": "Sat 2026-01-10 12:16:51 EST", "ExecMainStartTimestampMonotonic": "38410001", "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=[Sat 2026-01-10 12:16:51 EST] ; stop_time=[Sat 2026-01-10 12:16:51 EST] ; pid=36162 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; flags= ; start_time=[Sat 2026-01-10 12:16:51 EST] ; stop_time=[Sat 2026-01-10 12:16:51 EST] ; pid=36162 ; code=exited ; status=0 }", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Sat 2026-01-10 12:16:51 EST] ; stop_time=[Sat 2026-01-10 12:16:51 EST] ; pid=36160 ; code=exited ; status=0 }", "ExecStartPreEx": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; flags=ignore-failure ; start_time=[Sat 2026-01-10 12:16:51 EST] ; stop_time=[Sat 2026-01-10 12:16:51 EST] ; pid=36160 ; 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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-01-10 12:16:51 EST", "InactiveExitTimestampMonotonic": "38090978", "InvocationID": "1b886d86003b486b8a07a22dbe93b8c9", "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": "13629", "LimitNPROCSoft": "13629", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13629", "LimitSIGPENDINGSoft": "13629", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "36229", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3214995456", "MemoryCurrent": "2551808", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "3899392", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "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", "PrivatePIDs": "no", "PrivateTmp": "yes", "PrivateTmpEx": "connected", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "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": "Sat 2026-01-10 12:16:51 EST", "StateChangeTimestampMonotonic": "38421267", "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": "21807", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "-.mount", "WantsMountsFor": "/var/tmp /tmp", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 10 January 2026 12:16:59 -0500 (0:00:01.343) 0:01:13.362 ****** changed: [managed-node2] => { "changed": true, "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\" /etc/default/grub\ncat /etc/default/grub", "delta": "0:00:00.107210", "end": "2026-01-10 12:16:59.554554", "rc": 0, "start": "2026-01-10 12:16:59.447344" } STDOUT: args="ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 10 January 2026 12:16:59 -0500 (0:00:00.477) 0:01:13.840 ****** included: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 10 January 2026 12:16:59 -0500 (0:00:00.012) 0:01:13.852 ****** changed: [managed-node2] => { "changed": true, "elapsed": 30, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 10 January 2026 12:17:30 -0500 (0:00:31.354) 0:01:45.207 ****** skipping: [managed-node2] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 10 January 2026 12:17:30 -0500 (0:00:00.012) 0:01:45.220 ****** ok: [managed-node2] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* managed-node2 : ok=57 changed=13 unreachable=0 failed=0 skipped=48 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 10 January 2026 12:17:31 -0500 (0:00:00.014) 0:01:45.234 ****** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 32.20s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 31.35s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.postfix : Install Postfix --------------------- 9.69s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 5.96s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.postfix : Enable Postfix ---------------------- 2.28s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:98 fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role --- 1.97s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 fedora.linux_system_roles.postfix : Get default database type from postconf - 2 --- 1.77s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:89 fedora.linux_system_roles.postfix : Get default database type from postconf - 1 --- 1.63s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:71 fedora.linux_system_roles.postfix : Restart postfix --------------------- 1.34s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7 fedora.linux_system_roles.postfix : Gather facts for ansible_facts["date_time"] --- 1.25s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.24s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.73s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.postfix : Backup configuration ---------------- 0.71s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:11 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.64s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.postfix : Ensure Last modified header is absent --- 0.64s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:19 fedora.linux_system_roles.postfix : Ensure ansible_managed header in configuration file --- 0.63s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:33 fedora.linux_system_roles.postfix : Ensure the outdated ansible managed header is absent --- 0.61s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:27 fedora.linux_system_roles.postfix : Check postfix ----------------------- 0.58s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2 fedora.linux_system_roles.postfix : Configure Postfix ------------------- 0.58s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/manage_config.yml:41 fedora.linux_system_roles.postfix : Check if system is ostree ----------- 0.57s /tmp/collections-9KL/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11