mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
Fix composer module checkmode and change detection
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user