Skip to content

Commit

Permalink
fix typo in azure_rm_vm plan
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone committed Nov 2, 2017
1 parent 1140d6e commit 1e340b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ def exec_module(self, **kwargs):
plan = None
if self.plan:
plan = Plan(name=self.plan.get('name'), product=self.plan.get('product'), publisher=self.plan.get('publisher'),
promotion_code=self.product.get('promotion_code'))
promotion_code=self.plan.get('promotion_code'))

vm_resource = VirtualMachine(
self.location,
Expand Down

0 comments on commit 1e340b1

Please sign in to comment.