On 06. juli 2017 13:33, Renaud Michel wrote:
> I suppose it is too late to report this as a bug, as ansible 2.3 has been
> released for some time already, changing it to be compatible with previous
> versions would break it for people who stated using it with ansible 2.3.
It seams that the find module become stable in 2.3 so i guess this is OK.
The fist commit stableinterface appeared
$ git log -S stableinterface --source find.py
commit 73191045527834fbabc40cf47a2173d5933ae480 HEAD
Author: Toshio Kuratomi <
a.ba...@gmail.com>
Date: Tue Dec 6 02:35:05 2016 -0800
Refreshed metadata for core modules
Tags containing that commit
$ git tag --contains 73191045527834fbabc40cf47a2173d5933ae480
v2.3.0.0-0.1.rc1
v2.3.0.0-0.2.rc2
v2.3.0.0-0.3.rc3
v2.3.0.0-0.4.rc4
v2.3.0.0-0.5.rc5
v2.3.0.0-0.6.rc6
v2.3.0.0-1
v2.3.1.0-0.1.rc1
v2.3.1.0-0.2.rc2
v2.3.1.0-1
v2.3.2.0-0.1.rc1
--
Kai Stian Olstad