test: add yamllint

This commit is contained in:
Adrien Waksberg 2018-11-30 18:59:40 +01:00
parent 1f272190fb
commit 93a231147e
12 changed files with 26 additions and 2 deletions

View file

@ -1,3 +1,4 @@
---
- name: install php-fpm package
package:
name: 'php{{ phpfpm_version }}-fpm'

View file

@ -1,3 +1,4 @@
---
- import_tasks: base.yml
tags: phpfpm

View file

@ -1,3 +1,4 @@
---
- name: check if pools log files exist
stat:
path: '{{ phpfpm_dir_log }}/{{ item[0].name }}.{{ item[1] }}'