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

Documentation fix - subnet_name (#28462)

virtual_network was incorrectly stated as an alias for subnet_name. It should be 'subnet'.
This commit is contained in:
Emma 2017-08-21 09:30:30 +02:00 committed by jhawkesworth
parent 535ede4d15
commit 4653f892c8

View file

@ -170,7 +170,7 @@ options:
The new network interface will be assigned to the first subnet found in the virtual network. The new network interface will be assigned to the first subnet found in the virtual network.
Use this parameter to provide a specific subnet instead. Use this parameter to provide a specific subnet instead.
aliases: aliases:
- virtual_network - subnet
remove_on_absent: remove_on_absent:
description: description:
- When removing a VM using state 'absent', also remove associated resources - When removing a VM using state 'absent', also remove associated resources