Fix ansible-lint issue by ignoring 306.

This commit is contained in:
Jeff Geerling 2019-03-24 10:14:45 -05:00
parent b48b06ac39
commit f8114e6678
2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,4 @@
skip_list:
- '306'
- '405'
- '503'

View File

@ -59,7 +59,5 @@
post_tasks:
- name: Confirm PHP configuration is correct.
shell: |
set -o pipefail
php -i | grep 'memory_limit.*192'
shell: php -i | grep 'memory_limit.*192'
changed_when: false