[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:
parent
2a67646593
commit
e51bbd4fcf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue