What does Ansible's script module enable a playbook to do?
script
Execute a custom script from the specified control-side path on a target host.
Copy a script but never execute it.
Query a database without any script file.
Execute only YAML files as shell commands.