This would be fantastic. 

I've achieved a not perfect, but half decent workaround so far by grabbing 
the days changes in yum.log for now:

*  - name: Fetching changes made today from yum.log*
*      become: yes*
*      shell: date | grep "`awk {'print $2, $3'}`" /var/log/yum.log*
*      register: yum_log*

*    - debug: msg="{{ yum_log.stdout_lines }}"*



On Friday, May 20, 2016 at 6:07:57 PM UTC+1, Brian Coca wrote:
>
> we can add 'diff' support to the yum module, I believe we just did to the 
> apt module.
>
>
> ----------
> Brian Coca
>

-- 
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/70e1fc97-4658-4542-a08e-bef668d2860a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to