Fix composer module checkmode and change detection

reviewable/pr18780/r1
Julien Pepy 10 years ago
parent 60c06b79d6
commit 2e1b703b3c

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

Loading…
Cancel
Save