Fix composer module checkmode and change detection

This commit is contained in:
Julien Pepy 2014-07-28 08:26:38 +02:00
parent 60c06b79d6
commit 2e1b703b3c

View file

@ -138,6 +138,7 @@ def main():
if module.check_mode:
options.add("--dry-run")
del module.params['CHECKMODE']
# Get composer command with fallback to default
command = module.params['command']