diff options
author | Bill Nottingham <notting@splat.cc> | 2019-09-03 20:11:45 +0200 |
---|---|---|
committer | Bill Nottingham <notting@splat.cc> | 2019-09-04 17:43:33 +0200 |
commit | 0fb7c859f450b47e5a4a301a275eb27d804e4975 (patch) | |
tree | dcfe67b00693c99fc5a0168c2d3642c391211c40 /docs/collections.md | |
parent | Merge pull request #4651 from ryanpetrello/py2-argparse-alias (diff) | |
download | awx-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.md | 7 |
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. |