[ansible-project] How to use git on ansible ?

2016-07-08 Thread Javier Barroso
Hello, I have reviewed ansible git module [1], but I don't find how it could work with my workflow. My workflow is the next: * dir_fschanges: /srv/ansible/fschanges * project: myproject * Create a local {{dir_fschanges}}/{{project}} git empty repository * Use fetch module to fetch files to {{di

[ansible-project] Re: Command warnings - new feature in 1.8 - thoughts welcome!

2014-08-23 Thread Javier Barroso
For me, a very good decision :) -- 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 ansible-project+unsubscr...@googlegroups.com. To post to this group, send emai

[ansible-project] Re: How to add a newline inside a string ?

2014-08-23 Thread Javier Barroso
Hello, Just after publish this post, I discover that I can use a variable with "\n" as value and then use {{variable}}, and it works Thanks ! El jueves, 21 de agosto de 2014 11:22:05 UTC+2, Javier Barroso escribió: > > Hello, > > How can I add a new line to a parameter,

[ansible-project] How to add a newline inside a string ?

2014-08-21 Thread Javier Barroso
Hello, How can I add a new line to a parameter, for example: fail: msg="Error:\n {myoutput.stdout}" ... \n is not working there and not clue in doc / internet search Thank you for ansible ! -- You received this message because you are subscribed to the Google Groups "Ansible Project" group.