mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 20:24:23 -07: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 = """
|
EXAMPLES = """
|
||||||
- name: Create access rule
|
- name: Get access rule facts
|
||||||
checkpoint_access_rule_facts:
|
checkpoint_access_rule_facts:
|
||||||
layer: Network
|
layer: Network
|
||||||
name: "Drop attacker"
|
name: "Drop attacker"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue