oVirt / ovirt-ansible-collection

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

ovirt_disk: Fix no_log pass warning #720

Closed Kloppi313 closed 1 year ago

Kloppi313 commented 1 year ago

Set pass_discard to default false in order to fix [WARNING]: Module did not set no_log for pass_discard

Kloppi313 commented 1 year ago

Closing as it does not do the trick on an other test task.

mnecas commented 1 year ago

Yeah, this is by design in the ansible, and we just match the regex for warning.

https://github.com/ansible/ansible/blob/116948cd1468b8a3e34af8e3671f4089e1f7584c/lib/ansible/module_utils/basic.py#L198