Fix FQCNs in examples (#11898)

Fix FQCNs in examples.
This commit is contained in:
Felix Fontein
2026-04-20 15:11:03 +02:00
committed by GitHub
parent 72c13c85ad
commit 6b5bf0a0bc

View File

@@ -83,7 +83,7 @@ EXAMPLES = r"""
tasks: tasks:
- name: Create volume - name: Create volume
packet_volume: community.general.packet_volume:
description: "{{ volname }}" description: "{{ volname }}"
project_id: "{{ project_id }}" project_id: "{{ project_id }}"
facility: ewr1 facility: ewr1
@@ -95,7 +95,7 @@ EXAMPLES = r"""
snapshot_frequency: 1day snapshot_frequency: 1day
- name: Create a device - name: Create a device
packet_device: community.general.packet_device:
project_id: "{{ project_id }}" project_id: "{{ project_id }}"
hostnames: "{{ devname }}" hostnames: "{{ devname }}"
operating_system: ubuntu_16_04 operating_system: ubuntu_16_04