From 5f577c7e790e3451e516d6fea638b617f1eb6534 Mon Sep 17 00:00:00 2001 From: Trishna Guha Date: Thu, 28 Feb 2019 19:25:13 +0530 Subject: [PATCH] Add type in eos_config module docs (#53117) Signed-off-by: Trishna Guha --- lib/ansible/modules/network/eos/eos_config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/network/eos/eos_config.py b/lib/ansible/modules/network/eos/eos_config.py index cfcd9397d28..cf40a78d131 100644 --- a/lib/ansible/modules/network/eos/eos_config.py +++ b/lib/ansible/modules/network/eos/eos_config.py @@ -119,6 +119,7 @@ options: every task in a playbook. The I(running_config) argument allows the implementer to pass in the configuration to use as the base config for this module. + type: str aliases: ['config'] version_added: "2.4" defaults: @@ -181,6 +182,7 @@ options: of the current device's configuration against. When specifying this argument, the task should also modify the C(diff_against) value and set it to I(intended). + type: str version_added: "2.4" backup_options: description: