summaryrefslogtreecommitdiffstats
path: root/docs/collections.md
diff options
context:
space:
mode:
authorbeeankha <beeankha@gmail.com>2019-09-11 22:27:28 +0200
committerbeeankha <beeankha@gmail.com>2019-09-20 17:32:10 +0200
commite2be392f31d617b3dec0bc5b544c5899aab8121f (patch)
tree00bc9e4c0ef09945a2aed9c5d3b2b10d2e7b3f24 /docs/collections.md
parentMerge pull request #4784 from fosterseth/fix-3646-ldapserverfielduri (diff)
downloadawx-e2be392f31d617b3dec0bc5b544c5899aab8121f.tar.xz
awx-e2be392f31d617b3dec0bc5b544c5899aab8121f.zip
Edit AWX docs
Diffstat (limited to 'docs/collections.md')
-rw-r--r--docs/collections.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/collections.md b/docs/collections.md
index a0fec218f3..23d805b74c 100644
--- a/docs/collections.md
+++ b/docs/collections.md
@@ -1,19 +1,18 @@
## Collections
-AWX supports using Ansible collections.
-This section will give ways to use collections in job runs.
+AWX supports the use of Ansible Collections. This section will give ways to use Collections in job runs.
### Project Collections Requirements
-If you specify a collections requirements file in SCM at `collections/requirements.yml`,
-then AWX will install collections in that file in the implicit project sync
+If you specify a Collections requirements file in SCM at `collections/requirements.yml`,
+then AWX will install Collections in that file in the implicit project sync
before a job run. The invocation is:
```
ansible-galaxy collection install -r requirements.yml -p <job tmp location>
```
-Example of tmp directory where job is running:
+Example of `tmp` directory where job is running:
```
├── project