From dc0862bbe7f279d470203923dc3ce557c01357de Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Thu, 18 Jul 2019 11:12:51 -0400 Subject: [PATCH] Update collections.md --- docs/collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/collections.md b/docs/collections.md index 4ab27bc35061..aa7b8089fe82 100644 --- a/docs/collections.md +++ b/docs/collections.md @@ -2,5 +2,5 @@ AWX supports Ansible collections by appending the directories specified in `AWX_ANSIBLE_COLLECTIONS_PATHS` to the environment variable `ANSIBLE_COLLECTIONS_PATHS`. The default value of `AWX_ANSIBLE_COLLECTIONS_PATHS` -contains `/varlib/awx/collections`. It is recommended that place your collections that you wish to call in +contains `/var/lib/awx/collections`. It is recommended that place your collections that you wish to call in your playbooks into this path.