mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-28 12:45:16 +01:00
Fix ansible-lint issue by ignoring 306.
This commit is contained in:
parent
b48b06ac39
commit
f8114e6678
@ -1,3 +1,4 @@
|
||||
skip_list:
|
||||
- '306'
|
||||
- '405'
|
||||
- '503'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user