style: replace include_tasks to import_tasks
This commit is contained in:
parent
79445d9d05
commit
4f688f3022
1 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue