# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-mount_unmounteh4nx37a/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', 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 /WORKDIR/git-mount_unmounteh4nx37a/tests/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: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Tuesday 13 February 2024 02:29:24 +0000 (0:00:00.014) 0:00:00.014 ****** included: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Tuesday 13 February 2024 02:29:24 +0000 (0:00:00.011) 0:00:00.025 ****** ok: [sut] TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Tuesday 13 February 2024 02:29:25 +0000 (0:00:00.638) 0:00:00.664 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Tuesday 13 February 2024 02:29:25 +0000 (0:00:00.289) 0:00:00.953 ****** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Tuesday 13 February 2024 02:29:25 +0000 (0:00:00.014) 0:00:00.968 ****** skipping: [sut] => (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: [sut] => (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: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Tuesday 13 February 2024 02:29:25 +0000 (0:00:00.018) 0:00:00.986 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Check for space and name problems] *** task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Tuesday 13 February 2024 02:29:28 +0000 (0:00:02.388) 0:00:03.375 ****** included: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/check.yml for sut TASK [fedora.linux_system_roles.snapshot : Check snapshots will work or are completed (verify)] *** task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/check.yml:2 Tuesday 13 February 2024 02:29:28 +0000 (0:00:00.013) 0:00:03.388 ****** changed: [sut] => { "changed": true, "rc": 0 } STDERR: Shared connection to 10.31.40.29 closed. TASK [fedora.linux_system_roles.snapshot : Verify Complete] ******************** task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:16 Tuesday 13 February 2024 02:29:28 +0000 (0:00:00.300) 0:00:03.688 ****** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"check\" and snapshot_lvm_verify_only", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Snapshot Volumes] ******************* task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:20 Tuesday 13 February 2024 02:29:28 +0000 (0:00:00.007) 0:00:03.696 ****** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"snapshot\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Remove Snapshots] ******************* task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:24 Tuesday 13 February 2024 02:29:28 +0000 (0:00:00.006) 0:00:03.703 ****** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"remove\" and not snapshot_lvm_verify_only", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Verify Remove] ********************** task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:28 Tuesday 13 February 2024 02:29:28 +0000 (0:00:00.006) 0:00:03.710 ****** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"remove\" and snapshot_lvm_verify_only", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Revert to Snapshot] ***************** task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:32 Tuesday 13 February 2024 02:29:28 +0000 (0:00:00.006) 0:00:03.716 ****** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"revert\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : List Snapshot Attributes] *********** task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:36 Tuesday 13 February 2024 02:29:28 +0000 (0:00:00.006) 0:00:03.722 ****** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Extend Snapshots] ******************* task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40 Tuesday 13 February 2024 02:29:28 +0000 (0:00:00.006) 0:00:03.729 ****** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"extend\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Mount Snapshots or Origin] ********** task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:44 Tuesday 13 February 2024 02:29:28 +0000 (0:00:00.006) 0:00:03.735 ****** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"mount\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Unmount Snapshots or Origin] ******** task path: /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Tuesday 13 February 2024 02:29:28 +0000 (0:00:00.006) 0:00:03.741 ****** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"umount\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=7 changed=1 unreachable=0 failed=0 skipped=10 rescued=0 ignored=0 Tuesday 13 February 2024 02:29:28 +0000 (0:00:00.008) 0:00:03.749 ****** =============================================================================== fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.39s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role --- 0.64s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 fedora.linux_system_roles.snapshot : Check snapshots will work or are completed (verify) --- 0.30s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/check.yml:2 fedora.linux_system_roles.snapshot : Check if system is ostree ---------- 0.29s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 fedora.linux_system_roles.snapshot : Set platform/version specific variables --- 0.02s /WORKDIR/git-mount_unmounteh4nx37a/.collection/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.01s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 fedora.linux_system_roles.snapshot : Check for space and name problems --- 0.01s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 fedora.linux_system_roles.snapshot : Set platform/version specific variables --- 0.01s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 fedora.linux_system_roles.snapshot : Unmount Snapshots or Origin -------- 0.01s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 fedora.linux_system_roles.snapshot : Verify Complete -------------------- 0.01s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:16 fedora.linux_system_roles.snapshot : Snapshot Volumes ------------------- 0.01s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:20 fedora.linux_system_roles.snapshot : Remove Snapshots ------------------- 0.01s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:24 fedora.linux_system_roles.snapshot : List Snapshot Attributes ----------- 0.01s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:36 fedora.linux_system_roles.snapshot : Revert to Snapshot ----------------- 0.01s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:32 fedora.linux_system_roles.snapshot : Extend Snapshots ------------------- 0.01s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40 fedora.linux_system_roles.snapshot : Mount Snapshots or Origin ---------- 0.01s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:44 fedora.linux_system_roles.snapshot : Verify Remove ---------------------- 0.01s /WORKDIR/git-mount_unmounteh4nx37a/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:28 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [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. ---^---^---^---^---^---