Linode: docs note for py3 limitation and deprecated API (#44723)

* Add note that linode-python having no py3 support.

Closes https://github.com/ansible/ansible/issues/44695.

* Add note that the module uses the deprecated API.
This commit is contained in:
lwm 2018-09-20 21:41:46 +02:00 committed by Brian Coca
parent 0d143ed7f6
commit 4774ea7a15

View file

@ -151,6 +151,8 @@ requirements:
author:
- Vincent Viallet (@zbal)
notes:
- Please note, linode-python does not have python 3 support.
- This module uses the now deprecated v3 of the Linode API.
- C(LINODE_API_KEY) env variable can be used instead.
- Please review U(https://www.linode.com/api/linode) for determining the required parameters.
'''