On Wed, Feb 05, 2020 at 11:01:17AM -0600, Jeff Knights wrote:
> How do I get ansible to run a folder full of SQL stored procedures on a
> remote sql server?
> 
> any help would be appreciated.

You could use find module to find all the file and then run them with
command/shell module if there is no other module to execute them.

-- 
Kai Stian Olstad

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/20200211113555.2vbsb7or4zdx2qlv%40olstad.com.

Reply via email to