We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The snapshot is not deleted by the ovirt.ovirt.ovirt_snapshot module
ovirt.ovirt.ovirt_snapshot
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
The snapshot is not deleted by the
ovirt.ovirt.ovirt_snapshot
moduleCOMPONENT NAME
ovirt.ovirt.ovirt_snapshot
STEPS TO REPRODUCE
Snapshot on this test machine was created Mar 19, 2020, 3:05:56 PM
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: