Fix idempotence fail

/usr/bin/mariadb is not present on upstream builds
pull/29/head 1.0.0
Emilien Mantel 2018-03-17 19:00:21 +01:00
parent adf9e6074f
commit 60f87713fc
1 changed files with 1 additions and 1 deletions

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