Fix syntax error with when statement for build-wheel-mirror

Doesn't look like --syntax-check or linters caught this.  Update to be
more correct.

Change-Id: I95f34611ef5733e930eead1cbe5ee4573ea7aadf
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-11-15 16:15:43 -05:00
parent 8cc7bab0f7
commit 0f2c4cd9b7
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@
name: parallel
enablerepo: epel
state: present
when: "{{ ansible_distribution }} == CentOS"
when: ansible_distribution == "CentOS"