I haven't used it myself, but there is a make module:

http://docs.ansible.com/ansible/latest/make_module.html

You'll probably use the shell module to do the configure with your specific 
flags.

On Wednesday, December 20, 2017 at 1:28:58 PM UTC+11, gitted wrote:
>
> Hi,
>
> A manual install of the library is like this:
>
> # $ wget http://www.freetds.org/files/stable/freetds-1.00.21.tar.gz
> # $ tar -xzf freetds-1.00.21.tar.gz
> # $ cd freetds-1.00.21
> # $ ./configure --prefix=/usr/local --with-tdsver=7.3
> # $ make
> # $ make install
>
> I have this with ansible, but I'm not sure how to do the ./configure 
> --prefix and --with-tdsver part.  Any tips?
>
> - name: Install tinytds
>   make: chdir=/root/freetds-1.00.21 target=install
>
>
>
>

-- 
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/ca1f17eb-90e8-4cf3-81ec-445817ae0e0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to