copr-hv: prepare the builder image so the VM starts swap, attempt #2

This commit is contained in:
Pavel Raiskup
2021-05-11 22:07:47 +02:00
parent b56bc5b89f
commit a118a5298c
2 changed files with 1 additions and 3 deletions

View File

@@ -14,7 +14,4 @@
ansible_python_interpreter: /usr/bin/python3
tasks:
- include: "create_swap_file.yml"
when:
- prepare_base_image is defined
- include: "provision_builder_tasks.yml"

View File

@@ -15,4 +15,5 @@
- prepare_base_image: 1
tasks:
- include: "create_swap_file.yml"
- include: "provision_builder_tasks.yml"