fix: replace include_tasks to import_tasks
This commit is contained in:
parent
9f274b2565
commit
fc7dff0cf6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
- include_tasks: base.yml
|
||||
- import_tasks: base.yml
|
||||
tags: phpfpm
|
||||
|
||||
- include_tasks: pools.yml
|
||||
- import_tasks: pools.yml
|
||||
tags: phpfpm
|
||||
|
||||
- name: enable and start php-fpm
|
||||
|
|
Loading…
Reference in a new issue