summaryrefslogtreecommitdiffstats
path: root/docs/collections.md
diff options
context:
space:
mode:
authorBill Nottingham <notting@splat.cc>2019-09-03 20:11:45 +0200
committerBill Nottingham <notting@splat.cc>2019-09-04 17:43:33 +0200
commit0fb7c859f450b47e5a4a301a275eb27d804e4975 (patch)
treedcfe67b00693c99fc5a0168c2d3642c391211c40 /docs/collections.md
parentMerge pull request #4651 from ryanpetrello/py2-argparse-alias (diff)
downloadawx-0fb7c859f450b47e5a4a301a275eb27d804e4975.tar.xz
awx-0fb7c859f450b47e5a4a301a275eb27d804e4975.zip
Revert 9b95cc27c4840140996a036223e2909a30953b95.
We do not want to create a new setting for a on-Tower-host global collection path at this time.
Diffstat (limited to 'docs/collections.md')
-rw-r--r--docs/collections.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/collections.md b/docs/collections.md
index fe10eb3686..a0fec218f3 100644
--- a/docs/collections.md
+++ b/docs/collections.md
@@ -53,10 +53,3 @@ Example of tmp directory where job is running:
└── tmp_6wod58k
```
-
-### Global Collections Path
-
-AWX appends the directories specified in `AWX_ANSIBLE_COLLECTIONS_PATHS`
-to the environment variable `ANSIBLE_COLLECTIONS_PATHS`. The default value of `AWX_ANSIBLE_COLLECTIONS_PATHS`
-contains `/var/lib/awx/collections`. It is recommended that place your collections that you wish to call in
-your playbooks into this path.