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@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx