mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-24 21:41:21 +01:00
Fix systemctl status on Fedora 24.
This commit is contained in:
parent
ee9a148c08
commit
0425b0ef87
@ -53,8 +53,8 @@ script:
|
||||
- docker exec --tty ${container_id} env TERM=xterm php -i | grep 'memory_limit.*192'
|
||||
|
||||
# Check the status of PHP-FPM (but don't fail if not found).
|
||||
- docker exec --tty ${container_id} env TERM=xterm systemctl status php${php_version}-fpm status || true
|
||||
- docker exec --tty ${container_id} env TERM=xterm systemctl status php-fpm status || true
|
||||
- docker exec --tty ${container_id} env TERM=xterm systemctl --no-pager status php${php_version}-fpm status || true
|
||||
- docker exec --tty ${container_id} env TERM=xterm systemctl --no-pager status php-fpm status || true
|
||||
|
||||
notifications:
|
||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||
|
Loading…
Reference in New Issue
Block a user