mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Update composer example
Remove unsupported 'install' argument
This commit is contained in:
parent
b80b92e778
commit
670068aaad
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ notes:
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Downloads and installs all the libs and dependencies outlined in the /path/to/project/composer.lock
|
# Downloads and installs all the libs and dependencies outlined in the /path/to/project/composer.lock
|
||||||
- composer: command=install working_dir=/path/to/project
|
- composer: working_dir=/path/to/project
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue