1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #7428 from alanpearce/patch-1

Update composer example
This commit is contained in:
James Cammarata 2014-05-16 08:36:09 -05:00
commit a992dc88ba

View file

@ -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