Skip to content

Commit

Permalink
na_ontap_quota was not using vserver (ansible#58594)
Browse files Browse the repository at this point in the history
* fix issues

* fixes
  • Loading branch information
carchi8py authored and ansibot committed Jul 31, 2019
1 parent ef6be41 commit dc427ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ansible/modules/storage/netapp/na_ontap_quotas.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ def get_quotas(self):
'quota-entry': {
'volume': self.parameters['volume'],
'quota-target': self.parameters['quota_target'],
'quota-type': self.parameters['type']
'quota-type': self.parameters['type'],
'vserver': self.parameters['vserver']
}
}
}
Expand Down

0 comments on commit dc427ff

Please sign in to comment.