From 1b61a00c2ef963b5b42ef9a45c5e48305242462e Mon Sep 17 00:00:00 2001 From: Alicia Cozine <879121+acozine@users.noreply.github.com> Date: Wed, 26 Sep 2018 20:15:13 -0500 Subject: Fixed typo in asa_config module +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 }}" -- cgit v1.2.1