test: add yamllint
This commit is contained in:
parent
1f272190fb
commit
93a231147e
12 changed files with 26 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
- name: install php-fpm package
|
||||
package:
|
||||
name: 'php{{ phpfpm_version }}-fpm'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
- import_tasks: base.yml
|
||||
tags: phpfpm
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
- name: check if pools log files exist
|
||||
stat:
|
||||
path: '{{ phpfpm_dir_log }}/{{ item[0].name }}.{{ item[1] }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue