Fix idempotence fail
/usr/bin/mariadb is not present on upstream buildspull/29/head 1.0.0
parent
adf9e6074f
commit
60f87713fc
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
- name: STAT | Check if mysql exists
|
- name: STAT | Check if mysql exists
|
||||||
stat:
|
stat:
|
||||||
path: /usr/bin/mariadb
|
path: /usr/sbin/mysqld
|
||||||
register: mariadb_exists
|
register: mariadb_exists
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue