mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-14 10:25:24 +01:00
Resolve ansible-lint problems.
This commit is contained in:
parent
9e8daa5fdd
commit
347055716f
3
.ansible-lint
Normal file
3
.ansible-lint
Normal file
@ -0,0 +1,3 @@
|
||||
skip_list:
|
||||
- '405'
|
||||
- '503'
|
@ -70,7 +70,7 @@
|
||||
src: "{{ php_source_install_gmp_path }}"
|
||||
dest: /usr/include/gmp.h
|
||||
state: link
|
||||
when: gmp_file.stat.exists == false
|
||||
when: not gmp_file.stat.exists
|
||||
|
||||
- name: Check if PHP is installed.
|
||||
command: which php
|
||||
|
Loading…
Reference in New Issue
Block a user