Resolve ansible-lint problems.

This commit is contained in:
Jeff Geerling 2019-01-03 21:50:00 -06:00
parent 9e8daa5fdd
commit 347055716f
2 changed files with 4 additions and 1 deletions

3
.ansible-lint Normal file
View File

@ -0,0 +1,3 @@
skip_list:
- '405'
- '503'

View File

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