mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
[PR #11316/3debc968 backport][stable-11] Fixing documentation for scaleway_private_network module. (#11318)
Fixing documentation for scaleway_private_network module. (#11316)
(cherry picked from commit 3debc968a4)
Co-authored-by: Greg Harvey <greg.harvey@gmail.com>
This commit is contained in:
parent
538a701f89
commit
405435236f
1 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ options:
|
|||
|
||||
EXAMPLES = r"""
|
||||
- name: Create an private network
|
||||
community.general.scaleway_vpc:
|
||||
community.general.scaleway_private_network:
|
||||
project: '{{ scw_project }}'
|
||||
name: 'vpc_one'
|
||||
state: present
|
||||
|
|
@ -89,7 +89,7 @@ EXAMPLES = r"""
|
|||
register: vpc_creation_task
|
||||
|
||||
- name: Make sure private network with name 'foo' is deleted in region par1
|
||||
community.general.scaleway_vpc:
|
||||
community.general.scaleway_private_network:
|
||||
name: 'foo'
|
||||
state: absent
|
||||
region: par1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue