style: replace include_tasks to import_tasks

This commit is contained in:
Adrien Waksberg 2018-11-25 22:37:34 +01:00
parent 79445d9d05
commit 4f688f3022

View file

@ -1,7 +1,5 @@
- include_tasks: '{{ file }}.yml'
with_items:
- base
- certificates
loop_control:
loop_var: file
- import_tasks: base.yml
tags: certbot
- import_tasks: certificates.yml
tags: certbot