From 43eb97ef9258c812e71826ec9ceedca02fe2861d Mon Sep 17 00:00:00 2001 From: Patrick Fink Date: Tue, 13 Feb 2018 21:05:11 +0100 Subject: [PATCH] Fix typo in vars.rst (#35098) --- docs/docsite/rst/plugins/vars.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/plugins/vars.rst b/docs/docsite/rst/plugins/vars.rst index a002eff5a1d..abedd3d7d3e 100644 --- a/docs/docsite/rst/plugins/vars.rst +++ b/docs/docsite/rst/plugins/vars.rst @@ -6,7 +6,7 @@ Vars Plugins Vars plugins inject additional variable data into Ansible runs that did not come from an inventory source, playbook, or command line. Playbook constructs like 'host_vars' and 'group_vars' work using vars plugins. -Vars plugins were partially implented in Ansible 2.0 and rewritten to be fully implemented starting with Ansible 2.4. +Vars plugins were partially implemented in Ansible 2.0 and rewritten to be fully implemented starting with Ansible 2.4. The :doc:`host_group_vars ` plugin shipped with Ansible enables reading variables from :ref:`host_vars` and :ref:`group_vars`.