mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 11:19:00 +00:00
[PR #11898/6b5bf0a0 backport][stable-12] Fix FQCNs in examples (#11902)
Fix FQCNs in examples (#11898)
Fix FQCNs in examples.
(cherry picked from commit 6b5bf0a0bc)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
6407d59323
commit
9233243c13
1 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ EXAMPLES = r"""
|
|||
|
||||
tasks:
|
||||
- name: Create volume
|
||||
packet_volume:
|
||||
community.general.packet_volume:
|
||||
description: "{{ volname }}"
|
||||
project_id: "{{ project_id }}"
|
||||
facility: ewr1
|
||||
|
|
@ -95,7 +95,7 @@ EXAMPLES = r"""
|
|||
snapshot_frequency: 1day
|
||||
|
||||
- name: Create a device
|
||||
packet_device:
|
||||
community.general.packet_device:
|
||||
project_id: "{{ project_id }}"
|
||||
hostnames: "{{ devname }}"
|
||||
operating_system: ubuntu_16_04
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue