Skip to content

Commit

Permalink
Use name instead of source for the documentation on installing direct…
Browse files Browse the repository at this point in the history
…ories (#2259) (#2285)

(cherry picked from commit 2e09b53)

Co-authored-by: Sloane Hertel <[email protected]>
  • Loading branch information
patchback[bot] and s-hertel authored Dec 11, 2024
1 parent aea6d76 commit 91e40ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Ansible can also install from a source directory in several ways:
collections:
# directory containing the collection
- source: ./my_namespace/my_collection/
- name: ./my_namespace/my_collection/
type: dir
# directory containing a namespace, with collections as subdirectories
- source: ./my_namespace/
- name: ./my_namespace/
type: subdirs
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:
Expand Down

0 comments on commit 91e40ee

Please sign in to comment.