Merge pull request #19 from komuta/fix-composer-dryrun

Fix composer module checkmode
This commit is contained in:
Brian Coca 2015-02-03 07:33:30 -05:00
commit a951bf63e7

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']