mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +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:
@@ -205,22 +205,22 @@ EXAMPLES = '''
|
||||
|
||||
- name: "Enable BGP"
|
||||
ce_bgp:
|
||||
state: present
|
||||
as_number: 100
|
||||
confed_id_number: 250
|
||||
state: present
|
||||
as_number: 100
|
||||
confed_id_number: 250
|
||||
provider: "{{ cli }}"
|
||||
|
||||
- name: "Disable BGP"
|
||||
ce_bgp:
|
||||
state: absent
|
||||
as_number: 100
|
||||
confed_id_number: 250
|
||||
state: absent
|
||||
as_number: 100
|
||||
confed_id_number: 250
|
||||
provider: "{{ cli }}"
|
||||
|
||||
- name: "Create confederation peer AS num"
|
||||
ce_bgp:
|
||||
state: present
|
||||
confed_peer_as_num: 260
|
||||
state: present
|
||||
confed_peer_as_num: 260
|
||||
provider: "{{ cli }}"
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user