Skip to content

Commit

Permalink
Removed dependency of mysql group definition (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 authored Nov 13, 2023
1 parent 7c0c31b commit 4d7f533
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/pymysql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- proxy role - Removed requirement for mysql group definition.
4 changes: 2 additions & 2 deletions roles/zabbix_proxy/tasks/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
name: PyMySQL
register: installation_dependencies
until: installation_dependencies is succeeded
when:
- inventory_hostname in groups['mysql']
tags:
- database

- name: "MySQL | Create database"
community.mysql.mysql_db:
Expand Down

0 comments on commit 4d7f533

Please sign in to comment.