1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update azure_rm_virtualmachine.py ()

Docs: Add resource_group values in examples of:
- Power On
- Restart
This commit is contained in:
Christian Claus 2019-06-11 15:54:29 +02:00 committed by Alicia Cozine
parent 2013d4abc4
commit aa3b2c47f1

View file

@ -553,12 +553,12 @@ EXAMPLES = '''
- 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