diff --git a/mysql/tasks/replication.yml b/mysql/tasks/replication.yml index 6e5ee039..65939ba7 100644 --- a/mysql/tasks/replication.yml +++ b/mysql/tasks/replication.yml @@ -40,6 +40,10 @@ mode: '0644' notify: 'restart xinetd' +# /!\ Warning, this is a temporary hack +- include_role: + name: remount-usr + - name: 'Copy mysqlchk script' copy: src: 'xinetd/mysqlchk.sh'