From 6b5bf0a0bced06dc4c8a86359b8a12803ed6c8e8 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 20 Apr 2026 15:11:03 +0200 Subject: [PATCH] Fix FQCNs in examples (#11898) Fix FQCNs in examples. --- plugins/modules/packet_volume_attachment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/packet_volume_attachment.py b/plugins/modules/packet_volume_attachment.py index 42652e8af0..31cdb32a08 100644 --- a/plugins/modules/packet_volume_attachment.py +++ b/plugins/modules/packet_volume_attachment.py @@ -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