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