mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
added constraint for space in composer command
This commit is contained in:
committed by
Matt Clay
parent
662fa86f07
commit
ae18a1d877
@@ -170,6 +170,9 @@ def main():
|
||||
|
||||
# Get composer command with fallback to default
|
||||
command = module.params['command']
|
||||
if re.search(r"\s", command):
|
||||
module.fail_json(msg="Use the 'arguments' param for passing arguments with the 'command'")
|
||||
|
||||
arguments = module.params['arguments']
|
||||
available_options = get_available_options(module=module, command=command)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user