12 lines
220 B
YAML
12 lines
220 B
YAML
---
|
|
|
|
- name: restart php7.1-fpm
|
|
systemd:
|
|
name: php7.1-fpm
|
|
state: restarted
|
|
|
|
- name: run di-web-mti migrations
|
|
shell: 'php /var/www/mtinfo3000/mti/scripts/migrate.php'
|
|
become: true
|
|
become_user: mtinfo3000
|