Skip to content

Commit 2e09b53

Browse files
authored
Use name instead of source for the documentation on installing directories (ansible#2259)
1 parent 2b7145d commit 2e09b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docsite/rst/shared_snippets/installing_collections_file.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Ansible can also install from a source directory in several ways:
44
55
collections:
66
# directory containing the collection
7-
- source: ./my_namespace/my_collection/
7+
- name: ./my_namespace/my_collection/
88
type: dir
99
1010
# directory containing a namespace, with collections as subdirectories
11-
- source: ./my_namespace/
11+
- name: ./my_namespace/
1212
type: subdirs
1313
1414
Ansible can also install a collection collected with ``ansible-galaxy collection build`` or downloaded from Galaxy for offline use by specifying the output file directly:

0 commit comments

Comments
 (0)