mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix checkpoint access rule facts example (#50870)
This commit is contained in:
parent
226ba90619
commit
d28bf14c67
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ options:
|
|||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
- name: Create access rule
|
||||
- name: Get access rule facts
|
||||
checkpoint_access_rule_facts:
|
||||
layer: Network
|
||||
name: "Drop attacker"
|
||||
|
|
Loading…
Reference in a new issue