Fix the when condition

This commit is contained in:
Sayan Chowdhury 2019-05-29 21:54:13 +00:00
parent 1709ce142d
commit 37c1b0c99b

View file

@ -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 }}