Since v2.2 the upstream ansible project has indicated that it could be
used with python3. Create a common .inc file and break out py and py3
recipe files to allow either to be built.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
The upstream ansible project has/is working on ensuring ansible works
with python3 but this support is only available after v2.2.0.0. In
order to allow us to make a python3 version of ansible available I am
therefor completing this uprev first.
This was tested with a local ping test, a minimal playbook and the
default cube-essential playbook, all work as they did previously.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>