Files
community.general/lib/ansible/executor
Lars Kellogg-Stedman 21ac95402f do not erroneously set gathered_facts=True
In `lib/ansible/executor/play_iterator.py`, ansible sets a host's
`_gathered_facts` property to `True` without checking to see if there
are any tasks to be executed.  In the event that the entire play is
skipped, `_gathered_facts` will be `True` even though the `setup`
module was never run.

This patch modifies the logic to only set `_gathered_facts` to `True`
when there are tasks to execute.

Closes #15744.
2016-05-05 23:45:06 -04:00
..
2015-05-03 21:47:26 -05:00
2016-04-14 14:12:48 -04:00
2015-05-03 21:47:26 -05:00
2016-05-05 11:14:11 -04:00