copr-be: fix playbook

Complements: 5bdfe4b1e5
This commit is contained in:
Pavel Raiskup 2025-01-30 09:20:40 +01:00
parent 74916e7839
commit 93504347bf
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
user: fedora
vars_files:
- vars.yml.j2
- vars.yml
- aws_cloud_vars.yml
vars:

View file

@ -27,7 +27,7 @@
src: "{{ roles_path }}/copr/backend/templates/provision/{{ item }}"
dest: "{{ provision_directory }}/{{ item }}"
with_items:
- vars.yml
- vars.yml.j2
tags:
- provision_config