From 5cd31578cc9f5bbc5b3ce751fcd32ff68598be44 Mon Sep 17 00:00:00 2001 From: bverschueren Date: Fri, 30 Nov 2018 11:24:04 +0100 Subject: [PATCH] comparing StorageConnection.password breaks idempotency (#48933) --- lib/ansible/modules/cloud/ovirt/ovirt_storage_connection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_storage_connection.py b/lib/ansible/modules/cloud/ovirt/ovirt_storage_connection.py index ab60d7e36a9..465938dcd63 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_storage_connection.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_storage_connection.py @@ -176,7 +176,6 @@ class StorageConnectionModule(BaseModule): equal(self.param('nfs_timeout'), entity.nfs_timeo) and equal(self.param('nfs_retrans'), entity.nfs_retrans) and equal(self.param('mount_options'), entity.mount_options) and - equal(self.param('password'), entity.password) and equal(self.param('username'), entity.username) and equal(self.param('port'), entity.port) and equal(self.param('target'), entity.target) and