ovirt-ansible-collection icon indicating copy to clipboard operation
ovirt-ansible-collection copied to clipboard

The snapshot is not deleted by the ovirt.ovirt.ovirt_snapshot module

Open zzayale opened this issue 3 months ago • 0 comments

SUMMARY

The snapshot is not deleted by the ovirt.ovirt.ovirt_snapshot module

COMPONENT NAME

ovirt.ovirt.ovirt_snapshot

STEPS TO REPRODUCE

Snapshot on this test machine was created Mar 19, 2020, 3:05:56 PM

    ovirt_snapshot_vms:
      - name: test-vm
        snapshots_old: 3
    - name: Remove snapshots
      ovirt.ovirt.ovirt_snapshot:
        vm_name: "{{ item.name }}"
        keep_days_old: "{{ item.snapshots_old }}"
        auth: "{{ ovirt_auth }}"
      with_items: "{{ ovirt_snapshot_vms }}"
      delegate_to: localhost
EXPECTED RESULTS
ACTUAL RESULTS

zzayale avatar Mar 30 '24 13:03 zzayale