Make it possible for mysql role to copy evolix scripts

Based myself off of the webapps/evoadmin-web role, but I'm not sure
we still consider this a hack or not. We use a read only /usr fs,
so we need to remount it to add scripts in /usr/local/share.
This commit is contained in:
Patrick Marchand 2019-10-18 10:40:14 -04:00 committed by Patrick Marchand
parent 31f002f9d9
commit c319be2542
1 changed files with 4 additions and 0 deletions

View File

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