[ansible-project] Yum packages being skipped using Ansible 2.0.2.0

2016-05-03 Thread Larry Smith
So I am seeing something rather strange when using Ansible 2.0.2.0...If I execute a play with the following tasks the second one is skipped. However if I run the same play using Ansible 2.0.1.0 it runs as expected. Anyone else experienced anything similar? Thoughts? - name: installing epel

Re: [ansible-project] Yum packages being skipped using Ansible 2.0.2.0

2016-05-03 Thread Matt Martz
It may be related to https://github.com/ansible/ansible/issues/15211 On Tuesday, May 3, 2016, Larry Smith wrote: > So I am seeing something rather strange when using Ansible 2.0.2.0...If I > execute a play with the following tasks the second one is skipped. However > if I run the same play using

Re: [ansible-project] Yum packages being skipped using Ansible 2.0.2.0

2016-05-03 Thread Larry Smith
You are absolutely correct. Thanks for that. I was just heading over there to check for similar bugs as well...Will contribute to that issue as seeing it as well... On Tuesday, May 3, 2016 at 10:44:52 PM UTC-4, Matt Martz wrote: > > It may be related to https://github.com/ansible/ansible/issues/