1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update eos_config documentation. (#28512)

Added note to documentation about Jinja2 file used as src.
This commit is contained in:
CsilLAB 2017-08-24 17:10:36 +01:00 committed by Trishna Guha
parent fb6ed8d76c
commit 8d3546af60

View file

@ -61,7 +61,7 @@ options:
system path to the configuration file if the value starts with / system path to the configuration file if the value starts with /
or relative to the root of the implemented role or playbook. or relative to the root of the implemented role or playbook.
This argument is mutually exclusive with the I(lines) and 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 required: false
default: null default: null
version_added: "2.2" version_added: "2.2"