mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Minor fixes (#25059)
1) Examples: Remove double space between "option:" and "value" 2) Documentation: Fix rendering usses 3) Documentation: Remove `required: true` to match argspec
This commit is contained in:
@@ -73,18 +73,18 @@ EXAMPLES = '''
|
||||
|
||||
- name: "Apply acl to interface"
|
||||
ce_acl_interface:
|
||||
state: present
|
||||
acl_name: 2000
|
||||
interface: 40GE1/0/1
|
||||
direction: outbound
|
||||
state: present
|
||||
acl_name: 2000
|
||||
interface: 40GE1/0/1
|
||||
direction: outbound
|
||||
provider: "{{ cli }}"
|
||||
|
||||
- name: "Undo acl from interface"
|
||||
ce_acl_interface:
|
||||
state: absent
|
||||
acl_name: 2000
|
||||
interface: 40GE1/0/1
|
||||
direction: outbound
|
||||
state: absent
|
||||
acl_name: 2000
|
||||
interface: 40GE1/0/1
|
||||
direction: outbound
|
||||
provider: "{{ cli }}"
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user