oVirt / ovirt-ansible-collection

Ansible collection with official oVirt modules and roles
72 stars 89 forks source link

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

Open zzayale opened 5 months ago

zzayale commented 5 months ago
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