Fix composer module checkmode and change detection

pull/18777/head
Julien Pepy 10 years ago committed by Matt Clay
parent e12f05ad48
commit de442415a0

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