ansible-playbook [core 2.17.12] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-781 executable location = /usr/local/bin/ansible-playbook python version = 3.12.10 (main, May 9 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-5)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/collections-781/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Saturday 21 June 2025 18:18:47 -0400 (0:00:00.020) 0:00:00.020 ********* included: /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Saturday 21 June 2025 18:18:47 -0400 (0:00:00.016) 0:00:00.036 ********* [WARNING]: Platform linux on host managed-node4 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node4] TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Saturday 21 June 2025 18:18:49 -0400 (0:00:02.103) 0:00:02.140 ********* ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Saturday 21 June 2025 18:18:50 -0400 (0:00:00.463) 0:00:02.603 ********* ok: [managed-node4] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Saturday 21 June 2025 18:18:50 -0400 (0:00:00.021) 0:00:02.625 ********* skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (item=CentOS_9.yml) => { "ansible_facts": { "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node4] => (item=CentOS_9.yml) => { "ansible_facts": { "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Saturday 21 June 2025 18:18:50 -0400 (0:00:00.056) 0:00:02.681 ********* changed: [managed-node4] => { "changed": true, "rc": 0, "results": [ "Installed: device-mapper-persistent-data-1.1.0-1.el9.x86_64", "Installed: device-mapper-event-libs-9:1.02.206-2.el9.x86_64", "Installed: libaio-0.3.111-13.el9.x86_64", "Installed: lvm2-9:2.03.32-2.el9.x86_64", "Installed: device-mapper-libs-9:1.02.206-2.el9.x86_64", "Installed: lvm2-libs-9:2.03.32-2.el9.x86_64", "Installed: device-mapper-9:1.02.206-2.el9.x86_64", "Installed: libnvme-1.13-1.el9.x86_64", "Installed: device-mapper-event-9:1.02.206-2.el9.x86_64", "Removed: device-mapper-9:1.02.202-6.el9.x86_64", "Removed: device-mapper-libs-9:1.02.202-6.el9.x86_64" ] } lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Run snapshot module check] ********** task path: /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 Saturday 21 June 2025 18:18:55 -0400 (0:00:04.734) 0:00:07.416 ********* ok: [managed-node4] => { "changed": false, "errors": "", "message": "", "return_code": 0 } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40 Saturday 21 June 2025 18:18:55 -0400 (0:00:00.633) 0:00:08.049 ********* ok: [managed-node4] => { "snapshot_cmd": { "changed": false, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } } TASK [fedora.linux_system_roles.snapshot : Set result] ************************* task path: /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45 Saturday 21 June 2025 18:18:55 -0400 (0:00:00.014) 0:00:08.064 ********* ok: [managed-node4] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49 Saturday 21 June 2025 18:18:55 -0400 (0:00:00.013) 0:00:08.078 ********* skipping: [managed-node4] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54 Saturday 21 June 2025 18:18:55 -0400 (0:00:00.010) 0:00:08.088 ********* skipping: [managed-node4] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } PLAY RECAP ********************************************************************* managed-node4 : ok=9 changed=1 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 21 June 2025 18:18:55 -0400 (0:00:00.011) 0:00:08.099 ********* =============================================================================== fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 4.73s /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role --- 2.10s /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 fedora.linux_system_roles.snapshot : Run snapshot module check ---------- 0.63s /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 fedora.linux_system_roles.snapshot : Check if system is ostree ---------- 0.46s /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 fedora.linux_system_roles.snapshot : Set platform/version specific variables --- 0.06s /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree --- 0.02s /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 fedora.linux_system_roles.snapshot : Set platform/version specific variables --- 0.02s /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 fedora.linux_system_roles.snapshot : Print out response ----------------- 0.02s /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40 fedora.linux_system_roles.snapshot : Set result ------------------------- 0.01s /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45 fedora.linux_system_roles.snapshot : Show errors ------------------------ 0.01s /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54 fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results --- 0.01s /tmp/collections-781/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49