Fix ansible-lint issue.

This commit is contained in:
Jeff Geerling 2019-03-23 19:22:27 -05:00
parent 347055716f
commit b48b06ac39

View File

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