Fix composer module checkmode and change detection
This commit is contained in:
parent
e12f05ad48
commit
de442415a0
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue