[ansible_builtin_runtime.yml] fix text[fs]m typo (#70893)

Change:
- textsfm -> textfsm

Test Plan:
- Out-of-band ansible_builtin_runtime.yml checker script

Signed-off-by: Rick Elrod <rick@elrod.me>
pull/70898/head
Rick Elrod 4 years ago committed by GitHub
parent 1223ce656a
commit 205eda335f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9467,8 +9467,8 @@ plugin_routing:
redirect: ansible.netcommon.hwaddr
parse_cli:
redirect: ansible.netcommon.parse_cli
parse_cli_textsfm:
redirect: ansible.netcommon.parse_cli_textsfm
parse_cli_textfsm:
redirect: ansible.netcommon.parse_cli_textfsm
parse_xml:
redirect: ansible.netcommon.parse_xml
type5_pw:

Loading…
Cancel
Save