mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Fix missing handlers file in test.yml.
This commit is contained in:
parent
14be30558c
commit
125b06192e
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
vars_files:
|
||||||
|
- '../vars/main.yml'
|
||||||
tasks:
|
tasks:
|
||||||
- include: '../tasks/main.yml'
|
- include: '../tasks/main.yml'
|
||||||
handlers:
|
|
||||||
- include: '../handlers/main.yml'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user