copr-builder: local-image-update: use import instead of include

So we can use tags.
This commit is contained in:
Pavel Raiskup 2022-01-08 21:40:24 +01:00
parent 7a46737c44
commit a8a3d86620

View file

@ -16,5 +16,5 @@
ansible_python_interpreter: /usr/bin/python3
tasks:
- include: "create_swap_file.yml"
- include: "provision_builder_tasks.yml"
- import_tasks: "create_swap_file.yml"
- import_tasks: "provision_builder_tasks.yml"