1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

[PR #11316/3debc968 backport][stable-10] Fixing documentation for scaleway_private_network module. (#11317)

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:
patchback[bot] 2025-12-23 14:19:54 +01:00 committed by GitHub
parent 2c8d75917f
commit 02a5b75cc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,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
@ -81,7 +81,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