On Wed, 4 Apr 2018, 18:39 Kevin Fenzi, <kevin@scrye.com> wrote:
On 04/04/2018 07:51 AM, James Hogarth wrote:
...snip...
> Today I've spent time between $realwork getting my ansible plays
> updated to handle F28 (thanks for dropping python2-* early guys!) and
> have been in contact with lorbus (thanks for stepping up).

Note that if you mean ansible dropping python2 in F28, thats not the
case. If you mean some other package dropping pyhon2 that an ansible
module you use needs you can set ansible to use python3 for that target.

If you want ansible to use python3 on the control host in f28, you can
just install ansible-python3 (in f29+ it will default to python3).

For targets, set ansible_python_interpreter to which you want to use.
See
http://docs.ansible.com/ansible/latest/reference_appendices/python_3_support.html
for more info.

kevin
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-leave@lists.fedoraproject.org

Don't worry I'm well abreast of the plans and know the magic things to switch. 

Had to turn all my python library package installs into variables  to override on fedora since this is a massive divergent point with RHEL and python package naming...

Had a python-psycopg2 change bite me too (unencrypted password no longer supported in it which breaks my postgres_user task... but not related to py3) ...

It's only a minor grumble though as these are changes that had to happen soon anyway... but they slow my iterations down to get the oC/nC stuff tested as I have to deal with them first of course. 

10pm and eating dinner... when I'm done with that it'll be Netflix and hacking away on this in bed ;)