From be318f0b2d32694330f7cdfcfcbf2881ba670f95 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Thu, 13 Oct 2022 11:24:33 +0200 Subject: [PATCH] Documentation and add tags Add some rollback tags because we introduced breaking changes for older Ansible version (naming change in mysql_replication module). --- .github/workflows/trigger-galaxy.yml | 4 ++-- README.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trigger-galaxy.yml b/.github/workflows/trigger-galaxy.yml index 45ee7b3..e3a845e 100644 --- a/.github/workflows/trigger-galaxy.yml +++ b/.github/workflows/trigger-galaxy.yml @@ -3,8 +3,8 @@ name: trigger galaxy import on: push: - branches: - - main + tags: + - "*" jobs: trigger: diff --git a/README.md b/README.md index 2afe286..410e54e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ ansible modules that depend on [PyMySQL](https://github.com/PyMySQL/PyMySQL). Only Python 3.X versions are supported and tested. Python 2.7 is probably working but not tested. +If you need to deploy a cluster then you need Ansible 2.12+ since there was a +change in the +[`community.mysql.mysql_replication`](https://docs.ansible.com/ansible/latest/collections/community/mysql/mysql_replication_module.html) +naming for cluster node (primary/replica is now preferred). + ### pre-commit Any code submitted to this project is checked with the