From 8d3546af60f945f6d1ea838aa00b959b28c2ef33 Mon Sep 17 00:00:00 2001
From: CsilLAB <bessenyei.csilla@gmail.com>
Date: Thu, 24 Aug 2017 17:10:36 +0100
Subject: [PATCH] Update eos_config documentation. (#28512)

Added note to documentation about Jinja2 file used as src.
---
 lib/ansible/modules/network/eos/eos_config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ansible/modules/network/eos/eos_config.py b/lib/ansible/modules/network/eos/eos_config.py
index e6ec58ae4ca..0ddd6f7cc20 100644
--- a/lib/ansible/modules/network/eos/eos_config.py
+++ b/lib/ansible/modules/network/eos/eos_config.py
@@ -61,7 +61,7 @@ options:
         system path to the configuration file if the value starts with /
         or relative to the root of the implemented role or playbook.
         This argument is mutually exclusive with the I(lines) and
-        I(parents) arguments.
+        I(parents) arguments. It can be a Jinja2 template as well.
     required: false
     default: null
     version_added: "2.2"