mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update asa_config.py (#46448)
<!--- Your description here --> +label: docsite_pr
This commit is contained in:
parent
bd849e8fb4
commit
0ab448531b
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ vars:
|
|||
register: bgp
|
||||
when: bgp_default_config is defined
|
||||
|
||||
- name: configure ASA (>=9.2) BGP neighbor in default/singel context mode
|
||||
- name: configure ASA (>=9.2) BGP neighbor in default/single context mode
|
||||
asa_config:
|
||||
lines:
|
||||
- "bgp router-id {{ bgp_router_id }}"
|
||||
|
|
Loading…
Reference in a new issue