Re: [ansible-project] Introducing debug strategy plugin

2016-03-23 Thread yagami kishin
All right. I've just created a pull request. https://github.com/ansible/ansible/pull/15125 On Wednesday, March 23, 2016 at 1:11:53 PM UTC+9, Brian Coca wrote: > > Just a pull request is all that is needed. > > > -- > Brian Coca > -- You received this message because you are subscribed to

Re: [ansible-project] Introducing debug strategy plugin

2016-03-22 Thread yagami kishin
Definitely. It would be great if I can contribute it. What should I do first? Open an issue or pull request? On Wednesday, March 23, 2016 at 12:52:08 AM UTC+9, Brian Coca wrote: > > Nice, > > Do you want to contribute it to ansible/ansible? > > > -- > Brian Coca > -- You received this m

[ansible-project] Introducing debug strategy plugin

2016-03-22 Thread yagami kishin
Hi all, When I write a playbook and run it, I often add a stupid bug and running the playbook fails at some point. Fixing these bugs often takes time since I am not sure actual values of facts, variables and so on. Then I think it would be nice if I have a debugger for it. So I've created 'deb