[mailman] Fix the condition

I'm surprised this wasn't caught by ansible-lint.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-03-14 15:27:03 +01:00 committed by zlopez
parent 2a67646593
commit e51bbd4fcf

View file

@ -153,7 +153,7 @@
tags:
- packages
- mailman
when: env = 'staging'
when: env == 'staging'
- name: setup the mailman3-fedmsg repo
copy: src=mailman3-fedmsg-plugin.RedHat.repo