copr-builder: local-image-update: use import instead of include
So we can use tags.
This commit is contained in:
parent
7a46737c44
commit
a8a3d86620
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue