[ansible-project] ansible with jenkins pipeline

2018-02-14 Thread Sidh
Hi, Anyone using ansible with jenkins pipeline ? Can you please point me to some documentation with examples ? Regards, Sidh -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emai

Re: [ansible-project] Ansible reporting wrong service status

2018-02-09 Thread Sidh
Thanks for your suggestion. Regards, Sidh On Thursday, February 8, 2018 at 5:49:52 PM UTC+1, Kai Stian Olstad wrote: > > On Thursday, 8 February 2018 16.26.07 CET Sidh wrote: > > Ansible - 2.4 > > > > With below snippet, service failed to start at remote host but a

[ansible-project] Ansible reporting wrong service status

2018-02-08 Thread Sidh
Ansible - 2.4 With below snippet, service failed to start at remote host but ansible reports that lighttpd service has been restarted and ok. - name: lighttpd config file template: src: lighttpd.conf.j2 dest: /etc/lighttpd/lighttpd.conf owner

Re: [ansible-project] Re: ansible conditions

2018-02-05 Thread Sidh
Thanks, got more info after debugging. It's resolved. Idea and when condition was ok. Only issue was that i was evaluating wrong parameterized input in this case. Regards, Sidh On Sunday, February 4, 2018 at 9:22:33 PM UTC+1, eshan TANDON wrote: > > Hi Sudhir, > Try logging the