[ansible-devel] adding an the ability to do --security to the yum core module

2017-04-26 Thread jerry
Hi, I have been doing a bunch of ansible stuff for my company recently. A team member came to me and said she really wants to be able to a "yum update --security" from ansible. Using a command: is always possible but gross given there is a yum core module and we can't be the only people who

[ansible-devel] Re: debugging modules on ansible => 2.3.0

2017-04-26 Thread Trond Hindenes
yep, lets' hope he cooks up something :-) Its a bit of a pita atm. On Wednesday, April 26, 2017 at 10:17:27 AM UTC+2, Jordan Borean wrote: > > 2.3 removed this unfortunately with the way the execution wrapper now > works. I believe Matt was looking at reverting the behavior to what it was >

[ansible-devel] Re: debugging modules on ansible => 2.3.0

2017-04-26 Thread Jordan Borean
2.3 removed this unfortunately with the way the execution wrapper now works. I believe Matt was looking at reverting the behavior to what it was before when ANSIBLE_KEEP_REMOTE_FILE is set to true but I'm not sure where he is at with that. Unfortunately this means in the meantime I'm stuck with

[ansible-devel] Re: debugging modules on ansible => 2.3.0

2017-04-26 Thread Jordan Borean
2.3 removed this unfortunately with the way the execution wrapper now works. I believe Matt was looking at reverting to the older executor to allow this debugging to work but not sure where he is up to. I've had to either use Fail-Json statements everywhere and try and debug that way (not