[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.3] 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-tl2 executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jun 7 2024, 00:00:00) [GCC 14.1.1 20240607 (Red Hat 14.1.1-5)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 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-tl2/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-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Saturday 17 August 2024 18:15:51 -0400 (0:00:00.011) 0:00:00.011 ******* included: /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Saturday 17 August 2024 18:15:51 -0400 (0:00:00.029) 0:00:00.041 ******* [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node3] TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Saturday 17 August 2024 18:15:51 -0400 (0:00:00.803) 0:00:00.844 ******* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Saturday 17 August 2024 18:15:52 -0400 (0:00:00.501) 0:00:01.345 ******* ok: [managed_node3] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Saturday 17 August 2024 18:15:52 -0400 (0:00:00.029) 0:00:01.375 ******* skipping: [managed_node3] => (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_node3] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Saturday 17 August 2024 18:15:52 -0400 (0:00:00.042) 0:00:01.417 ******* ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 util-linux-core TASK [fedora.linux_system_roles.snapshot : Run snapshot module check] ********** task path: /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 Saturday 17 August 2024 18:15:55 -0400 (0:00:03.347) 0:00:04.764 ******* ok: [managed_node3] => { "changed": false, "errors": "", "message": "", "return_code": 0 } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40 Saturday 17 August 2024 18:15:56 -0400 (0:00:00.729) 0:00:05.494 ******* ok: [managed_node3] => { "snapshot_cmd": { "changed": false, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } } TASK [fedora.linux_system_roles.snapshot : Set result] ************************* task path: /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45 Saturday 17 August 2024 18:15:56 -0400 (0:00:00.018) 0:00:05.513 ******* ok: [managed_node3] => { "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-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49 Saturday 17 August 2024 18:15:56 -0400 (0:00:00.018) 0:00:05.531 ******* skipping: [managed_node3] => { "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-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54 Saturday 17 August 2024 18:15:56 -0400 (0:00:00.012) 0:00:05.544 ******* skipping: [managed_node3] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } PLAY RECAP ********************************************************************* managed_node3 : ok=8 changed=0 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 Saturday 17 August 2024 18:15:56 -0400 (0:00:00.018) 0:00:05.562 ******* =============================================================================== fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 3.35s /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role --- 0.80s /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 fedora.linux_system_roles.snapshot : Run snapshot module check ---------- 0.73s /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 fedora.linux_system_roles.snapshot : Check if system is ostree ---------- 0.50s /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 fedora.linux_system_roles.snapshot : Set platform/version specific variables --- 0.04s /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 fedora.linux_system_roles.snapshot : Set platform/version specific variables --- 0.03s /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree --- 0.03s /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 fedora.linux_system_roles.snapshot : Print out response ----------------- 0.02s /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40 fedora.linux_system_roles.snapshot : Show errors ------------------------ 0.02s /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54 fedora.linux_system_roles.snapshot : Set result ------------------------- 0.02s /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45 fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results --- 0.01s /tmp/collections-tl2/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49