releng: fix group_names conditional for pungi-utils
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
parent
d3cf5104ed
commit
787cab1edd
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@
|
|||
state: present
|
||||
name:
|
||||
- pungi-utils
|
||||
when: "'releng_compose' in group_names or 'eln_compose' in group_names"
|
||||
when: "'releng_compose' in group_names or 'releng_compose_eln' in group_names"
|
||||
|
||||
- name: Custom compose-koji
|
||||
ansible.builtin.template:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue