Skip to content

Commit

Permalink
Update azure_rm_virtualmachine.py (ansible#57125)
Browse files Browse the repository at this point in the history
Docs: Add resource_group values in examples of:
- Power On
- Restart
  • Loading branch information
chclaus authored and acozine committed Jun 11, 2019
1 parent 2013d4a commit aa3b2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,12 +553,12 @@
- name: Power On
azure_rm_virtualmachine:
resource_group:
resource_group: myResourceGroup
name: testvm002
- name: Restart
azure_rm_virtualmachine:
resource_group:
resource_group: myResourceGroup
name: testvm002
restarted: yes
Expand Down

0 comments on commit aa3b2c4

Please sign in to comment.