Fix composer module checkmode and change detection

This commit is contained in:
Julien Pepy 2014-07-28 08:26:38 +02:00 committed by Matt Clay
parent e12f05ad48
commit de442415a0

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