From 8e99f3a1291aa1d49deab8da136382577a6ec1cd Mon Sep 17 00:00:00 2001 From: Kris Vensel Date: Fri, 19 Apr 2019 16:10:10 -0500 Subject: [PATCH] change to variable to use '_' underscore rather than '-' dash : https://github.com/ansible/ansible/issues/3907#issuecomment-23064042 --- parser_templates/config/show_run_interface.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser_templates/config/show_run_interface.yaml b/parser_templates/config/show_run_interface.yaml index 6f47d29..4cababa 100644 --- a/parser_templates/config/show_run_interface.yaml +++ b/parser_templates/config/show_run_interface.yaml @@ -62,7 +62,7 @@ - name: template interface values loop: "{{ values }}" - register: interface-config + register: interface_config export: true export_as: dict extend: cisco_ios.config