Skip to content

Commit b22a044

Browse files
authored
Fix module name in example (#207)
1 parent 2bbba25 commit b22a044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/proxmox_firewall_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
EXAMPLES = r"""
6565
- name: Get Cluster level firewall rules, aliases, and security groups
66-
community.proxmox.proxmox_firewall:
66+
community.proxmox.proxmox_firewall_info:
6767
api_user: "{{ pc.proxmox.api_user }}"
6868
api_token_id: "{{ pc.proxmox.api_token_id }}"
6969
api_token_secret: "{{ vault.proxmox.api_token_secret }}"

0 commit comments

Comments
 (0)