copr-hypervisor: typo in when condition

This commit is contained in:
Pavel Raiskup 2023-08-22 10:23:27 +02:00
parent 511b1999c2
commit 1e6fba350e

View file

@ -74,8 +74,7 @@
tags:
- provision_config
- copr_rpmbuild_main_ini
when:
when: "'copr_hypervisor' not in group_names"
when: "'copr_hypervisor' not in group_names"
- name: put rpkg configuration file into the provision subdir
template: src="{{ roles_path }}/copr/backend/templates/provision/rpkg.conf.j2"