From b160804ecd3eee3752eaf289944bbd3d71f65a63 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 24 Aug 2018 07:48:13 -0700 Subject: [PATCH] write-inventory: fix typo in README Change-Id: I2972df27974a6c2e65572572a63b9e87f5ce4fd3 --- roles/write-inventory/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/write-inventory/README.rst b/roles/write-inventory/README.rst index 9d465c3f1..7cb941fb5 100644 --- a/roles/write-inventory/README.rst +++ b/roles/write-inventory/README.rst @@ -21,6 +21,6 @@ with the inventory for the job. .. zuul:rolevar:: write_inventory_exclude_hostvars :type: list - A list of facts about the host to include. By default, all + A list of facts about the host to exclude. By default, all variables about a host will be included. To exclude certain variables, list them here.