ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [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_trust.yml ****************************************************** 1 plays in /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml PLAY [Test adding certificates to the system trust store] ********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:3 Tuesday 14 July 2026 03:11:22 -0400 (0:00:00.022) 0:00:00.022 ********** ok: [managed-node2] META: ran handlers TASK [Get var __certificate_is_ostree and other role vars] ********************* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:11 Tuesday 14 July 2026 03:11:23 -0400 (0:00:00.833) 0:00:00.856 ********** TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Tuesday 14 July 2026 03:11:23 -0400 (0:00:00.039) 0:00:00.895 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Record role begin fingerprint] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 Tuesday 14 July 2026 03:11:23 -0400 (0:00:00.042) 0:00:00.938 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:16 Tuesday 14 July 2026 03:11:24 -0400 (0:00:00.445) 0:00:01.383 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:21 Tuesday 14 July 2026 03:11:24 -0400 (0:00:00.519) 0:00:01.903 ********** ok: [managed-node2] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:28 Tuesday 14 July 2026 03:11:24 -0400 (0:00:00.056) 0:00:01.959 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.006637", "end": "2026-07-14 03:11:25.347031", "failed_when_result": false, "rc": 0, "start": "2026-07-14 03:11:25.340394" } STDOUT: running TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:36 Tuesday 14 July 2026 03:11:25 -0400 (0:00:00.509) 0:00:02.469 ********** skipping: [managed-node2] => { "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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:41 Tuesday 14 July 2026 03:11:25 -0400 (0:00:00.042) 0:00:02.511 ********** ok: [managed-node2] => { "ansible_facts": { "__certificate_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:46 Tuesday 14 July 2026 03:11:25 -0400 (0:00:00.054) 0:00:02.566 ********** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [Ensure openssl is installed] ********************************************* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:17 Tuesday 14 July 2026 03:11:25 -0400 (0:00:00.082) 0:00:02.648 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "1:openssl-1.0.2k-26.el7_9.x86_64 providing openssl is already installed" ] } TASK [Generate a self-signed test CA certificate] ****************************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:23 Tuesday 14 July 2026 03:11:26 -0400 (0:00:00.647) 0:00:03.296 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "openssl", "req", "-x509", "-new", "-newkey", "rsa:2048", "-nodes", "-days", "3650", "-subj", "/CN=LSR-Trust-Test-CA", "-keyout", "/tmp/lsr_trust_test_ca.key", "-out", "/tmp/lsr_trust_test_ca.crt" ], "delta": "0:00:00.136584", "end": "2026-07-14 03:11:26.613148", "rc": 0, "start": "2026-07-14 03:11:26.476564" } STDERR: Generating a 2048 bit RSA private key ......................................+++ ...........................................................................................+++ writing new private key to '/tmp/lsr_trust_test_ca.key' ----- TASK [Check that the test CA certificate is not yet trusted] ******************* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:31 Tuesday 14 July 2026 03:11:26 -0400 (0:00:00.429) 0:00:03.725 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "openssl", "verify", "/tmp/lsr_trust_test_ca.crt" ], "delta": "0:00:00.011556", "end": "2026-07-14 03:11:26.931721", "failed_when_result": false, "rc": 0, "start": "2026-07-14 03:11:26.920165" } STDOUT: /tmp/lsr_trust_test_ca.crt: CN = LSR-Trust-Test-CA error 18 at 0 depth lookup:self signed certificate OK TASK [Assert that the test CA certificate is not yet trusted] ****************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:37 Tuesday 14 July 2026 03:11:26 -0400 (0:00:00.320) 0:00:04.045 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Run the role to trust a certificate file on the managed host] ************ task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:41 Tuesday 14 July 2026 03:11:27 -0400 (0:00:00.072) 0:00:04.118 ********** included: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:23 Tuesday 14 July 2026 03:11:27 -0400 (0:00:00.036) 0:00:04.154 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:33 Tuesday 14 July 2026 03:11:27 -0400 (0:00:00.046) 0:00:04.201 ********** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Tuesday 14 July 2026 03:11:27 -0400 (0:00:00.110) 0:00:04.312 ********** included: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Tuesday 14 July 2026 03:11:27 -0400 (0:00:00.031) 0:00:04.344 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.certificate : Record role begin fingerprint] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 Tuesday 14 July 2026 03:11:27 -0400 (0:00:00.403) 0:00:04.747 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:16 Tuesday 14 July 2026 03:11:27 -0400 (0:00:00.248) 0:00:04.995 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:21 Tuesday 14 July 2026 03:11:27 -0400 (0:00:00.021) 0:00:05.017 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:28 Tuesday 14 July 2026 03:11:27 -0400 (0:00:00.017) 0:00:05.035 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:36 Tuesday 14 July 2026 03:11:27 -0400 (0:00:00.018) 0:00:05.053 ********** skipping: [managed-node2] => { "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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:41 Tuesday 14 July 2026 03:11:28 -0400 (0:00:00.018) 0:00:05.072 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:46 Tuesday 14 July 2026 03:11:28 -0400 (0:00:00.016) 0:00:05.088 ********** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:10 Tuesday 14 July 2026 03:11:28 -0400 (0:00:00.049) 0:00:05.138 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:16 Tuesday 14 July 2026 03:11:28 -0400 (0:00:00.015) 0:00:05.153 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:26 Tuesday 14 July 2026 03:11:28 -0400 (0:00:00.020) 0:00:05.173 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:50 Tuesday 14 July 2026 03:11:28 -0400 (0:00:00.020) 0:00:05.194 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:77 Tuesday 14 July 2026 03:11:28 -0400 (0:00:00.020) 0:00:05.214 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:87 Tuesday 14 July 2026 03:11:28 -0400 (0:00:00.020) 0:00:05.234 ********** included: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Validate certificate_trust items] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:3 Tuesday 14 July 2026 03:11:28 -0400 (0:00:00.027) 0:00:05.262 ********** ok: [managed-node2] => (item=lsr-trust-test-src) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-src", "remote_src": true, "src": "/tmp/lsr_trust_test_ca.crt" } } MSG: All assertions passed TASK [fedora.linux_system_roles.certificate : Ensure trust store packages are installed] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:20 Tuesday 14 July 2026 03:11:28 -0400 (0:00:00.041) 0:00:05.303 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "ca-certificates-2023.2.60_v7.0.306-72.el7_9.noarch providing ca-certificates is already installed" ] } TASK [fedora.linux_system_roles.certificate : Install trust certificates] ****** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:26 Tuesday 14 July 2026 03:11:29 -0400 (0:00:00.782) 0:00:06.086 ********** changed: [managed-node2] => (item=lsr-trust-test-src) => { "ansible_loop_var": "item", "changed": true, "checksum": "0c55fa23ce641cd2e3dde274a84b81b4ef5b472a", "dest": "/etc/pki/ca-trust/source/anchors/lsr-trust-test-src.crt", "gid": 0, "group": "root", "item": { "name": "lsr-trust-test-src", "remote_src": true, "src": "/tmp/lsr_trust_test_ca.crt" }, "md5sum": "9b6da76ff546d7cde1c82fc92f938975", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cert_t:s0", "size": 1115, "src": "/tmp/lsr_trust_test_ca.crt", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Install trust certificates from URL] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:43 Tuesday 14 July 2026 03:11:29 -0400 (0:00:00.420) 0:00:06.506 ********** skipping: [managed-node2] => (item=lsr-trust-test-src) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-src", "remote_src": true, "src": "/tmp/lsr_trust_test_ca.crt" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove trust certificates] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:58 Tuesday 14 July 2026 03:11:29 -0400 (0:00:00.022) 0:00:06.529 ********** skipping: [managed-node2] => (item=lsr-trust-test-src) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-src", "remote_src": true, "src": "/tmp/lsr_trust_test_ca.crt" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Update system trust store] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:68 Tuesday 14 July 2026 03:11:29 -0400 (0:00:00.020) 0:00:06.550 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "/usr/bin/update-ca-trust", "extract" ], "delta": "0:00:01.245728", "end": "2026-07-14 03:11:30.967408", "rc": 0, "start": "2026-07-14 03:11:29.721680" } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:91 Tuesday 14 July 2026 03:11:31 -0400 (0:00:01.523) 0:00:08.074 ********** TASK [fedora.linux_system_roles.certificate : Check if test mode is supported] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Tuesday 14 July 2026 03:11:31 -0400 (0:00:00.013) 0:00:08.087 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:148 Tuesday 14 July 2026 03:11:31 -0400 (0:00:00.016) 0:00:08.104 ********** TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:156 Tuesday 14 July 2026 03:11:31 -0400 (0:00:00.018) 0:00:08.122 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Tuesday 14 July 2026 03:11:31 -0400 (0:00:00.020) 0:00:08.143 ********** TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Tuesday 14 July 2026 03:11:31 -0400 (0:00:00.020) 0:00:08.163 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:179 Tuesday 14 July 2026 03:11:31 -0400 (0:00:00.022) 0:00:08.186 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Record role success fingerprint] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:190 Tuesday 14 July 2026 03:11:31 -0400 (0:00:00.025) 0:00:08.212 ********** ok: [managed-node2] => { "changed": false } TASK [Get the trust anchor file attributes] ************************************ task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:50 Tuesday 14 July 2026 03:11:31 -0400 (0:00:00.280) 0:00:08.492 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784013089.7393398, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0c55fa23ce641cd2e3dde274a84b81b4ef5b472a", "ctime": 1784013089.3913386, "dev": 66305, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 172769, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784013086.611328, "nlink": 1, "path": "/etc/pki/ca-trust/source/anchors/lsr-trust-test-src.crt", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1115, "uid": 0, "version": "1602255805", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Assert that the trust anchor was installed] ****************************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:55 Tuesday 14 July 2026 03:11:31 -0400 (0:00:00.268) 0:00:08.761 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check that the test CA certificate is now trusted] *********************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:63 Tuesday 14 July 2026 03:11:31 -0400 (0:00:00.031) 0:00:08.792 ********** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ __trust_verify_after.stdout is not search(': OK') }} ok: [managed-node2] => { "changed": false, "cmd": [ "openssl", "verify", "/tmp/lsr_trust_test_ca.crt" ], "delta": "0:00:00.011135", "end": "2026-07-14 03:11:31.983460", "failed_when_result": false, "rc": 0, "start": "2026-07-14 03:11:31.972325" } STDOUT: /tmp/lsr_trust_test_ca.crt: OK TASK [Slurp the test CA certificate] ******************************************* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:69 Tuesday 14 July 2026 03:11:32 -0400 (0:00:00.299) 0:00:09.092 ********** ok: [managed-node2] => { "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURDekNDQWZPZ0F3SUJBZ0lKQUxJQ3dKM01IbFlCTUEwR0NTcUdTSWIzRFFFQkN3VUFNQnd4R2pBWUJnTlYKQkFNTUVVeFRVaTFVY25WemRDMVVaWE4wTFVOQk1CNFhEVEkyTURjeE5EQTNNVEV5TmxvWERUTTJNRGN4TVRBMwpNVEV5Tmxvd0hERWFNQmdHQTFVRUF3d1JURk5TTFZSeWRYTjBMVlJsYzNRdFEwRXdnZ0VpTUEwR0NTcUdTSWIzCkRRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRQ2QvelRoK2FiT1ZPRXFkclJiVUkwT08rOURQbHpPUk93SVVqNk0KbTRKR2tPenpvU0p1NWwxc2hjNStHV3l3dGo1Z3U5WUJST0ZXdFNCV29aWTBpd3hhNFdmR1d3cnZUQWJkVGkrZgowWUNTVCs2U0kxSVRnekZOOWJQOTFHWlJQYnZxMENKeUtjZjJDZGxpaDRhVXo0bmNtR2FjOFZsam4zVjVJbGgzCkpOR3puL1ptNjBMa2ZHZ3d5c3J6U0lIdEhQYlEyU093UVZSbEg1cVQyV05WQms2SER0UWRKVnpybEQ1dGNITk4KQmxSNC9BRWFESG9EYVJJRncxSHFSZnBkMlFlT3NYWWM2czJtM1RpbTBtT2NFLzRJK2JNM2xqekJtem0rOHRQNApYcGNGTVovSVR3RzA3dFlTRjhuUGFSZXVoRFAwcEZGZjNwNjZWbGJDa0ZRaFdmNGZBZ01CQUFHalVEQk9NQjBHCkExVWREZ1FXQkJSbm82Nk9zekYydGhKd1ArM2N3U0dUYk00aG9qQWZCZ05WSFNNRUdEQVdnQlJubzY2T3N6RjIKdGhKd1ArM2N3U0dUYk00aG9qQU1CZ05WSFJNRUJUQURBUUgvTUEwR0NTcUdTSWIzRFFFQkN3VUFBNElCQVFBeApYRmZQV2FNYldjQnMxTWhBWi9kYytaS003ZmljdDJvVGk1elAraXAzdEw2WGhaTjRaRWpFdEtFODhXQkpBQmlrCnhRYW5jRHU4d3BjdVQyZjJPOE54SzRCckZsVi9xSHcxRmQ2UG83ZXhMK1NSOERNT2tjdlFSQk54allka2FWOVAKd2ZqbXB4Szk4Tm9yYmpKc2tpMGxkaUp4dzR5dlMyUkkxV2dPdWdxZXZrVWFFWjY1blVqYS8yNlk5Yk8yMjNsKwppTHZQL25TVlpNdGVvYlErN0ptU1RyWERzQjdxNVpXNkdPMHRyOWtrQklzYVZKWk8ya3VXMG9jN2Z4cDdjRyt0ClJqRnJJOWY2b0NsNUFubHFqeHEvcE91aWxGanNzaVhyVURBMkIvNm8vMDZKL1hwdmVyV1hvVzMxUTBtQjRTTDYKMW1jbllDQndja3JQT05vb08zT0oKLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=", "encoding": "base64", "source": "/tmp/lsr_trust_test_ca.crt" } TASK [Run the role to trust inline certificate content] ************************ task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:74 Tuesday 14 July 2026 03:11:32 -0400 (0:00:00.402) 0:00:09.494 ********** included: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:23 Tuesday 14 July 2026 03:11:32 -0400 (0:00:00.028) 0:00:09.523 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:33 Tuesday 14 July 2026 03:11:32 -0400 (0:00:00.013) 0:00:09.536 ********** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Tuesday 14 July 2026 03:11:32 -0400 (0:00:00.025) 0:00:09.562 ********** included: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Tuesday 14 July 2026 03:11:32 -0400 (0:00:00.029) 0:00:09.591 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.certificate : Record role begin fingerprint] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 Tuesday 14 July 2026 03:11:32 -0400 (0:00:00.379) 0:00:09.971 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:16 Tuesday 14 July 2026 03:11:33 -0400 (0:00:00.241) 0:00:10.213 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:21 Tuesday 14 July 2026 03:11:33 -0400 (0:00:00.015) 0:00:10.229 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:28 Tuesday 14 July 2026 03:11:33 -0400 (0:00:00.015) 0:00:10.245 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:36 Tuesday 14 July 2026 03:11:33 -0400 (0:00:00.014) 0:00:10.259 ********** skipping: [managed-node2] => { "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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:41 Tuesday 14 July 2026 03:11:33 -0400 (0:00:00.013) 0:00:10.272 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:46 Tuesday 14 July 2026 03:11:33 -0400 (0:00:00.013) 0:00:10.286 ********** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:10 Tuesday 14 July 2026 03:11:33 -0400 (0:00:00.045) 0:00:10.332 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:16 Tuesday 14 July 2026 03:11:33 -0400 (0:00:00.013) 0:00:10.346 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:26 Tuesday 14 July 2026 03:11:33 -0400 (0:00:00.020) 0:00:10.366 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:50 Tuesday 14 July 2026 03:11:33 -0400 (0:00:00.020) 0:00:10.386 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:77 Tuesday 14 July 2026 03:11:33 -0400 (0:00:00.020) 0:00:10.406 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:87 Tuesday 14 July 2026 03:11:33 -0400 (0:00:00.026) 0:00:10.432 ********** included: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Validate certificate_trust items] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:3 Tuesday 14 July 2026 03:11:33 -0400 (0:00:00.024) 0:00:10.457 ********** ok: [managed-node2] => (item=lsr-trust-test-content) => { "ansible_loop_var": "item", "changed": false, "item": { "content": "-----BEGIN CERTIFICATE-----\nMIIDCzCCAfOgAwIBAgIJALICwJ3MHlYBMA0GCSqGSIb3DQEBCwUAMBwxGjAYBgNV\nBAMMEUxTUi1UcnVzdC1UZXN0LUNBMB4XDTI2MDcxNDA3MTEyNloXDTM2MDcxMTA3\nMTEyNlowHDEaMBgGA1UEAwwRTFNSLVRydXN0LVRlc3QtQ0EwggEiMA0GCSqGSIb3\nDQEBAQUAA4IBDwAwggEKAoIBAQCd/zTh+abOVOEqdrRbUI0OO+9DPlzOROwIUj6M\nm4JGkOzzoSJu5l1shc5+GWywtj5gu9YBROFWtSBWoZY0iwxa4WfGWwrvTAbdTi+f\n0YCST+6SI1ITgzFN9bP91GZRPbvq0CJyKcf2Cdlih4aUz4ncmGac8Vljn3V5Ilh3\nJNGzn/Zm60LkfGgwysrzSIHtHPbQ2SOwQVRlH5qT2WNVBk6HDtQdJVzrlD5tcHNN\nBlR4/AEaDHoDaRIFw1HqRfpd2QeOsXYc6s2m3Tim0mOcE/4I+bM3ljzBmzm+8tP4\nXpcFMZ/ITwG07tYSF8nPaReuhDP0pFFf3p66VlbCkFQhWf4fAgMBAAGjUDBOMB0G\nA1UdDgQWBBRno66OszF2thJwP+3cwSGTbM4hojAfBgNVHSMEGDAWgBRno66OszF2\nthJwP+3cwSGTbM4hojAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQAx\nXFfPWaMbWcBs1MhAZ/dc+ZKM7fict2oTi5zP+ip3tL6XhZN4ZEjEtKE88WBJABik\nxQancDu8wpcuT2f2O8NxK4BrFlV/qHw1Fd6Po7exL+SR8DMOkcvQRBNxjYdkaV9P\nwfjmpxK98NorbjJski0ldiJxw4yvS2RI1WgOugqevkUaEZ65nUja/26Y9bO223l+\niLvP/nSVZMteobQ+7JmSTrXDsB7q5ZW6GO0tr9kkBIsaVJZO2kuW0oc7fxp7cG+t\nRjFrI9f6oCl5Anlqjxq/pOuilFjssiXrUDA2B/6o/06J/XpverWXoW31Q0mB4SL6\n1mcnYCBwckrPONooO3OJ\n-----END CERTIFICATE-----\n", "name": "lsr-trust-test-content" } } MSG: All assertions passed TASK [fedora.linux_system_roles.certificate : Ensure trust store packages are installed] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:20 Tuesday 14 July 2026 03:11:33 -0400 (0:00:00.029) 0:00:10.487 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "ca-certificates-2023.2.60_v7.0.306-72.el7_9.noarch providing ca-certificates is already installed" ] } TASK [fedora.linux_system_roles.certificate : Install trust certificates] ****** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:26 Tuesday 14 July 2026 03:11:34 -0400 (0:00:00.734) 0:00:11.222 ********** changed: [managed-node2] => (item=lsr-trust-test-content) => { "ansible_loop_var": "item", "changed": true, "checksum": "0c55fa23ce641cd2e3dde274a84b81b4ef5b472a", "dest": "/etc/pki/ca-trust/source/anchors/lsr-trust-test-content.crt", "gid": 0, "group": "root", "item": { "content": "-----BEGIN CERTIFICATE-----\nMIIDCzCCAfOgAwIBAgIJALICwJ3MHlYBMA0GCSqGSIb3DQEBCwUAMBwxGjAYBgNV\nBAMMEUxTUi1UcnVzdC1UZXN0LUNBMB4XDTI2MDcxNDA3MTEyNloXDTM2MDcxMTA3\nMTEyNlowHDEaMBgGA1UEAwwRTFNSLVRydXN0LVRlc3QtQ0EwggEiMA0GCSqGSIb3\nDQEBAQUAA4IBDwAwggEKAoIBAQCd/zTh+abOVOEqdrRbUI0OO+9DPlzOROwIUj6M\nm4JGkOzzoSJu5l1shc5+GWywtj5gu9YBROFWtSBWoZY0iwxa4WfGWwrvTAbdTi+f\n0YCST+6SI1ITgzFN9bP91GZRPbvq0CJyKcf2Cdlih4aUz4ncmGac8Vljn3V5Ilh3\nJNGzn/Zm60LkfGgwysrzSIHtHPbQ2SOwQVRlH5qT2WNVBk6HDtQdJVzrlD5tcHNN\nBlR4/AEaDHoDaRIFw1HqRfpd2QeOsXYc6s2m3Tim0mOcE/4I+bM3ljzBmzm+8tP4\nXpcFMZ/ITwG07tYSF8nPaReuhDP0pFFf3p66VlbCkFQhWf4fAgMBAAGjUDBOMB0G\nA1UdDgQWBBRno66OszF2thJwP+3cwSGTbM4hojAfBgNVHSMEGDAWgBRno66OszF2\nthJwP+3cwSGTbM4hojAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQAx\nXFfPWaMbWcBs1MhAZ/dc+ZKM7fict2oTi5zP+ip3tL6XhZN4ZEjEtKE88WBJABik\nxQancDu8wpcuT2f2O8NxK4BrFlV/qHw1Fd6Po7exL+SR8DMOkcvQRBNxjYdkaV9P\nwfjmpxK98NorbjJski0ldiJxw4yvS2RI1WgOugqevkUaEZ65nUja/26Y9bO223l+\niLvP/nSVZMteobQ+7JmSTrXDsB7q5ZW6GO0tr9kkBIsaVJZO2kuW0oc7fxp7cG+t\nRjFrI9f6oCl5Anlqjxq/pOuilFjssiXrUDA2B/6o/06J/XpverWXoW31Q0mB4SL6\n1mcnYCBwckrPONooO3OJ\n-----END CERTIFICATE-----\n", "name": "lsr-trust-test-content" }, "md5sum": "9b6da76ff546d7cde1c82fc92f938975", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cert_t:s0", "size": 1115, "src": "/root/.ansible/tmp/ansible-tmp-1784013094.2-20327-37749032416851/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Install trust certificates from URL] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:43 Tuesday 14 July 2026 03:11:34 -0400 (0:00:00.490) 0:00:11.712 ********** skipping: [managed-node2] => (item=lsr-trust-test-content) => { "ansible_loop_var": "item", "changed": false, "item": { "content": "-----BEGIN CERTIFICATE-----\nMIIDCzCCAfOgAwIBAgIJALICwJ3MHlYBMA0GCSqGSIb3DQEBCwUAMBwxGjAYBgNV\nBAMMEUxTUi1UcnVzdC1UZXN0LUNBMB4XDTI2MDcxNDA3MTEyNloXDTM2MDcxMTA3\nMTEyNlowHDEaMBgGA1UEAwwRTFNSLVRydXN0LVRlc3QtQ0EwggEiMA0GCSqGSIb3\nDQEBAQUAA4IBDwAwggEKAoIBAQCd/zTh+abOVOEqdrRbUI0OO+9DPlzOROwIUj6M\nm4JGkOzzoSJu5l1shc5+GWywtj5gu9YBROFWtSBWoZY0iwxa4WfGWwrvTAbdTi+f\n0YCST+6SI1ITgzFN9bP91GZRPbvq0CJyKcf2Cdlih4aUz4ncmGac8Vljn3V5Ilh3\nJNGzn/Zm60LkfGgwysrzSIHtHPbQ2SOwQVRlH5qT2WNVBk6HDtQdJVzrlD5tcHNN\nBlR4/AEaDHoDaRIFw1HqRfpd2QeOsXYc6s2m3Tim0mOcE/4I+bM3ljzBmzm+8tP4\nXpcFMZ/ITwG07tYSF8nPaReuhDP0pFFf3p66VlbCkFQhWf4fAgMBAAGjUDBOMB0G\nA1UdDgQWBBRno66OszF2thJwP+3cwSGTbM4hojAfBgNVHSMEGDAWgBRno66OszF2\nthJwP+3cwSGTbM4hojAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQAx\nXFfPWaMbWcBs1MhAZ/dc+ZKM7fict2oTi5zP+ip3tL6XhZN4ZEjEtKE88WBJABik\nxQancDu8wpcuT2f2O8NxK4BrFlV/qHw1Fd6Po7exL+SR8DMOkcvQRBNxjYdkaV9P\nwfjmpxK98NorbjJski0ldiJxw4yvS2RI1WgOugqevkUaEZ65nUja/26Y9bO223l+\niLvP/nSVZMteobQ+7JmSTrXDsB7q5ZW6GO0tr9kkBIsaVJZO2kuW0oc7fxp7cG+t\nRjFrI9f6oCl5Anlqjxq/pOuilFjssiXrUDA2B/6o/06J/XpverWXoW31Q0mB4SL6\n1mcnYCBwckrPONooO3OJ\n-----END CERTIFICATE-----\n", "name": "lsr-trust-test-content" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove trust certificates] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:58 Tuesday 14 July 2026 03:11:34 -0400 (0:00:00.022) 0:00:11.734 ********** skipping: [managed-node2] => (item=lsr-trust-test-content) => { "ansible_loop_var": "item", "changed": false, "item": { "content": "-----BEGIN CERTIFICATE-----\nMIIDCzCCAfOgAwIBAgIJALICwJ3MHlYBMA0GCSqGSIb3DQEBCwUAMBwxGjAYBgNV\nBAMMEUxTUi1UcnVzdC1UZXN0LUNBMB4XDTI2MDcxNDA3MTEyNloXDTM2MDcxMTA3\nMTEyNlowHDEaMBgGA1UEAwwRTFNSLVRydXN0LVRlc3QtQ0EwggEiMA0GCSqGSIb3\nDQEBAQUAA4IBDwAwggEKAoIBAQCd/zTh+abOVOEqdrRbUI0OO+9DPlzOROwIUj6M\nm4JGkOzzoSJu5l1shc5+GWywtj5gu9YBROFWtSBWoZY0iwxa4WfGWwrvTAbdTi+f\n0YCST+6SI1ITgzFN9bP91GZRPbvq0CJyKcf2Cdlih4aUz4ncmGac8Vljn3V5Ilh3\nJNGzn/Zm60LkfGgwysrzSIHtHPbQ2SOwQVRlH5qT2WNVBk6HDtQdJVzrlD5tcHNN\nBlR4/AEaDHoDaRIFw1HqRfpd2QeOsXYc6s2m3Tim0mOcE/4I+bM3ljzBmzm+8tP4\nXpcFMZ/ITwG07tYSF8nPaReuhDP0pFFf3p66VlbCkFQhWf4fAgMBAAGjUDBOMB0G\nA1UdDgQWBBRno66OszF2thJwP+3cwSGTbM4hojAfBgNVHSMEGDAWgBRno66OszF2\nthJwP+3cwSGTbM4hojAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQAx\nXFfPWaMbWcBs1MhAZ/dc+ZKM7fict2oTi5zP+ip3tL6XhZN4ZEjEtKE88WBJABik\nxQancDu8wpcuT2f2O8NxK4BrFlV/qHw1Fd6Po7exL+SR8DMOkcvQRBNxjYdkaV9P\nwfjmpxK98NorbjJski0ldiJxw4yvS2RI1WgOugqevkUaEZ65nUja/26Y9bO223l+\niLvP/nSVZMteobQ+7JmSTrXDsB7q5ZW6GO0tr9kkBIsaVJZO2kuW0oc7fxp7cG+t\nRjFrI9f6oCl5Anlqjxq/pOuilFjssiXrUDA2B/6o/06J/XpverWXoW31Q0mB4SL6\n1mcnYCBwckrPONooO3OJ\n-----END CERTIFICATE-----\n", "name": "lsr-trust-test-content" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Update system trust store] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:68 Tuesday 14 July 2026 03:11:34 -0400 (0:00:00.020) 0:00:11.754 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "/usr/bin/update-ca-trust", "extract" ], "delta": "0:00:01.240784", "end": "2026-07-14 03:11:36.140076", "rc": 0, "start": "2026-07-14 03:11:34.899292" } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:91 Tuesday 14 July 2026 03:11:36 -0400 (0:00:01.492) 0:00:13.246 ********** TASK [fedora.linux_system_roles.certificate : Check if test mode is supported] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Tuesday 14 July 2026 03:11:36 -0400 (0:00:00.013) 0:00:13.260 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:148 Tuesday 14 July 2026 03:11:36 -0400 (0:00:00.014) 0:00:13.274 ********** TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:156 Tuesday 14 July 2026 03:11:36 -0400 (0:00:00.012) 0:00:13.286 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Tuesday 14 July 2026 03:11:36 -0400 (0:00:00.014) 0:00:13.300 ********** TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Tuesday 14 July 2026 03:11:36 -0400 (0:00:00.012) 0:00:13.313 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:179 Tuesday 14 July 2026 03:11:36 -0400 (0:00:00.015) 0:00:13.328 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Record role success fingerprint] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:190 Tuesday 14 July 2026 03:11:36 -0400 (0:00:00.015) 0:00:13.344 ********** ok: [managed-node2] => { "changed": false } TASK [Get the trust anchor file attributes] ************************************ task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:82 Tuesday 14 July 2026 03:11:36 -0400 (0:00:00.243) 0:00:13.587 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784013094.9093583, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0c55fa23ce641cd2e3dde274a84b81b4ef5b472a", "ctime": 1784013094.6013572, "dev": 66305, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263348, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784013094.4163566, "nlink": 1, "path": "/etc/pki/ca-trust/source/anchors/lsr-trust-test-content.crt", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1115, "uid": 0, "version": "1602255866", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Assert that the trust anchor was installed] ****************************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:87 Tuesday 14 July 2026 03:11:36 -0400 (0:00:00.263) 0:00:13.851 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Run the role with conflicting certificate sources] *********************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:97 Tuesday 14 July 2026 03:11:36 -0400 (0:00:00.024) 0:00:13.875 ********** included: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:23 Tuesday 14 July 2026 03:11:36 -0400 (0:00:00.020) 0:00:13.896 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:33 Tuesday 14 July 2026 03:11:36 -0400 (0:00:00.013) 0:00:13.910 ********** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Tuesday 14 July 2026 03:11:36 -0400 (0:00:00.027) 0:00:13.938 ********** included: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Tuesday 14 July 2026 03:11:36 -0400 (0:00:00.023) 0:00:13.961 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.certificate : Record role begin fingerprint] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.376) 0:00:14.338 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:16 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.250) 0:00:14.589 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:21 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.015) 0:00:14.604 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:28 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.016) 0:00:14.621 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:36 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.015) 0:00:14.636 ********** skipping: [managed-node2] => { "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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:41 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.016) 0:00:14.653 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:46 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.015) 0:00:14.668 ********** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:10 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.047) 0:00:14.716 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:16 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.016) 0:00:14.732 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:26 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.022) 0:00:14.754 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:50 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.022) 0:00:14.777 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:77 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.023) 0:00:14.800 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:87 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.021) 0:00:14.822 ********** included: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Validate certificate_trust items] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:3 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.026) 0:00:14.849 ********** failed: [managed-node2] (item=lsr-trust-test-invalid) => { "ansible_loop_var": "item", "assertion": "item.state | d('present') == 'absent' or [item.content is defined, item.src is defined, item.url is defined] | select | list | length == 1", "changed": false, "evaluated_to": false, "item": { "content": "not-a-certificate", "name": "lsr-trust-test-invalid", "url": "https://ca.example.com/ca.crt" } } MSG: Each certificate_trust item must have a name, state must be 'present' or 'absent', and exactly one of content, src, or url must be given when state is 'present' TASK [Assert that the role failed in validation] ******************************* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:109 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.031) 0:00:14.880 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Run the role to remove the trust anchors] ******************************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:118 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.019) 0:00:14.900 ********** included: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:23 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.030) 0:00:14.931 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:33 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.015) 0:00:14.946 ********** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.026) 0:00:14.972 ********** included: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Tuesday 14 July 2026 03:11:37 -0400 (0:00:00.024) 0:00:14.997 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.certificate : Record role begin fingerprint] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 Tuesday 14 July 2026 03:11:38 -0400 (0:00:00.382) 0:00:15.379 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:16 Tuesday 14 July 2026 03:11:38 -0400 (0:00:00.246) 0:00:15.626 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:21 Tuesday 14 July 2026 03:11:38 -0400 (0:00:00.016) 0:00:15.643 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:28 Tuesday 14 July 2026 03:11:38 -0400 (0:00:00.015) 0:00:15.658 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:36 Tuesday 14 July 2026 03:11:38 -0400 (0:00:00.014) 0:00:15.672 ********** skipping: [managed-node2] => { "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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:41 Tuesday 14 July 2026 03:11:38 -0400 (0:00:00.015) 0:00:15.688 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:46 Tuesday 14 July 2026 03:11:38 -0400 (0:00:00.014) 0:00:15.702 ********** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:10 Tuesday 14 July 2026 03:11:38 -0400 (0:00:00.047) 0:00:15.750 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:16 Tuesday 14 July 2026 03:11:38 -0400 (0:00:00.015) 0:00:15.765 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:26 Tuesday 14 July 2026 03:11:38 -0400 (0:00:00.021) 0:00:15.787 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:50 Tuesday 14 July 2026 03:11:38 -0400 (0:00:00.020) 0:00:15.807 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:77 Tuesday 14 July 2026 03:11:38 -0400 (0:00:00.020) 0:00:15.828 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:87 Tuesday 14 July 2026 03:11:38 -0400 (0:00:00.021) 0:00:15.849 ********** included: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Validate certificate_trust items] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:3 Tuesday 14 July 2026 03:11:38 -0400 (0:00:00.025) 0:00:15.874 ********** ok: [managed-node2] => (item=lsr-trust-test-src) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-src", "state": "absent" } } MSG: All assertions passed ok: [managed-node2] => (item=lsr-trust-test-content) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-content", "state": "absent" } } MSG: All assertions passed TASK [fedora.linux_system_roles.certificate : Ensure trust store packages are installed] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:20 Tuesday 14 July 2026 03:11:38 -0400 (0:00:00.040) 0:00:15.915 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "ca-certificates-2023.2.60_v7.0.306-72.el7_9.noarch providing ca-certificates is already installed" ] } TASK [fedora.linux_system_roles.certificate : Install trust certificates] ****** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:26 Tuesday 14 July 2026 03:11:39 -0400 (0:00:00.722) 0:00:16.637 ********** skipping: [managed-node2] => (item=lsr-trust-test-src) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-src", "state": "absent" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=lsr-trust-test-content) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-content", "state": "absent" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Install trust certificates from URL] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:43 Tuesday 14 July 2026 03:11:39 -0400 (0:00:00.026) 0:00:16.663 ********** skipping: [managed-node2] => (item=lsr-trust-test-src) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-src", "state": "absent" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=lsr-trust-test-content) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-content", "state": "absent" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove trust certificates] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:58 Tuesday 14 July 2026 03:11:39 -0400 (0:00:00.025) 0:00:16.688 ********** changed: [managed-node2] => (item=lsr-trust-test-src) => { "ansible_loop_var": "item", "changed": true, "item": { "name": "lsr-trust-test-src", "state": "absent" }, "path": "/etc/pki/ca-trust/source/anchors/lsr-trust-test-src.crt", "state": "absent" } changed: [managed-node2] => (item=lsr-trust-test-content) => { "ansible_loop_var": "item", "changed": true, "item": { "name": "lsr-trust-test-content", "state": "absent" }, "path": "/etc/pki/ca-trust/source/anchors/lsr-trust-test-content.crt", "state": "absent" } TASK [fedora.linux_system_roles.certificate : Update system trust store] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:68 Tuesday 14 July 2026 03:11:40 -0400 (0:00:00.649) 0:00:17.338 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "/usr/bin/update-ca-trust", "extract" ], "delta": "0:00:01.242343", "end": "2026-07-14 03:11:41.724480", "rc": 0, "start": "2026-07-14 03:11:40.482137" } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:91 Tuesday 14 July 2026 03:11:41 -0400 (0:00:01.494) 0:00:18.832 ********** TASK [fedora.linux_system_roles.certificate : Check if test mode is supported] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Tuesday 14 July 2026 03:11:41 -0400 (0:00:00.014) 0:00:18.846 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:148 Tuesday 14 July 2026 03:11:41 -0400 (0:00:00.014) 0:00:18.860 ********** TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:156 Tuesday 14 July 2026 03:11:41 -0400 (0:00:00.012) 0:00:18.873 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Tuesday 14 July 2026 03:11:41 -0400 (0:00:00.016) 0:00:18.889 ********** TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Tuesday 14 July 2026 03:11:41 -0400 (0:00:00.012) 0:00:18.902 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:179 Tuesday 14 July 2026 03:11:41 -0400 (0:00:00.016) 0:00:18.918 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Record role success fingerprint] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:190 Tuesday 14 July 2026 03:11:41 -0400 (0:00:00.016) 0:00:18.934 ********** ok: [managed-node2] => { "changed": false } TASK [Get the trust anchor file attributes] ************************************ task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:128 Tuesday 14 July 2026 03:11:42 -0400 (0:00:00.244) 0:00:19.179 ********** ok: [managed-node2] => (item=lsr-trust-test-src) => { "ansible_loop_var": "item", "changed": false, "item": "lsr-trust-test-src", "stat": { "exists": false } } ok: [managed-node2] => (item=lsr-trust-test-content) => { "ansible_loop_var": "item", "changed": false, "item": "lsr-trust-test-content", "stat": { "exists": false } } TASK [Assert that the trust anchors were removed] ****************************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:136 Tuesday 14 July 2026 03:11:42 -0400 (0:00:00.488) 0:00:19.668 ********** ok: [managed-node2] => (item=lsr-trust-test-src) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "failed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/pki/ca-trust/source/anchors/lsr-trust-test-src.crt" } }, "item": "lsr-trust-test-src", "stat": { "exists": false } } } MSG: All assertions passed ok: [managed-node2] => (item=lsr-trust-test-content) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "failed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/pki/ca-trust/source/anchors/lsr-trust-test-content.crt" } }, "item": "lsr-trust-test-content", "stat": { "exists": false } } } MSG: All assertions passed TASK [Check that the test CA certificate is no longer trusted] ***************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:143 Tuesday 14 July 2026 03:11:42 -0400 (0:00:00.031) 0:00:19.700 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "openssl", "verify", "/tmp/lsr_trust_test_ca.crt" ], "delta": "0:00:00.011358", "end": "2026-07-14 03:11:42.852890", "failed_when_result": false, "rc": 0, "start": "2026-07-14 03:11:42.841532" } STDOUT: /tmp/lsr_trust_test_ca.crt: CN = LSR-Trust-Test-CA error 18 at 0 depth lookup:self signed certificate OK TASK [Assert that the test CA certificate is no longer trusted] **************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:149 Tuesday 14 July 2026 03:11:42 -0400 (0:00:00.257) 0:00:19.957 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Run the role to clean up the trust anchors] ****************************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:153 Tuesday 14 July 2026 03:11:42 -0400 (0:00:00.018) 0:00:19.976 ********** included: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:23 Tuesday 14 July 2026 03:11:42 -0400 (0:00:00.032) 0:00:20.008 ********** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Tuesday 14 July 2026 03:11:42 -0400 (0:00:00.028) 0:00:20.037 ********** included: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.029) 0:00:20.066 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.certificate : Record role begin fingerprint] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.380) 0:00:20.446 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:16 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.243) 0:00:20.690 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:21 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.018) 0:00:20.709 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:28 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.017) 0:00:20.726 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:36 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.018) 0:00:20.745 ********** skipping: [managed-node2] => { "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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:41 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.017) 0:00:20.762 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:46 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.018) 0:00:20.780 ********** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:10 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.069) 0:00:20.849 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:16 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.017) 0:00:20.867 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:26 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.024) 0:00:20.891 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:50 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.024) 0:00:20.916 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:77 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.024) 0:00:20.940 ********** skipping: [managed-node2] => (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-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:87 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.024) 0:00:20.965 ********** included: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Validate certificate_trust items] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:3 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.027) 0:00:20.992 ********** ok: [managed-node2] => (item=lsr-trust-test-src) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-src", "state": "absent" } } MSG: All assertions passed ok: [managed-node2] => (item=lsr-trust-test-content) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-content", "state": "absent" } } MSG: All assertions passed TASK [fedora.linux_system_roles.certificate : Ensure trust store packages are installed] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:20 Tuesday 14 July 2026 03:11:43 -0400 (0:00:00.055) 0:00:21.047 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "ca-certificates-2023.2.60_v7.0.306-72.el7_9.noarch providing ca-certificates is already installed" ] } TASK [fedora.linux_system_roles.certificate : Install trust certificates] ****** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:26 Tuesday 14 July 2026 03:11:44 -0400 (0:00:00.723) 0:00:21.771 ********** skipping: [managed-node2] => (item=lsr-trust-test-src) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-src", "state": "absent" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=lsr-trust-test-content) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-content", "state": "absent" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Install trust certificates from URL] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:43 Tuesday 14 July 2026 03:11:44 -0400 (0:00:00.038) 0:00:21.810 ********** skipping: [managed-node2] => (item=lsr-trust-test-src) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-src", "state": "absent" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=lsr-trust-test-content) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-content", "state": "absent" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove trust certificates] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:58 Tuesday 14 July 2026 03:11:44 -0400 (0:00:00.038) 0:00:21.848 ********** ok: [managed-node2] => (item=lsr-trust-test-src) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-src", "state": "absent" }, "path": "/etc/pki/ca-trust/source/anchors/lsr-trust-test-src.crt", "state": "absent" } ok: [managed-node2] => (item=lsr-trust-test-content) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "lsr-trust-test-content", "state": "absent" }, "path": "/etc/pki/ca-trust/source/anchors/lsr-trust-test-content.crt", "state": "absent" } TASK [fedora.linux_system_roles.certificate : Update system trust store] ******* task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:68 Tuesday 14 July 2026 03:11:45 -0400 (0:00:00.525) 0:00:22.374 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:91 Tuesday 14 July 2026 03:11:45 -0400 (0:00:00.019) 0:00:22.393 ********** TASK [fedora.linux_system_roles.certificate : Check if test mode is supported] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Tuesday 14 July 2026 03:11:45 -0400 (0:00:00.014) 0:00:22.407 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:148 Tuesday 14 July 2026 03:11:45 -0400 (0:00:00.018) 0:00:22.425 ********** TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:156 Tuesday 14 July 2026 03:11:45 -0400 (0:00:00.012) 0:00:22.438 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Tuesday 14 July 2026 03:11:45 -0400 (0:00:00.018) 0:00:22.457 ********** TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Tuesday 14 July 2026 03:11:45 -0400 (0:00:00.012) 0:00:22.470 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:179 Tuesday 14 July 2026 03:11:45 -0400 (0:00:00.019) 0:00:22.490 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Record role success fingerprint] *** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:190 Tuesday 14 July 2026 03:11:45 -0400 (0:00:00.021) 0:00:22.512 ********** ok: [managed-node2] => { "changed": false } TASK [Run the role normally] *************************************************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:33 Tuesday 14 July 2026 03:11:45 -0400 (0:00:00.256) 0:00:22.769 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up the test CA certificate and key] ******************************** task path: /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:164 Tuesday 14 July 2026 03:11:45 -0400 (0:00:00.015) 0:00:22.784 ********** changed: [managed-node2] => (item=/tmp/lsr_trust_test_ca.crt) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_trust_test_ca.crt", "path": "/tmp/lsr_trust_test_ca.crt", "state": "absent" } changed: [managed-node2] => (item=/tmp/lsr_trust_test_ca.key) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_trust_test_ca.key", "path": "/tmp/lsr_trust_test_ca.key", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node2 : ok=72 changed=8 unreachable=0 failed=0 skipped=94 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "end_time": "2026-07-14T07:11:37.812896Z", "host": "managed-node2", "loop_item": { "content": "not-a-certificate", "name": "lsr-trust-test-invalid", "url": "https://ca.example.com/ca.crt" }, "loop_label": "lsr-trust-test-invalid", "loop_var": "item", "message": "Each certificate_trust item must have a name, state must be 'present' or 'absent', and exactly one of content, src, or url must be given when state is 'present'", "start_time": "2026-07-14T07:11:37.783831Z", "task_name": "Validate certificate_trust items", "task_path": "/tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:3" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 14 July 2026 03:11:46 -0400 (0:00:00.509) 0:00:23.294 ********** =============================================================================== fedora.linux_system_roles.certificate : Update system trust store ------- 1.52s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:68 fedora.linux_system_roles.certificate : Update system trust store ------- 1.49s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:68 fedora.linux_system_roles.certificate : Update system trust store ------- 1.49s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:68 fedora.linux_system_roles.certificate : Record role success fingerprint --- 1.03s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:190 Gathering Facts --------------------------------------------------------- 0.83s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:3 fedora.linux_system_roles.certificate : Ensure trust store packages are installed --- 0.78s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:20 fedora.linux_system_roles.certificate : Ensure trust store packages are installed --- 0.73s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:20 fedora.linux_system_roles.certificate : Ensure trust store packages are installed --- 0.72s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:20 fedora.linux_system_roles.certificate : Ensure trust store packages are installed --- 0.72s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:20 fedora.linux_system_roles.certificate : Remove trust certificates ------- 0.65s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:58 Ensure openssl is installed --------------------------------------------- 0.65s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:17 fedora.linux_system_roles.certificate : Remove trust certificates ------- 0.53s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:58 fedora.linux_system_roles.certificate : Check if system is ostree ------- 0.52s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:16 Clean up the test CA certificate and key -------------------------------- 0.51s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:164 fedora.linux_system_roles.certificate : Run systemctl ------------------- 0.51s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:28 fedora.linux_system_roles.certificate : Install trust certificates ------ 0.49s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:26 Get the trust anchor file attributes ------------------------------------ 0.49s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:128 fedora.linux_system_roles.certificate : Record role begin fingerprint --- 0.45s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 Generate a self-signed test CA certificate ------------------------------ 0.43s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_trust.yml:23 fedora.linux_system_roles.certificate : Install trust certificates ------ 0.42s /tmp/collections-tmU/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/certificate_trust.yml:26