fix: replace include_tasks to import_tasks

This commit is contained in:
Adrien Waksberg 2018-09-30 12:02:42 +02:00
parent 9f274b2565
commit fc7dff0cf6

View file

@ -1,7 +1,7 @@
- include_tasks: base.yml - import_tasks: base.yml
tags: phpfpm tags: phpfpm
- include_tasks: pools.yml - import_tasks: pools.yml
tags: phpfpm tags: phpfpm
- name: enable and start php-fpm - name: enable and start php-fpm