summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Meyers <chrismeyersfsu@users.noreply.github.com>2019-07-18 17:12:51 +0200
committerGitHub <noreply@github.com>2019-07-18 17:12:51 +0200
commitdc0862bbe7f279d470203923dc3ce557c01357de (patch)
tree6f51e3e462cadd8ebbc8cbfa7ed8e2fd67ae0e6b /docs
parentMerge pull request #4301 from chrismeyersfsu/tower_modules (diff)
downloadawx-dc0862bbe7f279d470203923dc3ce557c01357de.tar.xz
awx-dc0862bbe7f279d470203923dc3ce557c01357de.zip
Update collections.md
Diffstat (limited to 'docs')
-rw-r--r--docs/collections.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/collections.md b/docs/collections.md
index 4ab27bc350..aa7b8089fe 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.