mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Fix ansible-lint issue.
This commit is contained in:
parent
347055716f
commit
b48b06ac39
@ -59,5 +59,7 @@
|
||||
|
||||
post_tasks:
|
||||
- name: Confirm PHP configuration is correct.
|
||||
shell: php -i | grep 'memory_limit.*192'
|
||||
shell: |
|
||||
set -o pipefail
|
||||
php -i | grep 'memory_limit.*192'
|
||||
changed_when: false
|
||||
|
Loading…
Reference in New Issue
Block a user