mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-03-02 10:42:09 +07:00
Fix idempotence fail
/usr/bin/mariadb is not present on upstream builds
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
- name: STAT | Check if mysql exists
|
||||
stat:
|
||||
path: /usr/bin/mariadb
|
||||
path: /usr/sbin/mysqld
|
||||
register: mariadb_exists
|
||||
changed_when: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user