[WARNING]: Collection infra.leapp does not support Ansible version 2.14.18 [WARNING]: running playbook inside collection infra.leapp ansible-playbook [core 2.14.18] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible-playbook python version = 3.9.25 (main, Mar 9 2026, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-14)] (/usr/bin/python3) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tests/tests_default.yml PLAY [Test] ******************************************************************** TASK [Gathering Facts] ********************************************************* task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tests/tests_default.yml:4 ok: [managed-node01] TASK [See if /dev/log exists for the fingerprint check] ************************ task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tests/tests_default.yml:9 ok: [managed-node01] => {"changed": false, "stat": {"atime": 1777895124.4732184, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1777894824.584, "dev": 5, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": true, "isuid": false, "mimetype": "inode/socket", "mode": "0666", "mtime": 1777894824.584, "nlink": 1, "path": "/dev/log", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Set the start time for the journal search] ******************************* task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tests/tests_default.yml:14 ok: [managed-node01] => {"ansible_facts": {"__journal_start_time": "2026-05-04 07:45:23"}, "changed": false} TASK [Ensure ansible_facts used by role] *************************************** task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tasks/main.yml:3 TASK [infra.leapp.common : set_facts | Ensure ansible_facts used by role] ****** task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/common/tasks/set_facts.yml:10 skipping: [managed-node01] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [infra.leapp.remediate : Record role begin fingerprint] ******************* task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tasks/main.yml:11 ok: [managed-node01] => {"changed": false} TASK [infra.leapp.remediate : Check that the leapp-report.json exists] ********* task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tasks/main.yml:21 ok: [managed-node01] => {"changed": false, "stat": {"exists": false}} TASK [infra.leapp.remediate : Set leapp_report_missing to true if the leapp-report.json does not exist] *** task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tasks/main.yml:26 ok: [managed-node01] => {"ansible_facts": {"leapp_report_missing": true}, "changed": false} TASK [infra.leapp.remediate : Read leapp report] ******************************* task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tasks/main.yml:31 skipping: [managed-node01] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [infra.leapp.remediate : Parse leapp report] ****************************** task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tasks/main.yml:37 skipping: [managed-node01] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [infra.leapp.remediate : Check that the 6to7 preupgrade report exists] **** task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tasks/main.yml:42 ok: [managed-node01] => {"changed": false, "stat": {"exists": false}} TASK [infra.leapp.remediate : Set leapp_report_missing_6to7 to true if the 6to7 preupgrade report does not exist] *** task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tasks/main.yml:47 ok: [managed-node01] => {"ansible_facts": {"leapp_report_missing_6to7": true}, "changed": false} TASK [infra.leapp.remediate : Read 6to7 preupgrade report] ********************* task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tasks/main.yml:52 skipping: [managed-node01] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [infra.leapp.remediate : Remediate the system] **************************** task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tasks/main.yml:58 skipping: [managed-node01] => {"changed": false, "skipped_reason": "No items in the list"} TASK [infra.leapp.remediate : Record role success fingerprint] ***************** task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tasks/main.yml:64 ok: [managed-node01] => {"changed": false} TASK [Check system journal contains role fingerprints] ************************* task path: /root/.ansible/collections/ansible_collections/infra/leapp/roles/remediate/tests/tests_default.yml:21 ok: [managed-node01] => {"changed": false, "cmd": "set -eo pipefail; journalctl --since \"2026-05-04 07:45:23\" --no-pager | grep -v \" Invoked with\" | grep \"sr_fingerprint.*begin infra.leapp:remediate\" || { echo ERROR: BEGIN fingerprint not found; exit 1; }; journalctl --since \"2026-05-04 07:45:23\" --no-pager | grep -v \" Invoked with\" | grep \"sr_fingerprint.*success infra.leapp:remediate\" || { echo ERROR: SUCCESS fingerprint not found; exit 1; }", "delta": "0:00:00.011958", "end": "2026-05-04 07:45:26.439874", "msg": "", "rc": 0, "start": "2026-05-04 07:45:26.427916", "stderr": "", "stderr_lines": [], "stdout": "May 04 07:45:25 managed-node01 ansible-infra.leapp.sr_fingerprint[10598]: begin infra.leapp:remediate ansible_version=2.14.18 RedHat-7.9 2026-05-04T07:45:25+0000\nMay 04 07:45:26 managed-node01 ansible-infra.leapp.sr_fingerprint[10782]: success infra.leapp:remediate ansible_version=2.14.18 RedHat-7.9 2026-05-04T07:45:26+0000", "stdout_lines": ["May 04 07:45:25 managed-node01 ansible-infra.leapp.sr_fingerprint[10598]: begin infra.leapp:remediate ansible_version=2.14.18 RedHat-7.9 2026-05-04T07:45:25+0000", "May 04 07:45:26 managed-node01 ansible-infra.leapp.sr_fingerprint[10782]: success infra.leapp:remediate ansible_version=2.14.18 RedHat-7.9 2026-05-04T07:45:26+0000"]} PLAY RECAP ********************************************************************* managed-node01 : ok=10 changed=0 unreachable=0 failed=0 skipped=5 rescued=0 ignored=0