summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlicia Cozine <879121+acozine@users.noreply.github.com>2018-09-26 20:15:13 -0500
committerGitHub <noreply@github.com>2018-09-26 20:15:13 -0500
commit1b61a00c2ef963b5b42ef9a45c5e48305242462e (patch)
treee0dfc7865a7c8195107604783482e9bb6d141db6
parent69594c5370cf2be67cf03eaf4d067303e8819a12 (diff)
downloadansible-acozine/patch-1.tar.gz
Fixed typo in asa_config moduleacozine/patch-1
<!--- Your description here --> +label: docsite_pr
-rw-r--r--lib/ansible/modules/network/asa/asa_config.py2
1 files changed, 1 insertions, 1 deletions
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 }}"