From 0ab448531b6f6b1e051c403573ac29329d08a281 Mon Sep 17 00:00:00 2001 From: Bianca Henderson Date: Wed, 3 Oct 2018 14:03:19 -0500 Subject: [PATCH] Update asa_config.py (#46448) +label: docsite_pr --- lib/ansible/modules/network/asa/asa_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/asa/asa_config.py b/lib/ansible/modules/network/asa/asa_config.py index bb8aabad8a..5c4e18bf72 100644 --- a/lib/ansible/modules/network/asa/asa_config.py +++ b/lib/ansible/modules/network/asa/asa_config.py @@ -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 }}"