From 4774ea7a15fa26d06f3273298c3e5f644a50e909 Mon Sep 17 00:00:00 2001 From: lwm Date: Thu, 20 Sep 2018 21:41:46 +0200 Subject: [PATCH] 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. --- lib/ansible/modules/cloud/linode/linode.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/cloud/linode/linode.py b/lib/ansible/modules/cloud/linode/linode.py index 4ab7c4ef7a..848693cf50 100644 --- a/lib/ansible/modules/cloud/linode/linode.py +++ b/lib/ansible/modules/cloud/linode/linode.py @@ -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. '''