Fix the when condition
This commit is contained in:
parent
1709ce142d
commit
37c1b0c99b
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
dnf: state=present pkg={{ item }} enablerepo=infrastructure-tags-stg
|
||||
with_items:
|
||||
- python3-libpagure
|
||||
when: testing
|
||||
when: env == "staging"
|
||||
|
||||
- name: add pkgs
|
||||
dnf: state=present pkg={{ item }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue