mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
fixed composer usage example
This commit is contained in:
parent
ae18a1d877
commit
86bea2d6ab
1 changed files with 3 additions and 2 deletions
|
@ -110,7 +110,8 @@ EXAMPLES = '''
|
||||||
- composer: command=install working_dir=/path/to/project
|
- composer: command=install working_dir=/path/to/project
|
||||||
|
|
||||||
- composer:
|
- composer:
|
||||||
command: "require my/package"
|
command: "require"
|
||||||
|
arguments: "my/package"
|
||||||
working_dir: "/path/to/project"
|
working_dir: "/path/to/project"
|
||||||
|
|
||||||
# Clone project and install with all dependencies
|
# Clone project and install with all dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue