On Thu, 9 Oct 2014, Michael DeHaan wrote:
> On Thu, Oct 9, 2014 at 4:44 PM, Dag Wieers <
d...@wieers.com> wrote:
>
>> On Thu, 9 Oct 2014, Michael DeHaan wrote:
>>
>> Starter question: "ansible --version"
>>>
>>
>> It was version 1.6.3, but meanwhile it seems that 1.7.2 has this fixed
>> although I haven't confirmed it for every use-case in production. Will
>> check on Monday.
> Good deal, my other thing I'd suggest checking is whether the inventory
> script has the "_meta" optimization, as it may be trying to get hostvars on
> those hosts it has not asked about it yet.
Yes, we use _meta. The 4min to 5min delay we have been seeing was very
clearly during the group_by task, and not the inventory-stage.
If this still poses a problem with 1.7.2, I will let you know.
--
Dag