You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of this module seems not to be able to set storage size limit quota while using Ansible variables like e.g. "{{ storage_size }}"
It seems that "limit=storage.get('size')" must be "limit=int(storage.get('size'))" instead.
Hi! I apologize for the late reply.
Thanks for the issue and the PR! I tried to update your original PR but once I pushed it to your branch it for some reason closed the PR. So I created a new one.
SUMMARY:
The current implementation of this module seems not to be able to set storage size limit quota while using Ansible variables like e.g. "{{ storage_size }}"
It seems that "limit=storage.get('size')" must be "limit=int(storage.get('size'))" instead.
https://github.com/oVirt/ovirt-ansible-collection/blob/9befbcf12fd942a961daca9ab3aaa178a59cd76d/plugins/modules/ovirt_quota.py#L312C31-L312C50
The text was updated successfully, but these errors were encountered: