From 397630718180f795537bd9b97d77f665834bfdd5 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 7 Jun 2024 15:36:28 +0200 Subject: [PATCH] Document how to update pymysql --- MAINTAINING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINING.md b/MAINTAINING.md index 9fad0d3..c530e50 100644 --- a/MAINTAINING.md +++ b/MAINTAINING.md @@ -1,3 +1,9 @@ # Maintaining this collection Refer to the [Maintainer guidelines](https://github.com/ansible/community-docs/blob/main/maintaining.rst). + +## Update pymysql connector + +1. Clone https://github.com/PyMySQL/PyMySQL +1. Copy `PyMySQL/pymysql` recursivly into `plugins/module_utils/` +1. Update the pymysql version in the readme. The version can be found in `plugins/module_utils/pymysql/__initi__.py`