Fix idempotence fail

/usr/bin/mariadb is not present on upstream builds
This commit is contained in:
Emilien Mantel
2018-03-17 19:00:21 +01:00
parent adf9e6074f
commit 60f87713fc

View File

@@ -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