ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_default.yml:3 Saturday 25 July 2026 09:12:59 -0400 (0:00:00.030) 0:00:00.030 ********* ok: [managed-node3] META: ran handlers TASK [See if /dev/log exists for the fingerprint check] ************************ task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_default.yml:6 Saturday 25 July 2026 09:13:01 -0400 (0:00:01.321) 0:00:01.352 ********* ok: [managed-node3] => { "changed": false, "stat": { "atime": 1784985179.9193804, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1784984982.585, "dev": 6, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12508, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/run/systemd/journal/dev-log", "lnk_target": "/run/systemd/journal/dev-log", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1784984982.585, "nlink": 1, "path": "/dev/log", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 28, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Set the start time for the journal search] ******************************* task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_default.yml:11 Saturday 25 July 2026 09:13:01 -0400 (0:00:00.560) 0:00:01.912 ********* ok: [managed-node3] => { "ansible_facts": { "__journal_start_time": "2026-07-25 09:13:00" }, "changed": false } TASK [Run the role] ************************************************************ task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_default.yml:16 Saturday 25 July 2026 09:13:01 -0400 (0:00:00.070) 0:00:01.983 ********* included: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml for managed-node3 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:23 Saturday 25 July 2026 09:13:01 -0400 (0:00:00.019) 0:00:02.002 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:33 Saturday 25 July 2026 09:13:01 -0400 (0:00:00.036) 0:00:02.039 ********* TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 25 July 2026 09:13:01 -0400 (0:00:00.174) 0:00:02.213 ********* included: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 25 July 2026 09:13:02 -0400 (0:00:00.033) 0:00:02.247 ********* ok: [managed-node3] TASK [fedora.linux_system_roles.certificate : Record role begin fingerprint] *** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 Saturday 25 July 2026 09:13:02 -0400 (0:00:00.694) 0:00:02.942 ********* ok: [managed-node3] => { "changed": false } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:16 Saturday 25 July 2026 09:13:03 -0400 (0:00:00.480) 0:00:03.423 ********* ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:21 Saturday 25 July 2026 09:13:03 -0400 (0:00:00.486) 0:00:03.909 ********* ok: [managed-node3] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:28 Saturday 25 July 2026 09:13:03 -0400 (0:00:00.019) 0:00:03.929 ********* ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009476", "end": "2026-07-25 09:13:04.169068", "failed_when_result": false, "rc": 0, "start": "2026-07-25 09:13:04.159592" } STDOUT: running TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:36 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.534) 0:00:04.463 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:41 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.015) 0:00:04.479 ********* ok: [managed-node3] => { "ansible_facts": { "__certificate_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:46 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.017) 0:00:04.496 ********* skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:10 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.032) 0:00:04.528 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:16 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.014) 0:00:04.542 ********* skipping: [managed-node3] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:26 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.019) 0:00:04.562 ********* skipping: [managed-node3] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:50 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.018) 0:00:04.580 ********* skipping: [managed-node3] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:77 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.018) 0:00:04.599 ********* skipping: [managed-node3] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificates in the system trust store] *** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:87 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.018) 0:00:04.617 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:91 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.013) 0:00:04.631 ********* TASK [fedora.linux_system_roles.certificate : Check if test mode is supported] *** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.010) 0:00:04.641 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:148 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.012) 0:00:04.654 ********* TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:156 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.011) 0:00:04.665 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.012) 0:00:04.678 ********* TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.011) 0:00:04.690 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:179 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.014) 0:00:04.704 ********* skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Record role success fingerprint] *** task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:190 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.015) 0:00:04.720 ********* ok: [managed-node3] => { "changed": false } TASK [Check system journal contains role fingerprints] ************************* task path: /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_default.yml:20 Saturday 25 July 2026 09:13:04 -0400 (0:00:00.407) 0:00:05.127 ********* ok: [managed-node3] => { "changed": false, "cmd": "set -eo pipefail; journalctl --since \"2026-07-25 09:13:00\" --no-pager | grep -v \" Invoked with\" | grep \"sr_fingerprint.*begin system_role:certificate\" || { echo ERROR: BEGIN fingerprint not found; exit 1; }; journalctl --since \"2026-07-25 09:13:00\" --no-pager | grep -v \" Invoked with\" | grep \"sr_fingerprint.*success system_role:certificate\" || { echo ERROR: SUCCESS fingerprint not found; exit 1; }", "delta": "0:00:00.017484", "end": "2026-07-25 09:13:05.268926", "rc": 0, "start": "2026-07-25 09:13:05.251442" } STDOUT: Jul 25 09:13:03 managed-node3 platform-python[7970]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:certificate ansible_version=2.9.27 CentOS-8 2026-07-25T09:13:03-04:00 Jul 25 09:13:04 managed-node3 platform-python[8340]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:certificate ansible_version=2.9.27 CentOS-8 2026-07-25T09:13:04-04:00 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node3 : ok=13 changed=0 unreachable=0 failed=0 skipped=16 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 25 July 2026 09:13:05 -0400 (0:00:00.429) 0:00:05.557 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 1.32s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_default.yml:3 fedora.linux_system_roles.certificate : Ensure ansible_facts used by role --- 0.69s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 See if /dev/log exists for the fingerprint check ------------------------ 0.56s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_default.yml:6 fedora.linux_system_roles.certificate : Run systemctl ------------------- 0.53s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:28 fedora.linux_system_roles.certificate : Check if system is ostree ------- 0.49s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:16 fedora.linux_system_roles.certificate : Record role begin fingerprint --- 0.48s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 Check system journal contains role fingerprints ------------------------- 0.43s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_default.yml:20 fedora.linux_system_roles.certificate : Record role success fingerprint --- 0.41s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:190 Run the role normally --------------------------------------------------- 0.17s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:33 Set the start time for the journal search ------------------------------- 0.07s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_default.yml:11 Run the role ------------------------------------------------------------ 0.04s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:23 fedora.linux_system_roles.certificate : Set version specific variables --- 0.03s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 fedora.linux_system_roles.certificate : Set platform/version specific variables --- 0.03s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:46 fedora.linux_system_roles.certificate : Set flag to indicate system is ostree --- 0.02s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:21 Run the role ------------------------------------------------------------ 0.02s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_default.yml:16 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 0.02s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:16 fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists --- 0.02s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:50 fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists --- 0.02s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:26 fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.02s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:77 fedora.linux_system_roles.certificate : Set flag to indicate that systemd runtime operations are available --- 0.02s /tmp/collections-Kse/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:41