Skip to content

Commit

Permalink
comparing StorageConnection.password breaks idempotency (ansible#48933)
Browse files Browse the repository at this point in the history
  • Loading branch information
bverschueren authored and gundalow committed Nov 30, 2018
1 parent 68cafbd commit 5cd3157
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -176,7 +176,6 @@ def update_check(self, entity):
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
Expand Down

0 comments on commit 5cd3157

Please sign in to comment.